Author: niallp
Date: Thu Feb  3 00:24:29 2011
New Revision: 1066711

URL: http://svn.apache.org/viewvc?rev=1066711&view=rev
Log:
Attach Javascript compress to prepare-package phase instead of generate-sources

Modified:
    commons/proper/validator/trunk/pom.xml

Modified: commons/proper/validator/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/validator/trunk/pom.xml?rev=1066711&r1=1066710&r2=1066711&view=diff
==============================================================================
--- commons/proper/validator/trunk/pom.xml (original)
+++ commons/proper/validator/trunk/pom.xml Thu Feb  3 00:24:29 2011
@@ -147,7 +147,7 @@
                 <executions>
                     <execution>
                         <id>javascript.compress</id>
-                        <phase>generate-sources</phase>
+                        <phase>prepare-package</phase>
                         <configuration>
                             <tasks>
                                 <ant antfile="build-javascript.xml" 
target="compress">


Reply via email to