diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2021-12-22 10:39:17 +0000 |
---|---|---|
committer | Anderson Ribeiro <anderson.ribeiro@est.tech> | 2021-12-23 12:06:07 +0000 |
commit | e783b8215a44dd18a4262e597fc24b99d345d11a (patch) | |
tree | 96fa4c2841dc43876bcfa8e7c86b3b4a280cb239 /catalog-model | |
parent | 8c0c0d7dfe706b8a224368aa066cb5ba4616678c (diff) |
Update Catalog-model set skip deploy to false
Issue-ID: SDC-3823
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I32df215812932ee21c8d294ecc7fb0357b40f00a
Diffstat (limited to 'catalog-model')
-rw-r--r-- | catalog-model/pom.xml | 2 |
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> |