76e68f7deb034e092e771702d5a1be3a52f8f071
[aai/aai-service.git] / annotations / 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>annotations</artifactId>
11   <name>annotations</name>
12   <packaging>jar</packaging>
13   <properties>
14     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15   </properties>
16   <dependencies>
17     <dependency>
18       <groupId>junit</groupId>
19       <artifactId>junit</artifactId>
20       <version>3.8.1</version>
21       <scope>test</scope>
22     </dependency>
23         <dependency>
24                 <groupId>com.att.ajsc</groupId>
25                 <artifactId>ajsc-runner</artifactId>
26                 <version>${ajscRuntimeVersion}</version>
27                 <scope>runtime</scope>
28         </dependency>
29         <dependency>
30                 <groupId>com.att.ajsc</groupId>
31                 <artifactId>ajsc-core</artifactId>
32                 <version>${ajscRuntimeVersion}</version>
33                 <scope>provided</scope>
34         </dependency>
35   </dependencies>
36   <build>
37   <plugins>
38   <plugin>
39         <groupId>org.jsonschema2pojo</groupId>
40         <artifactId>jsonschema2pojo-maven-plugin</artifactId>
41         <version>0.4.13</version>
42         <configuration>
43                 <skip>true</skip>
44         </configuration>
45         </plugin>
46         <plugin>
47                 <groupId>org.apache.cxf</groupId>
48                 <artifactId>cxf-codegen-plugin</artifactId>
49                 <version>${cxf.version}</version>
50                 <executions>
51                         <execution>
52                                 <id>generate-sources</id>
53                                 <phase/>
54                         </execution>
55                 </executions>
56         </plugin>
57          <plugin>
58         <artifactId>maven-antrun-plugin</artifactId>
59         <configuration>
60         <skip>true</skip></configuration>
61      </plugin>
62         <plugin>
63         <artifactId>maven-assembly-plugin</artifactId>
64 <executions>
65           <execution>
66             <id>make-assembly-ajsc-arch-parent</id>
67             <phase></phase>      
68             </execution>
69             </executions>  
70         </plugin>
71          <plugin>
72         <groupId>org.codehaus.groovy.maven</groupId>
73         <artifactId>gmaven-plugin</artifactId>
74           <executions>
75           <execution>
76             <id>gmaven-ajsc-arch-parent</id>
77             <phase/>
78             </execution>
79             </executions>
80         </plugin>
81         <plugin>
82                 <groupId>org.apache.maven.plugins</groupId>
83                         <artifactId>maven-deploy-plugin</artifactId>
84                         <executions>
85                                 <execution>
86                                 <id>default-deploy</id>
87                                 <phase>deploy</phase>
88                                 </execution>
89                                 </executions>
90                 </plugin> 
91   </plugins>
92   </build>
93   <distributionManagement>
94                 <repository>
95                         <id>ecomp-releases</id>
96                         <name>ECOMP Release Repository</name>
97                         <url>https://nexus.openecomp.org/content/repositories/releases/</url>
98                 </repository>
99                 <snapshotRepository>
100                         <id>ecomp-snapshots</id>
101                         <name>ECOMP Snapshot Repository</name>
102                         <url>https://nexus.openecomp.org/content/repositories/snapshots/</url>
103                 </snapshotRepository>
104                 <site>
105                         <id>ecomp-javadoc</id>
106                         <url>dav:https://ecomp-nexus:8443/repository/aai/logging-service-javadoc/${project.version}</url>
107                 </site>
108         </distributionManagement>
109 </project>