[webbeans-commits] Webbeans SVN: r1422 - tck/trunk/impl.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Thu Feb 5 08:45:36 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-05 08:45:36 -0500 (Thu, 05 Feb 2009)
New Revision: 1422

Modified:
   tck/trunk/impl/pom.xml
Log:
FOrce use of java6

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-02-05 13:37:17 UTC (rev 1421)
+++ tck/trunk/impl/pom.xml	2009-02-05 13:45:36 UTC (rev 1422)
@@ -137,6 +137,25 @@
                </compileArguments>
             </configuration>
         	</plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-enforcer-plugin</artifactId>
+            <executions>
+               <execution>
+                  <id>enforce-versions</id>
+                  <goals>
+                     <goal>enforce</goal>
+                  </goals>
+                  <configuration>
+                     <rules>
+                        <requireJavaVersion>
+                           <version>1.6</version>
+                        </requireJavaVersion>
+                     </rules>
+                  </configuration>
+               </execution>
+            </executions>
+         </plugin>
         </plugins>
      </build>
    </profile>




More information about the weld-commits mailing list