You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2016/06/18 11:15:58 UTC

svn commit: r1748966 - /maven/shared/trunk/maven-artifact-transfer/pom.xml

Author: rfscholte
Date: Sat Jun 18 11:15:58 2016
New Revision: 1748966

URL: http://svn.apache.org/viewvc?rev=1748966&view=rev
Log:
Also shade filters, detected by maven-assembly-plugin/src/it/projects/multimodule/two-level-multimodule with M3.3.9

Modified:
    maven/shared/trunk/maven-artifact-transfer/pom.xml

Modified: maven/shared/trunk/maven-artifact-transfer/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-artifact-transfer/pom.xml?rev=1748966&r1=1748965&r2=1748966&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-transfer/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-transfer/pom.xml Sat Jun 18 11:15:58 2016
@@ -81,12 +81,14 @@
                   <include>org.eclipse.aether:aether-util</include>
                 </includes>
               </artifactSet>
-              <!-- to prevent java.lang.ClassNotFoundException: org.eclipse.aether.util.artifact.SubArtifact (M3.1.1 - M3.3.3) -->
               <filters>
                 <filter>
                   <artifact>org.eclipse.aether:aether-util</artifact>
                   <includes>
+                    <!-- to prevent java.lang.ClassNotFoundException: org.eclipse.aether.util.artifact.SubArtifact (M3.1.1 - M3.3.3) -->
                     <include>org/eclipse/aether/util/artifact/SubArtifact.class</include>
+                    <!-- to prevent java.lang.ClassNotFoundException: org.eclipse.aether.util.filter.* (M3.1.1+ ) -->
+                    <include>org/eclipse/aether/util/filter/*</include>
                   </includes>
                 </filter>
               </filters>
@@ -198,7 +200,6 @@
       <groupId>org.eclipse.aether</groupId>
       <artifactId>aether-util</artifactId>
       <version>0.9.0.M2</version>
-      <!-- will be shaded -->
     </dependency>
 
     <!-- TEST -->