Modified: incubator/jspwiki/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/pom.xml?rev=1499500&r1=1499499&r2=1499500&view=diff
==============================================================================
--- incubator/jspwiki/trunk/pom.xml (original)
+++ incubator/jspwiki/trunk/pom.xml Wed Jul  3 18:07:22 2013
@@ -51,6 +51,7 @@
   
   <modules>
     <module>jspwiki-war</module>
+    <module>jspwiki-site</module>
     <module>jspwiki-it-tests</module><!-- IT tests are launched only if 
-Pintegration-tests is given -->
   </modules>
   
@@ -537,6 +538,15 @@
               <pluginExecutions>
                 <pluginExecution>
                   <pluginExecutionFilter>
+                    <groupId>net.alchim31.maven</groupId>
+                    <artifactId>yuicompressor-maven-plugin</artifactId>
+                    <versionRange>[1.3.2,)</versionRange>
+                    <goals><goal>compress</goal></goals>
+                  </pluginExecutionFilter>
+                  <action><ignore></ignore></action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-antrun-plugin</artifactId>
                     <versionRange>[1.7,)</versionRange>
@@ -546,10 +556,10 @@
                 </pluginExecution>
                 <pluginExecution>
                   <pluginExecutionFilter>
-                    <groupId>net.alchim31.maven</groupId>
-                    <artifactId>yuicompressor-maven-plugin</artifactId>
-                    <versionRange>[1.3.2,)</versionRange>
-                    <goals><goal>compress</goal></goals>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>jslint-maven-plugin</artifactId>
+                    <versionRange>[1.0.1,)</versionRange>
+                    <goals><goal>jslint</goal></goals>
                   </pluginExecutionFilter>
                   <action><ignore></ignore></action>
                 </pluginExecution>


Reply via email to