736200574c974fec38e457687e6be5c73fd62891
[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.2.1-SNAPSHOT</version>
10     </parent>
11     <artifactId>aai-annotations</artifactId>
12     <name>aai-annotations</name>
13     <packaging>jar</packaging>
14     <version>1.2.1-SNAPSHOT</version>
15     <properties>
16         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
17     </properties>
18     <dependencies>
19         <dependency>
20             <groupId>junit</groupId>
21             <artifactId>junit</artifactId>
22             <version>3.8.1</version>
23             <scope>test</scope>
24         </dependency>
25     </dependencies>
26
27     <build>
28         <plugins>
29             <plugin>
30                 <groupId>org.apache.maven.plugins</groupId>
31                 <artifactId>maven-deploy-plugin</artifactId>
32             </plugin>
33             <plugin>
34                 <groupId>org.sonatype.plugins</groupId>
35                 <artifactId>nexus-staging-maven-plugin</artifactId>
36             </plugin>
37         </plugins>
38     </build>
39
40     <!-- Plugins and repositories -->
41     <pluginRepositories>
42         <pluginRepository>
43             <id>central</id>
44             <url>http://repo1.maven.org/maven2</url>
45         </pluginRepository>
46         <pluginRepository>
47             <id>EvoSuite</id>
48             <name>EvoSuite Repository</name>
49             <url>http://www.evosuite.org/m2</url>
50         </pluginRepository>
51     </pluginRepositories>
52
53 </project>