summaryrefslogtreecommitdiffstats
path: root/misc/rosetta/pom.xml
diff options
context:
space:
mode:
authorJohn J. Franey <john.franey@att.com>2020-04-25 08:42:01 -0400
committerJohn J. Franey <john.franey@att.com>2020-04-25 08:49:54 -0400
commite4220946ef3feb864ed45e4fc14682be2016dc1b (patch)
tree2671668ed24a6982df2015f26a84a9f648861b6e /misc/rosetta/pom.xml
parent6a12a6f42bdb2c1a13498f88000bada9b09c683f (diff)
Enable deploy plugin in all poms.
maven will then push all the artifacts to nexus when the deploy goal is invoked. Issue-ID: AAF-1136 Signed-off-by: John J. Franey <john.franey@att.com> Change-Id: I1957cf2daf60507edae65e8cacf7730bf08a6adb
Diffstat (limited to 'misc/rosetta/pom.xml')
-rw-r--r--misc/rosetta/pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml
index 1a4ab7ba..491e0fe1 100644
--- a/misc/rosetta/pom.xml
+++ b/misc/rosetta/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>miscparent</artifactId>
- <version>2.1.20-SNAPSHOT</version>
+ <version>2.1.21-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
@@ -158,15 +158,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>false</skip>
- </configuration>
-
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
</plugin>