attempt to prevent felix maven-bundle-plugin adding PluginNature to cdmlib-service
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 18 Jan 2018 16:46:24 +0000 (17:46 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 18 Jan 2018 16:53:41 +0000 (17:53 +0100)
lifecycle-mapping-metadata.xml

index b65453a5c652ac58f71e79cf6dd8a69c4d1d8b48..24cead8d77e4ae3814bcee80dec45397779335cb 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>
+      </pluginExecutionFilter>
+      <action>
+        <ignore />
+      </action>
+    </pluginExecution>
 <!--     <pluginExecution>
       <pluginExecutionFilter>
         <groupId>org.apache.maven.plugins</groupId>