diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 16:59:47 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-06-27 16:59:50 -0400 |
commit | fc60975d760aa515be2a45fe5176217de5e5372b (patch) | |
tree | 1970dbd1cbeed7676bed6f4ae321a338c409d62f /pom.xml | |
parent | 5156f8b1b1236fb14259b935fa3be5b077a91a28 (diff) |
Prepare graphadmin for global-jjb
Issue-ID: AAI-2493
Change-Id: Iecfecda86e5dec098141bee4b9cc87d058c2b005
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -26,7 +26,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> @@ -820,23 +820,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <executions> - <execution> - <id>default-deploy</id> - <phase>none</phase> - </execution> - </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>com.mycila</groupId> |