Disable maven-deploy-plugin in genprocessor 20/98720/1
authorMichael Hwang <mhwang@research.att.com>
Thu, 21 Nov 2019 15:25:21 +0000 (10:25 -0500)
committerMichael Hwang <mhwang@research.att.com>
Thu, 21 Nov 2019 15:26:09 +0000 (10:26 -0500)
Issue-ID: DCAEGEN2-1860
Change-Id: Ia9f57d590215860794f6f7c82b30b7cbc7d61252
Signed-off-by: Michael Hwang <mhwang@research.att.com>
mod/genprocessor/pom.xml

index a3b5c27..b28c888 100644 (file)
         <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>