Author: reto
Date: Mon Mar  1 12:53:55 2010
New Revision: 917501

URL: http://svn.apache.org/viewvc?rev=917501&view=rev
Log:
yuicompressor: exclusing files it was causing problems with

Modified:
    incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml

Modified: incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml?rev=917501&r1=917500&r2=917501&view=diff
==============================================================================
--- incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml (original)
+++ incubator/clerezza/trunk/org.apache.clerezza.parent/pom.xml Mon Mar  1 
12:53:55 2010
@@ -171,7 +171,7 @@
                                <plugin>
                                        
<groupId>org.apache.maven.plugins</groupId>
                                        
<artifactId>maven-resources-plugin</artifactId>
-                                       <version>2.3</version>
+                                       <version>2.4.1</version>
                                        <configuration>
                                                <encoding>utf-8</encoding>
                                        </configuration>
@@ -295,10 +295,21 @@
                                        </execution>
                                </executions>
                                <configuration>
+                                       <!-- actually anything but js and css, 
this is awkward
+                                       plugin developer contacted -->
                                        <excludes>
                                                <exclude>
+                                                       **/*.jar
+                                               </exclude>
+                                               <exclude>
                                                        **/*.txt
                                                </exclude>
+                                               <exclude>
+                                                       **/*.properties
+                                               </exclude>
+                                               <exclude>
+                                                       **/*.xml
+                                               </exclude>
                                        </excludes>
                                        <nosuffix>true</nosuffix>
                                </configuration>


Reply via email to