You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/03/28 13:16:56 UTC

svn commit: r1306257 - /archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml

Author: olamy
Date: Wed Mar 28 11:16:55 2012
New Revision: 1306257

URL: http://svn.apache.org/viewvc?rev=1306257&view=rev
Log:
comment minify js/css to prevent build log warning

Modified:
    archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml

Modified: archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml?rev=1306257&r1=1306256&r2=1306257&view=diff
==============================================================================
--- archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml (original)
+++ archiva/trunk/archiva-modules/archiva-web/archiva-webapp-js/pom.xml Wed Mar 28 11:16:55 2012
@@ -612,7 +612,7 @@
     </resources>
 
     <plugins>
-
+      <!-- commented as not needed now
       <plugin>
         <groupId>com.samaxes.maven</groupId>
         <artifactId>maven-minify-plugin</artifactId>
@@ -684,7 +684,7 @@
           </execution>
         </executions>
       </plugin>
-
+      -->
       <plugin>
         <groupId>org.apache.tomcat.maven</groupId>
         <artifactId>tomcat6-maven-plugin</artifactId>