aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2021-06-11 13:58:20 -0400
committerSingal, Kapil (ks220y) <ks220y@att.com>2021-06-14 10:40:22 -0400
commit5ae1f987e90bc27cf404e0a308ea93f7059299ab (patch)
tree8f99398af3fad3271a18165be0e190610aef882e /components/model-catalog
parent22a86cb2a739eeacc08f9352bd5d58907d19770c (diff)
Adding maven-deploy-plugin to archtype-blueprint
Issue-ID: CCSDK-3334 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I45e56d5b3e837888f561f707a233a995ff135ce9
Diffstat (limited to 'components/model-catalog')
-rw-r--r--components/model-catalog/blueprint-model/archetype-blueprint/pom.xml10
-rw-r--r--components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml5
2 files changed, 13 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/pom.xml b/components/model-catalog/blueprint-model/archetype-blueprint/pom.xml
index a75c03f0a..7ff479e47 100644
--- a/components/model-catalog/blueprint-model/archetype-blueprint/pom.xml
+++ b/components/model-catalog/blueprint-model/archetype-blueprint/pom.xml
@@ -34,6 +34,16 @@
</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>
diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
index 76cf640d0..48875dc3e 100644
--- a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
+++ b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml
@@ -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>