[webbeans-commits] Webbeans SVN: r3721 - ri/trunk/parent.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Sep 22 09:26:47 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-09-22 09:26:47 -0400 (Tue, 22 Sep 2009)
New Revision: 3721

Modified:
   ri/trunk/parent/pom.xml
Log:
don't let maven auto-detect JVM

Modified: ri/trunk/parent/pom.xml
===================================================================
--- ri/trunk/parent/pom.xml	2009-09-22 12:17:38 UTC (rev 3720)
+++ ri/trunk/parent/pom.xml	2009-09-22 13:26:47 UTC (rev 3721)
@@ -140,6 +140,15 @@
                </executions>
             </plugin>
             <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-eclipse-plugin</artifactId>
+               <configuration>
+                  <classpathContainers>
+                     <classpathContainer>org.eclipse.jdt.launching.JRE_CONTAINER</classpathContainer>
+                  </classpathContainers>
+               </configuration>
+            </plugin>
+            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>buildnumber-maven-plugin</artifactId>
                <executions>




More information about the weld-commits mailing list