diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2019-05-02 13:26:43 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2019-05-02 13:26:43 +0100 |
commit | 08a9ac083da20357ccff34463079d319738645db (patch) | |
tree | ba5e9ca2575cd0732d92f78a99837db9eb31c193 | |
parent | d24b9671b91935c49602c5793c67e0b1c1607353 (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.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |