Update Catalog-model set skip deploy to false 75/126375/1
authoraribeiro <anderson.ribeiro@est.tech>
Wed, 22 Dec 2021 10:39:17 +0000 (10:39 +0000)
committerAnderson Ribeiro <anderson.ribeiro@est.tech>
Thu, 23 Dec 2021 12:06:07 +0000 (12:06 +0000)
Issue-ID: SDC-3823
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Change-Id: I32df215812932ee21c8d294ecc7fb0357b40f00a

catalog-model/pom.xml

index df4d054..1e74012 100644 (file)
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-deploy-plugin</artifactId>
                 <configuration>
-                    <skip>true</skip>
+                    <skip>false</skip>
                 </configuration>
             </plugin>
             <plugin>