summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/archetype-blueprint/pom.xml
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/blueprint-model/archetype-blueprint/pom.xml
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/blueprint-model/archetype-blueprint/pom.xml')
-rw-r--r--components/model-catalog/blueprint-model/archetype-blueprint/pom.xml10
1 files changed, 10 insertions, 0 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>