Merge "Update pom to conform merge jobs requirments"
authorTian Lee <TianL@amdocs.com>
Wed, 6 Mar 2019 10:12:25 +0000 (10:12 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 6 Mar 2019 10:12:25 +0000 (10:12 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0c6300c..8fe939f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                        <skipDockerBuild>true</skipDockerBuild>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
                </plugins>
        </build>