fix #9675 handling for empty initials (cont.)
[cdmlib.git] / lifecycle-mapping-metadata.xml
index b65453a5c652ac58f71e79cf6dd8a69c4d1d8b48..59b0bc8db41c2c906728bc75c845891e7109e4cb 100644 (file)
         </ignore>
       </action>
     </pluginExecution>
+    <pluginExecution>
+      <pluginExecutionFilter>
+        <!-- trying to prevent the maven-bundle-plugin from configuring 
+        the org.eclipse.pde.PluginNature for cdmlib-serivces  -->
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <goals>
+          <goal>bundle</goal>
+        </goals>
+        <versionRange>[1.0.0,)</versionRange>
+      </pluginExecutionFilter>
+      <action>
+        <ignore />
+      </action>
+    </pluginExecution>
 <!--     <pluginExecution>
       <pluginExecutionFilter>
         <groupId>org.apache.maven.plugins</groupId>