Author: dan.j.allen
Date: 2009-05-11 22:42:04 -0400 (Mon, 11 May 2009)
New Revision: 10887
Modified:
examples/trunk/servlet-permalink/pom.xml
Log:
disable javascript validator
Modified: examples/trunk/servlet-permalink/pom.xml
===================================================================
--- examples/trunk/servlet-permalink/pom.xml 2009-05-12 02:41:55 UTC (rev 10886)
+++ examples/trunk/servlet-permalink/pom.xml 2009-05-12 02:42:04 UTC (rev 10887)
@@ -181,9 +181,11 @@
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<additionalBuildcommands>
+ <!-- annoyingly creates a bin directory
<buildCommand>
<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
</buildCommand>
+ -->
<buildCommand>
<name>org.jboss.tools.common.verification.verifybuilder</name>
</buildCommand>
Show replies by date