Author: ozizka(a)redhat.com
Date: 2009-05-15 14:46:04 -0400 (Fri, 15 May 2009)
New Revision: 428
Modified:
trunk/jsfunit/pom.xml
Log:
JSFUnit POM: Disabled XSLT - there's a bug in the XSLT plugin, which causes the build
to fail :/
Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml 2009-05-15 18:17:55 UTC (rev 427)
+++ trunk/jsfunit/pom.xml 2009-05-15 18:46:04 UTC (rev 428)
@@ -476,6 +476,9 @@
</plugin>
<!-- XSLT plugin - each execution separates one package. -->
+ <!-- Disabled - bug:
+ javax.xml.transform.TransformerException:
javax.xml.transform.TransformerException:
+ com.sun.org.apache.xml.internal.utils.WrappedRuntimeException:
Premature end of file.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xslt-maven-plugin</artifactId>
@@ -524,6 +527,7 @@
</execution>
</executions>
</plugin>
+ -->
</plugins>
</build>
Show replies by date