Do not leak tooling into MANIFEST.MF
[odlparent.git] / single-feature-parent / pom.xml
index 8486ad55e457acf18bd100016d9120095cc6009d..a885270ef9c498147f5047afaf1952b31e34b943 100644 (file)
@@ -34,7 +34,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>abstract-feature-parent</artifactId>
-        <version>13.0.0</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>
                         <excludedArtifactId>j2objc-annotations</excludedArtifactId>
                         <excludedArtifactId>listenablefuture</excludedArtifactId>
 
+                        <!-- Eclipse JDK annotations -->
+                        <excludedArtifactId>org.eclipse.jdt.annotation</excludedArtifactId>
+
+                        <!-- Immutables.org annotations -->
+                        <excludedArtifactId>value</excludedArtifactId>
+
                         <!-- Our slf4j logging markers -->
                         <excludedArtifactId>logging-markers</excludedArtifactId>
                     </excludedArtifactIds>