Author: hughesj
Date: Wed Feb 7 06:23:43 2007
New Revision: 504558
URL: http://svn.apache.org/viewvc?view=rev&rev=504558
Log:
Ensure maven2 compiles with debug info, in the same way as ant
Modified:
incubator/woden/trunk/java/pom.xml
Modified: incubator/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/woden/trunk/java/pom.xml?view=diff&rev=504558&r1=504557&r2=504558
==============================================================================
--- incubator/woden/trunk/java/pom.xml (original)
+++ incubator/woden/trunk/java/pom.xml Wed Feb 7 06:23:43 2007
@@ -67,6 +67,7 @@
<configuration>
<source>1.4</source>
<target>1.4</target>
+ <compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
<plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]