You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/08 16:22:55 UTC

svn commit: r1630118 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: khmarbaise
Date: Wed Oct  8 14:22:55 2014
New Revision: 1630118

URL: http://svn.apache.org/r1630118
Log:
[MSHADE-179]
 - Fixed rest of RAT issues

Modified:
    maven/plugins/trunk/maven-shade-plugin/pom.xml

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1630118&r1=1630117&r2=1630118&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Wed Oct  8 14:22:55 2014
@@ -170,6 +170,26 @@ under the License.
   </dependencies>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <!-- Can't add license header otherwise the tests will fail. -->
+              <exclude>rel-path-test-files/**</exclude>
+              <exclude>src/it/dep-reduced-pom-use-base-version/repo/org/apache/maven/its/shade/drp/a/0.1-SNAPSHOT/_maven.repositories</exclude>
+              <exclude>src/it/mshade-123/sample.txt</exclude>
+              <exclude>src/it/MSHADE-133/src/main/resources/myConfig.yml</exclude>
+              <exclude>src/it/rerun-with-reloc/src/main/resources/some-ordinary-resource.txt</exclude>
+              <exclude>src/it/rerun-without-reloc/src/main/resources/some-ordinary-resource.txt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>