You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/08/05 11:09:52 UTC

svn commit: r801097 - in /myfaces/core/trunk: api/pom.xml pom.xml

Author: werpu
Date: Wed Aug  5 09:09:52 2009
New Revision: 801097

URL: http://svn.apache.org/viewvc?rev=801097&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2172

enabled the integrated javascript compression in the builds

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=801097&r1=801096&r2=801097&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Wed Aug  5 09:09:52 2009
@@ -25,10 +25,14 @@
            <!--
            javascript plugin adjusted to our build process
            please do not delete this it is just disabled for now
-           
+           -->
+
+
             <plugin>
                 <artifactId>javascript-maven-plugin</artifactId>
                 <groupId>org.codehaus.mojo.javascript</groupId>
+                <!-- we have to enforce a version for now which works due to the alpha stage of the plugin -->
+                <version>1.0-alpha-1-20090530.211438-7</version>
                 <extensions>true</extensions>
                 <executions>
                      <execution>
@@ -60,7 +64,7 @@
                     <outputDirectory>${basedir}/target/classes/META-INF/resources/javax.faces/</outputDirectory>
                 </configuration>
             </plugin>
-            -->
+        
 
             <plugin>
                 <artifactId>maven-jar-plugin</artifactId>

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=801097&r1=801096&r2=801097&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Wed Aug  5 09:09:52 2009
@@ -185,6 +185,7 @@
         </pluginRepository>
         <!--
         disabled for now must be enabled to enable javascript compression
+		 -->
         <pluginRepository>
             <id>Codehaus Snapshots</id>
             <url>http://snapshots.repository.codehaus.org/</url>
@@ -195,7 +196,7 @@
                 <enabled>true</enabled>
             </releases>
         </pluginRepository>
-        -->
+       
     </pluginRepositories>
 
     <distributionManagement>