aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraribeiro <anderson.ribeiro@est.tech>2021-12-22 10:39:17 +0000
committerAnderson Ribeiro <anderson.ribeiro@est.tech>2021-12-23 12:06:07 +0000
commite783b8215a44dd18a4262e597fc24b99d345d11a (patch)
tree96fa4c2841dc43876bcfa8e7c86b3b4a280cb239
parent8c0c0d7dfe706b8a224368aa066cb5ba4616678c (diff)
Update Catalog-model set skip deploy to false
Issue-ID: SDC-3823 Signed-off-by: aribeiro <anderson.ribeiro@est.tech> Change-Id: I32df215812932ee21c8d294ecc7fb0357b40f00a
-rw-r--r--catalog-model/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index df4d054827..1e74012f6b 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -494,7 +494,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
- <skip>true</skip>
+ <skip>false</skip>
</configuration>
</plugin>
<plugin>