aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2018-10-19 10:58:46 -0400
committerJerry Flood <jflood@att.com>2018-10-19 10:59:03 -0400
commitfa7128ea746f9db2e426e640401a50602683aae0 (patch)
tree7ea373b09a2611461f158093b3573ea22616e942
parent2d628f41a83e35fa1c7baea7c8d7b7f74e5c4173 (diff)
Added skip deploy in root pom
Issue-ID: OPTFRA-373 Change-Id: I86fdb4f774be676cff33cff6a8b5e341c38e05fe Signed-off-by: Jerry Flood <jflood@att.com>
-rw-r--r--pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6484341..d3c0faa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,5 +115,16 @@
<url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
</repositories>
-
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
</project>