You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by hb...@apache.org on 2008/03/08 17:09:17 UTC

svn commit: r635000 - /maven/wagon/trunk/wagon-providers/wagon-http/pom.xml

Author: hboutemy
Date: Sat Mar  8 08:09:16 2008
New Revision: 635000

URL: http://svn.apache.org/viewvc?rev=635000&view=rev
Log:
upgrade shade plugin to 1.0 and remove filters on META-INF since they are not necessary any more

Modified:
    maven/wagon/trunk/wagon-providers/wagon-http/pom.xml

Modified: maven/wagon/trunk/wagon-providers/wagon-http/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http/pom.xml?rev=635000&r1=634999&r2=635000&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http/pom.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-http/pom.xml Sat Mar  8 08:09:16 2008
@@ -74,7 +74,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>1.0</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -105,26 +105,6 @@
                   <shadedPattern>org.apache.maven.wagon.providers.http.httpclient</shadedPattern>
                 </relocation>
               </relocations>
-              <filters>
-                <filter>
-                  <artifact>commons-logging:commons-logging</artifact>
-                  <excludes>
-                    <exclude>META-INF/**</exclude>
-                  </excludes>
-                </filter>
-                <filter>
-                  <artifact>commons-codec:commons-codec</artifact>
-                  <excludes>
-                    <exclude>META-INF/**</exclude>
-                  </excludes>
-                </filter>
-                <filter>
-                  <artifact>commons-httpclient:commons-httpclient</artifact>
-                  <excludes>
-                    <exclude>META-INF/**</exclude>
-                  </excludes>
-                </filter>
-              </filters>
             </configuration>
           </execution>
         </executions>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org