aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-05 17:03:34 -0400
committerC.T. Paterson <ctpaterson+onap@gmail.com>2018-09-06 10:19:41 -0400
commit07f3e0fae997b91188c884e4a8b38a176d1262e0 (patch)
tree0b9b3fcb48e3b1bb73f7cf91f083d464fc836a3e /pom.xml
parentd0dceef6a3504a376cc689afc119ef15a56b5f7a (diff)
Fixing pom file for JJB compliance
Change-Id: I9c5808642b611f2c2db9c0ea2812c3d7afdd77a8 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml27
1 files changed, 20 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 609c4dd..71b9884 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>chameleon</groupId>
+ <groupId>org.onap.aai</groupId>
<artifactId>chameleon</artifactId>
<packaging>jar</packaging>
<version>1.3.0-SNAPSHOT</version>
- <name>chameleon</name>
+ <name>aai-chameleon</name>
<description/>
<scm>
- <tag>1586036fd345c240982237b76469a1f5d04d122d</tag>
+ <tag>934764b1ae39555f22bae124bc41c7cab67503bd</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -100,6 +100,17 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>https://nexus.onap.org</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.4</version>
@@ -179,7 +190,7 @@
</releases>
</repository>
<repository>
- <id>onap-staging</id>
+ <id>ecomp-staging</id>
<url>https://nexus.onap.org/content/repositories/staging/</url>
<snapshots>
<enabled>true</enabled>
@@ -189,7 +200,7 @@
</releases>
</repository>
<repository>
- <id>onap-snapshot</id>
+ <id>ecomp-snapshots</id>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
@@ -323,11 +334,13 @@
</dependencies>
<distributionManagement>
<repository>
- <id>onap-releases</id>
+ <id>ecomp-releases</id>
+ <name>ECOMP Release Repository</name>
<url>https://nexus.onap.org/content/repositories/releases/</url>
</repository>
<snapshotRepository>
- <id>onap-snapshot</id>
+ <id>ecomp-snapshot</id>
+ <name>ECOMP Snapshot Repository</name>
<url>https://nexus.onap.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>