summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-04-24 15:44:51 -0400
committerDR695H <dr695h@att.com>2019-04-24 15:45:16 -0400
commit7599cd0e360ae1d9ff3d9185407271669e3b3c91 (patch)
treeab02aa7b514dc6eb9c1f002722a990fc948d3b66
parent4e0bcf51301cb06870156de7508d0c846b7fc524 (diff)
skip parent project deploy
skip parent project deploy since it is not actually used Change-Id: Ic89de70e459841a47268ab8e422c1893386cb887 Issue-ID: TEST-141 Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r--pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ecb6d7f..e4c85e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,4 +11,19 @@
<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