[seam-commits] Seam SVN: r12846 - modules/xml/trunk/impl.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 19:04:23 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 19:04:22 -0400 (Wed, 26 May 2010)
New Revision: 12846

Modified:
   modules/xml/trunk/impl/pom.xml
Log:
java 1.5 is the default for all of seam, maven-eclipse-plugin is not recommended

Modified: modules/xml/trunk/impl/pom.xml
===================================================================
--- modules/xml/trunk/impl/pom.xml	2010-05-26 23:02:58 UTC (rev 12845)
+++ modules/xml/trunk/impl/pom.xml	2010-05-26 23:04:22 UTC (rev 12846)
@@ -78,24 +78,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-eclipse-plugin</artifactId>
-        <configuration>
-          <workspace>${basedir}</workspace>
-
-          <downloadJavadocs>true</downloadJavadocs>
-          <downloadSources>true</downloadSources>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkMode>once</forkMode>



More information about the seam-commits mailing list