[seam-commits] Seam SVN: r14247 - branches/community/Seam_2_3/jboss-seam-parent.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Dec 15 17:08:25 EST 2011


Author: manaRH
Date: 2011-12-15 17:08:25 -0500 (Thu, 15 Dec 2011)
New Revision: 14247

Modified:
   branches/community/Seam_2_3/jboss-seam-parent/pom.xml
Log:
fixed compilator setup - enable debugging in eclipse

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:08:18 UTC (rev 14246)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml	2011-12-15 22:08:25 UTC (rev 14247)
@@ -1603,17 +1603,15 @@
 					<configuration>
 						<source>${java.compiler.version}</source>
 						<target>${java.compiler.version}</target>
-				        <optimize>true</optimize>
 				        <!-- 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.1</version>
-				            <scope>runtime</scope>
+				            <version>1.8.2</version>
 				        </dependency>
 				    </dependencies>
 					



More information about the seam-commits mailing list