You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2007/02/07 21:04:09 UTC

svn commit: r504668 - /incubator/woden/branches/M7/pom.xml

Author: jkaputin
Date: Wed Feb  7 12:04:09 2007
New Revision: 504668

URL: http://svn.apache.org/viewvc?view=rev&rev=504668
Log:
Merged r504558 from trunk into M7 to get latest pom.xml

Modified:
    incubator/woden/branches/M7/pom.xml

Modified: incubator/woden/branches/M7/pom.xml
URL: http://svn.apache.org/viewvc/incubator/woden/branches/M7/pom.xml?view=diff&rev=504668&r1=504667&r2=504668
==============================================================================
--- incubator/woden/branches/M7/pom.xml (original)
+++ incubator/woden/branches/M7/pom.xml Wed Feb  7 12:04:09 2007
@@ -67,6 +67,7 @@
         <configuration>
           <source>1.4</source>
           <target>1.4</target>
+          <compilerArgument>-g</compilerArgument>
         </configuration>
       </plugin>  
       <plugin>
@@ -92,10 +93,10 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-            <excludes>
-                <!-- WODEN-125: 6 tests in QNameTest failing so exclude the test class-->
-                <exclude>**/QNameTest.class</exclude>
-            </excludes>
+          <excludes>
+            <!-- WODEN-137: 1 test in QNameTest failing on Sun JRE 1.5.0_07 to 1.5.0_11 so exclude the test class-->
+            <exclude>**/QNameTest.class</exclude>
+          </excludes>
         </configuration>
       </plugin>
       <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org