aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee, Tian (tl5884) <TianL@amdocs.com>2019-05-02 13:26:43 +0100
committerLee, Tian (tl5884) <TianL@amdocs.com>2019-05-02 13:26:43 +0100
commit08a9ac083da20357ccff34463079d319738645db (patch)
treeba5e9ca2575cd0732d92f78a99837db9eb31c193
parentd24b9671b91935c49602c5793c67e0b1c1607353 (diff)
Add staging plugin to root pom
In order to trigger the autorelease Change-Id: I489dc9145227e747e7ec5b4436627094d47e96e8 Issue-ID: AAI-2401 Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0443284..29a5e58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,17 @@
<skipDockerBuild>true</skipDockerBuild>
</configuration>
</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>
</plugins>
</build>