Adding maven-deploy-plugin to archtype-blueprint 83/121883/3
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 11 Jun 2021 17:58:20 +0000 (13:58 -0400)
committerSingal, Kapil (ks220y) <ks220y@att.com>
Mon, 14 Jun 2021 14:40:22 +0000 (10:40 -0400)
Issue-ID: CCSDK-3334
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I45e56d5b3e837888f561f707a233a995ff135ce9

components/model-catalog/blueprint-model/archetype-blueprint/pom.xml
components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml

index a75c03f..7ff479e 100644 (file)
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <version>2.8</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
     <extensions>
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
index 76cf640..48875dc 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.onap.ccsdk.cds.components.cba</groupId>
         <artifactId>test-blueprint-kotlin-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
 
     <groupId>${groupId}</groupId>
@@ -31,7 +31,8 @@
         <!-- Properties for -Pdeploy-cba, these can be overridden if needed -->
         <cds.username>${cdsUsername}</cds.username>
         <cds.password>${cdsPassword}</cds.password>
-        <!--cds.protocol>http</cds.protocol>
+        <!--
+        cds.protocol>http</cds.protocol>
         <cds.host>localhost</cds.host>
         <cds.port>8081</cds.port>
         <cds.enrich.endpoint>api/v1/blueprint-model/enrich</cds.enrich.endpoint>