skip parent project deploy 93/86193/1
authorDR695H <dr695h@att.com>
Wed, 24 Apr 2019 19:44:51 +0000 (15:44 -0400)
committerDR695H <dr695h@att.com>
Wed, 24 Apr 2019 19:45:16 +0000 (15:45 -0400)
skip parent project deploy since it is not actually used

Change-Id: Ic89de70e459841a47268ab8e422c1893386cb887
Issue-ID: TEST-141
Signed-off-by: DR695H <dr695h@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index ecb6d7f..e4c85e4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <modules>
                <module>robotframework-onap</module>
        </modules>
+       
+       
+       <build>
+               <plugins>
+                       <plugin>
+                       <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-deploy-plugin</artifactId>
+                       <version>3.0.0-M1</version>
+                       <configuration>
+                               <skip>true</skip>
+                       </configuration>
+                   </plugin>
+               </plugins>
+       </build>
+
 </project>
\ No newline at end of file