diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 14:00:41 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-07-03 14:00:44 -0400 |
commit | 66fdb2bc8572c941851001c604ee8b967f2db92b (patch) | |
tree | af77f84e28f33ae217b0824a4ad736f2f32f2eda /pom.xml | |
parent | a98c404db84664f834f85e78f731e59d3930ede4 (diff) |
Upversion to oparent 2 and remove staging plugin
Issue-ID: AAI-2486
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I5047de073593898daa2ae274650f4a8668d0095d
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -451,22 +451,8 @@ limitations under the License. </executions> </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> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |