summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-11-21 10:25:21 -0500
committerMichael Hwang <mhwang@research.att.com>2019-11-21 10:26:09 -0500
commit880f89e0fe5914214e2490f3d63929512a5fcc0c (patch)
tree09e77bf9b91a7e3254a379281a1c5e70bb1c08bc
parent566a0d2c4e917fd03b0126b5cc610539f3db3cb1 (diff)
Disable maven-deploy-plugin in genprocessor
Issue-ID: DCAEGEN2-1860 Change-Id: Ia9f57d590215860794f6f7c82b30b7cbc7d61252 Signed-off-by: Michael Hwang <mhwang@research.att.com>
-rw-r--r--mod/genprocessor/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/genprocessor/pom.xml b/mod/genprocessor/pom.xml
index a3b5c27..b28c888 100644
--- a/mod/genprocessor/pom.xml
+++ b/mod/genprocessor/pom.xml
@@ -120,6 +120,9 @@
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
</plugin>
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
<plugin>