Repository: camel
Updated Branches:
  refs/heads/master ef9968942 -> 05f0d1b18


Update POMs to not ignore m2e supported goals


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/eac1acb0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/eac1acb0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/eac1acb0

Branch: refs/heads/master
Commit: eac1acb0390256eae13c2277f203d0c9fbc13b2e
Parents: fa88e17
Author: Victor Noël <victor.n...@linagora.com>
Authored: Fri May 22 14:22:40 2015 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Tue May 26 11:35:02 2015 +0200

----------------------------------------------------------------------
 camel-core/pom.xml |  4 +---
 components/pom.xml | 29 -----------------------------
 2 files changed, 1 insertion(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/eac1acb0/camel-core/pom.xml
----------------------------------------------------------------------
diff --git a/camel-core/pom.xml b/camel-core/pom.xml
index a568c66..ee871a4 100644
--- a/camel-core/pom.xml
+++ b/camel-core/pom.xml
@@ -196,9 +196,7 @@
                                     
<artifactId>camel-package-maven-plugin</artifactId>
                                     
<versionRange>${project.version}</versionRange>
                                     <goals>
-                                        <goal>generate-components-list</goal>
-                                        <goal>generate-dataformats-list</goal>
-                                        <goal>generate-languages-list</goal>
+                                        <goal>generate-eips-list</goal>
                                     </goals>
                                 </pluginExecutionFilter>
                                 <action>

http://git-wip-us.apache.org/repos/asf/camel/blob/eac1acb0/components/pom.xml
----------------------------------------------------------------------
diff --git a/components/pom.xml b/components/pom.xml
index 3d34edb..368c5b3 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -239,35 +239,6 @@
 
 
   <build>
-    <pluginManagement>
-      <plugins>
-        <!-- Eclipse m2e Lifecycle Management -->
-        <plugin>
-         <groupId>org.eclipse.m2e</groupId>
-         <artifactId>lifecycle-mapping</artifactId>
-         <version>${lifecycle-mapping-version}</version>
-         <configuration>
-           <lifecycleMappingMetadata>
-             <pluginExecutions>
-               <pluginExecution>
-                 <pluginExecutionFilter>
-                   <groupId>org.apache.camel</groupId>
-                   <artifactId>camel-package-maven-plugin</artifactId>
-                   <versionRange>${project.version}</versionRange>
-                   <goals>
-                     <goal>prepare-components</goal>
-                   </goals>
-                 </pluginExecutionFilter>
-                 <action>
-                   <ignore />
-                 </action>
-               </pluginExecution>
-             </pluginExecutions>
-           </lifecycleMappingMetadata>
-         </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.camel</groupId>

Reply via email to