[weld-commits] Weld SVN: r7248 - cdi-tck/branches/1.0.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Jun 27 06:36:00 EDT 2011


Author: petemuir
Date: 2011-06-27 06:35:59 -0400 (Mon, 27 Jun 2011)
New Revision: 7248

Modified:
   cdi-tck/branches/1.0/pom.xml
Log:
add m2e config

Modified: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/branches/1.0/pom.xml	2011-06-17 13:38:19 UTC (rev 7247)
+++ cdi-tck/branches/1.0/pom.xml	2011-06-27 10:35:59 UTC (rev 7248)
@@ -270,6 +270,35 @@
                   <arguments>-Drelease -Dtck-audit</arguments>
                </configuration>
             </plugin>
+            <!--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>
+                           <pluginExecutionFilter>
+                              <groupId>
+                                 org.apache.maven.plugins
+                              </groupId>
+                              <artifactId>
+                                 maven-dependency-plugin
+                              </artifactId>
+                              <versionRange>[2.1,)</versionRange>
+                              <goals>
+                                 <goal>copy</goal>
+                              </goals>
+                           </pluginExecutionFilter>
+                           <action>
+                              <ignore></ignore>
+                           </action>
+                        </pluginExecution>
+                     </pluginExecutions>
+                  </lifecycleMappingMetadata>
+               </configuration>
+            </plugin>
          </plugins>
       </pluginManagement>
    </build>



More information about the weld-commits mailing list