summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 27cb7f3..8b05b02 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,11 +28,28 @@ limitations under the License.
<packaging>pom</packaging>
<version>1.2.0-SNAPSHOT</version>
+ <properties>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
+ </properties>
+
<modules>
<module>champ-lib</module>
- <module>champ-service</module>
<module>champ-service-deps-janus</module>
<module>champ-service-deps-titan</module>
+ <module>champ-service</module>
</modules>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
+ <url>${onap.nexus.url}/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>ECOMP Snapshot Repository</name>
+ <url>${onap.nexus.url}/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project> \ No newline at end of file