diff options
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> |