update link to upper-constraints.txt
[aai/sparky-be.git] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4     <modelVersion>4.0.0</modelVersion>
5         
6     <parent>
7         <groupId>org.onap.oparent</groupId>
8         <artifactId>oparent</artifactId>
9         <version>2.0.0</version>
10     </parent>
11     
12     <groupId>org.onap.aai</groupId>
13     <artifactId>sparky-be</artifactId>
14     <version>1.6.1-SNAPSHOT</version>
15     <packaging>pom</packaging>
16     <name>aai-sparky-be</name>
17
18         <modules>
19                 <module>sparkybe-onap-service/pom.xml</module>
20                 <module>sparkybe-onap-application/pom.xml</module>
21         </modules>
22
23     <properties>
24         <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
25         <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
26     </properties>
27
28     <!-- we don't need to deploy the top level pom project -->
29         <build>
30           <pluginManagement>
31             <plugins>
32                 <plugin>
33                     <groupId>org.apache.maven.plugins</groupId>
34                     <artifactId>maven-deploy-plugin</artifactId>
35                 </plugin>
36                 </plugins>
37               </pluginManagement>
38         </build>
39         
40     <distributionManagement>
41        <repository>
42           <id>ecomp-releases</id>
43           <name>ECOMP Release Repository</name>
44           <url>${onap.nexus.url}/content/repositories/releases/</url>
45        </repository>
46        <snapshotRepository>
47           <id>ecomp-snapshots</id>
48           <name>ECOMP Snapshot Repository</name>
49           <url>${onap.nexus.url}/content/repositories/snapshots/</url>
50       </snapshotRepository>
51       <site>
52         <id>ecomp-site</id>
53         <url>dav:${onap.nexus.url}${sitePath}</url>
54       </site>
55    </distributionManagement>
56
57     <repositories>
58         <repository>
59             <id>central</id>
60             <name>Maven 2 repository 2</name>
61             <url>http://repo2.maven.org/maven2/</url>
62         </repository>
63         <repository>
64             <id>ecomp-releases</id>
65             <name>ECOMP Release Repository</name>
66             <url>${onap.nexus.url}/content/repositories/releases/</url>
67         </repository>
68         <repository>
69             <id>ecomp-staging</id>
70             <name>ECOMP Staging Repository</name>
71             <url>${onap.nexus.url}/content/repositories/staging/</url>
72         </repository>
73         <repository>
74             <id>ecomp-snapshots</id>
75             <name>ECOMP Snapshot Repository</name>
76             <url>${onap.nexus.url}/content/repositories/snapshots/</url>
77         </repository>
78     </repositories>
79         
80 </project>