diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 15 insertions, 3 deletions
@@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2017 CMCC, Inc. and others. All rights reserved. @@ -21,11 +21,12 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>2.0.0</version> + <relativePath /> </parent> <groupId>org.onap.usecase-ui</groupId> <artifactId>usecase-ui</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> <packaging>pom</packaging> <name>usecase-ui</name> @@ -144,6 +145,17 @@ </pluginManagement> <plugins> <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${nexusproxy}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.3</version> @@ -155,7 +167,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <!-- version managed by oparent <version>2.8</version> --> + <version>2.8</version> <configuration> <skip>true</skip> </configuration> |