Allow catalog-model to be deployed

Change-Id: Id397dfd54a702c295ad4d3389c231933d0a41736
Signed-off-by: afenner <andrew.fenner@est.tech>
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml
index 21b19d6..7039612 100644
--- a/catalog-model/pom.xml
+++ b/catalog-model/pom.xml
@@ -348,7 +348,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>
         <configuration>
-          <skip>true</skip>
+          <skip>false</skip>
         </configuration>
       </plugin>
       <plugin>