[Arakhnę-Dev] [376] * Avoid maven-bundle-plugin to be executed in the Eclipse IDE.

[ Thread Index | Date Index | More arakhne.org/dev Archives ]


Revision: 376
Author:   galland
Date:     2012-08-18 11:24:56 +0200 (Sat, 18 Aug 2012)
Log Message:
-----------
* Avoid maven-bundle-plugin to be executed in the Eclipse IDE.

Modified Paths:
--------------
    trunk/pom.xml

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2012-08-18 08:58:41 UTC (rev 375)
+++ trunk/pom.xml	2012-08-18 09:24:56 UTC (rev 376)
@@ -373,6 +373,19 @@
 										<ignore />
 									</action>
 								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>org.apache.felix</groupId>
+										<artifactId>maven-bundle-plugin</artifactId>
+										<versionRange>[0.1,)</versionRange>
+										<goals>
+											<goal>manifest</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
 							</pluginExecutions>
 						</lifecycleMappingMetadata>
 					</configuration>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/