aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c3f0aed..4ad304f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,18 @@
</pluginRepositories>
<build>
<plugins>
+ <!--maven staging plugin-->
+ <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>
<!-- blackduck maven plugin -->
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
@@ -89,4 +101,4 @@
<name>OpenECOMP</name>
</organization>
<version>1.0.0-SNAPSHOT</version>
-</project> \ No newline at end of file
+</project>