Add+disable maven-deploy for runtimeapi 82/99582/1
authorMichael Hwang <mhwang@research.att.com>
Thu, 12 Dec 2019 16:57:57 +0000 (11:57 -0500)
committerMichael Hwang <mhwang@research.att.com>
Thu, 12 Dec 2019 16:57:57 +0000 (11:57 -0500)
Issue-ID: DCAEGEN2-1860
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Change-Id: If6b8fc1dde30acd980b91e7c076dece4237741db

mod/runtimeapi/pom.xml

index 8851ae0..b6ce24a 100644 (file)
                <java.version>1.8</java.version>
        </properties>
 
+    <build>
+        <pluginManagement>
+            <plugins>
+            <plugin>
+              <artifactId>maven-deploy-plugin</artifactId>
+              <version>2.8.2</version>
+              <configuration>
+                <skip>true</skip>
+              </configuration>
+            </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
 </project>