aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-07-03 14:00:41 -0400
committerJimmy Forsyth <jf2512@att.com>2019-07-03 14:00:44 -0400
commit66fdb2bc8572c941851001c604ee8b967f2db92b (patch)
treeaf77f84e28f33ae217b0824a4ad736f2f32f2eda
parenta98c404db84664f834f85e78f731e59d3930ede4 (diff)
Upversion to oparent 2 and remove staging plugin
Issue-ID: AAI-2486 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5047de073593898daa2ae274650f4a8668d0095d
-rw-r--r--pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index 4a26a83..fce7ed4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>