Add+disable maven-deploy for runtimeapi 84/99584/1
authorMichael Hwang <mhwang@research.att.com>
Thu, 12 Dec 2019 17:50:54 +0000 (12:50 -0500)
committerMichael Hwang <mhwang@research.att.com>
Thu, 12 Dec 2019 17:50:54 +0000 (12:50 -0500)
Issue-ID: DCAEGEN2-1860
Signed-off-by: Michael Hwang <mhwang@research.att.com>
Change-Id: I27c1ad85dcbe821ae3162d6203eb02a9dfbe006d

mod/runtimeapi/runtime-web/pom.xml

index 8d77a7b..19d2af7 100644 (file)
                                <artifactId>spring-boot-maven-plugin</artifactId>
                        </plugin>
                </plugins>
+        <pluginManagement>
+            <plugins>
+            <plugin>
+              <artifactId>maven-deploy-plugin</artifactId>
+              <version>2.8.2</version>
+              <configuration>
+                <skip>true</skip>
+              </configuration>
+            </plugin>
+            </plugins>
+        </pluginManagement>
        </build>
 
 </project>