diff options
-rw-r--r-- | pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -9,7 +9,7 @@ </parent> <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <properties> <module.ajsc.namespace.name>babel-service</module.ajsc.namespace.name> @@ -56,6 +56,7 @@ <sdc.distribution.client.version>1.1.32-SNAPSHOT</sdc.distribution.client.version> <snakeyamle.version>1.18</snakeyamle.version> <jacoco.version>0.7.9</jacoco.version> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> <dependencies> @@ -315,6 +316,18 @@ </reportPlugins> </configuration> </plugin> + + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${onap.nexus.url}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> <!-- Strong recommendation to use forkCount and reuseForks parameters as forkMode is deprecated since v2.14 --> <plugin> <groupId>org.apache.maven.plugins</groupId> |