[UIMA-6462] Avoid deploy broken checksum files for p2content.xml and artifacts.xml in feature modules

- Prevent feature modules from being deployed
diff --git a/ruta-eclipse-feature/pom.xml b/ruta-eclipse-feature/pom.xml
index 52c7649..92083e5 100644
--- a/ruta-eclipse-feature/pom.xml
+++ b/ruta-eclipse-feature/pom.xml
@@ -36,6 +36,8 @@
 

   <properties>

     <postNoticeText>${uniWueNoticeText}</postNoticeText>

+    <!-- https://issues.apache.org/jira/browse/UIMA-6462 -->

+    <maven.deploy.skip>true</maven.deploy.skip>

   </properties>

 

   <dependencies>