diff options
-rw-r--r-- | components/model-catalog/blueprint-model/archetype-blueprint/pom.xml | 10 | ||||
-rw-r--r-- | components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/pom.xml | 5 |
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> |