Author: [email protected]
Date: Tue Apr 10 16:31:11 2012
New Revision: 2210

Log:
[MAINTENANCE] Added eclipse maven plugin error fix

Modified:
   trunk/amdatu-opensocial/pom.xml

Modified: trunk/amdatu-opensocial/pom.xml
==============================================================================
--- trunk/amdatu-opensocial/pom.xml     (original)
+++ trunk/amdatu-opensocial/pom.xml     Tue Apr 10 16:31:11 2012
@@ -347,6 +347,33 @@
     </plugins>
     <pluginManagement>
       <plugins>
+        <!-- This plugin prevents the error "Plugin execution not covered by 
lifecycle configuration"
+             when loading the projects in Eclipse. -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <versionRange>[2.2,)</versionRange>
+                    <goals>
+                      <goal>unpack-dependencies</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+
         <plugin>
           <artifactId>maven-source-plugin</artifactId>
           <version>2.1.1</version>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to