summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorms236b <ms236b@att.com>2019-05-07 13:40:57 -0400
committerms236b <ms236b@att.com>2019-05-07 15:21:56 -0400
commitb2a7f7e3dba1c2920780c95566766ce3be2db90f (patch)
tree59861d9d30cc03b09c698ec1271dc36cf5c955a7
parent69d07a42dff8b0ed5f8239ea71a775575e4ea2fb (diff)
Changed the parent pom
Changed the parent pom in root back and fixed a deployment Issue-ID: DCAEGEN2-1125 Change-Id: Ib90d798601964fe1f2e94199c8cbf621e7f586a2 Signed-off-by: ms236b <ms236b@att.com>
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index d03a053..a63edb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,17 +50,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<finalName>${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
- <!-- the following plugins are invoked from oparent, we do not need them
+ <!-- the following plugins are invoked from oparent, we do not need them -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<configuration>
<skipNexusStagingDeployMojo>false</skipNexusStagingDeployMojo>
- <skip>false</skip>
</configuration>
</plugin>
- <plugin>
+ <!-- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
This version supports the "deployAtEnd" parameter