Author: khmarbaise
Date: Sun Sep 7 12:34:31 2014
New Revision: 1623004
URL: http://svn.apache.org/r1623004
Log:
- Added version to apache-rat-plugin to use
0.11
Modified:
maven/plugins/trunk/pom.xml
Modified: maven/plugins/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=1623004&r1=1623003&r2=1623004&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Sun Sep 7 12:34:31 2014
@@ -41,6 +41,19 @@ under the License.
<url>http://svn.apache.org/viewvc/maven/plugins/trunk/</url>
</scm>
+ <!-- TODO: Added to use version 0.11 till we change to apache:15 -->
+ <build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <version>0.11</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
<modules>
<module>maven-plugins</module>
<module>maven-acr-plugin</module>