diff options
author | Michael Hwang <mhwang@research.att.com> | 2019-11-21 10:25:21 -0500 |
---|---|---|
committer | Michael Hwang <mhwang@research.att.com> | 2019-11-21 10:26:09 -0500 |
commit | 880f89e0fe5914214e2490f3d63929512a5fcc0c (patch) | |
tree | 09e77bf9b91a7e3254a379281a1c5e70bb1c08bc /mod/genprocessor/pom.xml | |
parent | 566a0d2c4e917fd03b0126b5cc610539f3db3cb1 (diff) |
Disable maven-deploy-plugin in genprocessor
Issue-ID: DCAEGEN2-1860
Change-Id: Ia9f57d590215860794f6f7c82b30b7cbc7d61252
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'mod/genprocessor/pom.xml')
-rw-r--r-- | mod/genprocessor/pom.xml | 3 |
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> |