From: Singal, Kapil (ks220y) Date: Fri, 11 Jun 2021 17:58:20 +0000 (-0400) Subject: Adding maven-deploy-plugin to archtype-blueprint X-Git-Tag: 1.2.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F121883%2F3;p=ccsdk%2Fcds.git Adding maven-deploy-plugin to archtype-blueprint Issue-ID: CCSDK-3334 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I45e56d5b3e837888f561f707a233a995ff135ce9 --- 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 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 2.8 + + true + + + org.apache.maven.archetype 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 @@ org.onap.ccsdk.cds.components.cba test-blueprint-kotlin-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT ${groupId} @@ -31,7 +31,8 @@ ${cdsUsername} ${cdsPassword} -