diff options
-rwxr-xr-x | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -53,6 +53,17 @@ <goals> <goal>createHubOutput</goal> </goals> </execution> </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.openecomp.org</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.17</version> |