[seam-commits] Seam SVN: r14251 - branches/community/Seam_2_3/jboss-seam-parent.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Dec 15 17:23:53 EST 2011
Author: manaRH
Date: 2011-12-15 17:23:53 -0500 (Thu, 15 Dec 2011)
New Revision: 14251
Modified:
branches/community/Seam_2_3/jboss-seam-parent/pom.xml
Log:
removed eclipse compiler
Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-12-15 22:23:46 UTC (rev 14250)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-12-15 22:23:53 UTC (rev 14251)
@@ -1605,14 +1605,14 @@
<target>${java.compiler.version}</target>
<!-- javac doesn't compile all package-info.java,
therefore use eclipse compiler -->
- <compilerId>eclipse</compilerId>
+<!-- <compilerId>eclipse</compilerId> -->
</configuration>
<dependencies>
- <dependency>
- <groupId>org.codehaus.plexus</groupId>
- <artifactId>plexus-compiler-eclipse</artifactId>
- <version>1.8.2</version>
- </dependency>
+<!-- <dependency> -->
+<!-- <groupId>org.codehaus.plexus</groupId> -->
+<!-- <artifactId>plexus-compiler-eclipse</artifactId> -->
+<!-- <version>1.8.2</version> -->
+<!-- </dependency> -->
</dependencies>
</plugin>
More information about the seam-commits
mailing list