Added skip deploy in root pom 22/70822/1
authorJerry Flood <jflood@att.com>
Fri, 19 Oct 2018 14:58:46 +0000 (10:58 -0400)
committerJerry Flood <jflood@att.com>
Fri, 19 Oct 2018 14:59:03 +0000 (10:59 -0400)
Issue-ID: OPTFRA-373
Change-Id: I86fdb4f774be676cff33cff6a8b5e341c38e05fe
Signed-off-by: Jerry Flood <jflood@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6484341..d3c0faa 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <url>https://repository.jboss.org/nexus/content/groups/public</url>\r
                </repository>\r
        </repositories>\r
-\r
+       <build> \r
+               <pluginManagement> \r
+                       <plugins> \r
+                               <plugin> \r
+                                       <artifactId>maven-deploy-plugin</artifactId> \r
+                                       <configuration> \r
+                                               <skip>true</skip> \r
+                                       </configuration> \r
+                               </plugin> \r
+                       </plugins> \r
+               </pluginManagement> \r
+       </build>\r
 </project>\r