Changed the parent pom 77/87177/3
authorms236b <ms236b@att.com>
Tue, 7 May 2019 17:40:57 +0000 (13:40 -0400)
committerms236b <ms236b@att.com>
Tue, 7 May 2019 19:21:56 +0000 (15:21 -0400)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index d03a053..a63edb5 100644 (file)
--- 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