diff options
author | DR695H <dr695h@att.com> | 2019-04-24 15:44:51 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-04-24 15:45:16 -0400 |
commit | 7599cd0e360ae1d9ff3d9185407271669e3b3c91 (patch) | |
tree | ab02aa7b514dc6eb9c1f002722a990fc948d3b66 | |
parent | 4e0bcf51301cb06870156de7508d0c846b7fc524 (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.xml | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |