Author: khmarbaise
Date: Sat Sep 6 23:49:13 2014
New Revision: 1622967
URL: http://svn.apache.org/r1622967
Log:
[MWAR-316]
- No need to exclude par/mar/xar cause it's recognized by RAT 0.11
Modified:
maven/plugins/trunk/maven-war-plugin/pom.xml
Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1622967&r1=1622966&r2=1622967&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Sep 6 23:49:13 2014
@@ -195,24 +195,6 @@ under the License.
</dependencies>
<build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.rat</groupId>
- <artifactId>apache-rat-plugin</artifactId>
- <configuration>
- <excludes>
- <!--
- These are archive files that should ideally be recognized by
RAT.
- -->
- <exclude>src/test/resources/unit/sample_wars/sample.par</exclude>
- <exclude>src/test/resources/unit/sample_wars/simple.mar</exclude>
- <exclude>src/test/resources/unit/sample_wars/simple.xar</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>