Final commit v11/Amsterdam seed code stabilization
[aai/aai-common.git] / aai-annotations / pom.xml
1 <?xml version="1.0"?>
2 <project
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5     <modelVersion>4.0.0</modelVersion>
6     <parent>
7         <groupId>org.onap.aai.aai-common</groupId>
8         <artifactId>aai-common</artifactId>
9         <version>1.1.0-SNAPSHOT</version>
10     </parent>
11     <artifactId>aai-annotations</artifactId>
12     <name>aai-annotations</name>
13     <packaging>jar</packaging>
14     <properties>
15         <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
16     </properties>
17     <dependencies>
18         <dependency>
19             <groupId>junit</groupId>
20             <artifactId>junit</artifactId>
21             <version>3.8.1</version>
22             <scope>test</scope>
23         </dependency>
24     </dependencies>
25
26     <build>
27         <plugins>
28             <plugin>
29                 <groupId>org.apache.maven.plugins</groupId>
30                 <artifactId>maven-deploy-plugin</artifactId>
31             </plugin>
32             <plugin>
33                 <groupId>org.sonatype.plugins</groupId>
34                 <artifactId>nexus-staging-maven-plugin</artifactId>
35             </plugin>
36         </plugins>
37     </build>
38
39     <distributionManagement>
40         <site>
41             <id>ecomp-site</id>
42             <url>dav:${onap.nexus.url}${sitePath}</url>
43         </site>
44     </distributionManagement>
45
46     <!-- Plugins and repositories -->
47     <pluginRepositories>
48         <pluginRepository>
49             <id>central</id>
50             <url>http://repo1.maven.org/maven2</url>
51         </pluginRepository>
52         <pluginRepository>
53             <id>EvoSuite</id>
54             <name>EvoSuite Repository</name>
55             <url>http://www.evosuite.org/m2</url>
56         </pluginRepository>
57     </pluginRepositories>
58
59 </project>