Author: tabish
Date: Thu Nov 15 20:34:17 2012
New Revision: 1409989
URL: http://svn.apache.org/viewvc?rev=1409989&view=rev
Log:
remove the unneeded m2e plugin mapping as its not needed in this module any
longer.
Modified:
activemq/trunk/activemq-core/pom.xml
Modified: activemq/trunk/activemq-core/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1409989&r1=1409988&r2=1409989&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Thu Nov 15 20:34:17 2012
@@ -70,7 +70,7 @@
</properties>
<dependencies>
-
+
<!-- =============================== -->
<!-- Required Dependencies -->
<!-- =============================== -->
@@ -275,7 +275,7 @@
<version>6.1.26</version>
<scope>test</scope>
</dependency>
-
+
<!-- database testing -->
<dependency>
<groupId>commons-collections</groupId>
@@ -444,28 +444,6 @@
</resource>
</resources>
- <pluginManagement>
- <plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
only.
- It has no influence on the Maven build itself.-->
- <plugin>
- <groupId>org.eclipse.m2e</groupId>
- <artifactId>lifecycle-mapping</artifactId>
- <version>1.0.0</version>
- <configuration>
- <lifecycleMappingMetadata>
- <pluginExecutions>
- <pluginExecution>
- <action>
- <ignore />
- </action>
- </pluginExecution>
- </pluginExecutions>
- </lifecycleMappingMetadata>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>