58b1be77f211aa13d6395d9479e9082220386242
[aai/aai-service.git] / aai-schema / pom.xml
1 <?xml version="1.0"?>
2 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4   <modelVersion>4.0.0</modelVersion>
5   <parent>
6     <groupId>org.openecomp.aai.aai-service</groupId>
7     <artifactId>aai-service</artifactId>
8     <version>1.1.0-SNAPSHOT</version>
9   </parent>
10   <artifactId>aai-schema</artifactId>
11   <name>aai-schema</name>
12   <properties>
13     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14   </properties>
15   <dependencies>
16     <dependency>
17       <groupId>junit</groupId>
18       <artifactId>junit</artifactId>
19       <version>3.8.1</version>
20       <scope>test</scope>
21     </dependency>
22   </dependencies>
23   <build>
24     
25            <plugins>
26           <plugin>
27                 <groupId>org.jsonschema2pojo</groupId>
28                 <artifactId>jsonschema2pojo-maven-plugin</artifactId>
29                 <version>0.4.13</version>
30                 <configuration>
31                         <skip>true</skip>
32                 </configuration>
33                 </plugin>
34                 <plugin>
35                         <groupId>org.apache.cxf</groupId>
36                         <artifactId>cxf-codegen-plugin</artifactId>
37                         <version>${cxf.version}</version>
38                         <executions>
39                                 <execution>
40                                         <id>generate-sources</id>
41                                         <phase/>
42                                 </execution>
43                         </executions>
44                 </plugin>
45                  <plugin>
46                 <artifactId>maven-antrun-plugin</artifactId>
47                 <configuration>
48                 <skip>true</skip></configuration>
49              </plugin>
50                 <plugin>
51                 <artifactId>maven-assembly-plugin</artifactId>
52         <executions>
53                   <execution>
54                     <id>make-assembly-ajsc-arch-parent</id>
55                     <phase></phase>      
56                     </execution>
57                     </executions>  
58                 </plugin>
59                  <plugin>
60                 <groupId>org.codehaus.groovy.maven</groupId>
61                 <artifactId>gmaven-plugin</artifactId>
62                   <executions>
63                   <execution>
64                     <id>gmaven-ajsc-arch-parent</id>
65                     <phase/>
66                     </execution>
67                     </executions>
68                 </plugin>
69                 <plugin>
70                                 <groupId>org.codehaus.mojo</groupId>
71                                 <artifactId>jaxb2-maven-plugin</artifactId>
72                                 <version>2.2</version>
73                                 <executions>
74                                         <execution>
75                                                 <id>xjc</id>
76                                                 <phase></phase>
77                                         </execution>
78                                 </executions>
79                         </plugin>
80                         <plugin>
81                             <groupId>org.apache.maven.plugins</groupId>
82                             <artifactId>maven-dependency-plugin</artifactId>
83                             <version>2.8</version>
84                             <executions>
85                               <execution>
86                                 <id>unpack-schema-dependency</id>
87                                 <phase></phase>
88                               </execution>
89                             </executions>
90                          </plugin>
91                          <plugin>
92                         <groupId>org.apache.maven.plugins</groupId>
93                         <artifactId>maven-deploy-plugin</artifactId>
94                         <executions>
95                                 <execution>
96                                 <id>default-deploy</id>
97                                 <phase>deploy</phase>
98                                 </execution>
99                                 </executions>
100                         </plugin> 
101           </plugins>
102   </build>
103   <distributionManagement>
104                 <repository>
105                         <id>ecomp-releases</id>
106                         <name>ECOMP Release Repository</name>
107                         <url>https://nexus.openecomp.org/content/repositories/releases/</url>
108                 </repository>
109                 <snapshotRepository>
110                         <id>ecomp-snapshots</id>
111                         <name>ECOMP Snapshot Repository</name>
112                         <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
113                 </snapshotRepository>
114                 <site>
115                         <id>ecomp-javadoc</id>
116                         <url>dav:https://ecomp-nexus:8443/repository/aai/logging-service-javadoc/${project.version}</url>
117                 </site>
118         </distributionManagement>
119 </project>