Do not leak tooling into MANIFEST.MF
[odlparent.git] / single-feature-parent / pom.xml
index 4498c5006de8ac2fc581f61a1250aab1468599aa..a885270ef9c498147f5047afaf1952b31e34b943 100644 (file)
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>abstract-feature-parent</artifactId>
-        <version>13.0.11</version>
+        <version>14.0.0-SNAPSHOT</version>
         <relativePath>../abstract-feature-parent</relativePath>
     </parent>
 
     <packaging>pom</packaging>
     <name>ODL :: odlparent :: ${project.artifactId}</name>
 
+    <properties>
+        <!-- See https://issues.apache.org/jira/browse/MINSTALL-151 -->
+        <allowIncompleteProjects>true</allowIncompleteProjects>
+    </properties>
+
     <build>
         <pluginManagement>
             <plugins>