Author: khmarbaise
Date: Sat Nov  1 18:24:25 2014
New Revision: 1636008

URL: http://svn.apache.org/r1636008
Log:
[JXR-122]
 - Added the configuration for apache-rat-plugin otherwise
   the release source artifact can't be built without changing
   it.

Modified:
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1636008&r1=1636007&r2=1636008&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Sat Nov  1 18:24:25 2014
@@ -103,6 +103,23 @@ under the License.
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>
+        <!-- 
+             Requested an enhancement:
+             https://issues.apache.org/jira/browse/RAT-184
+             http://jira.codehaus.org/browse/JXR-122
+             This needed to be added to ingore the generated DEPENDENCIES files
+             otherwise we will have a release in release area which can't be 
built
+             without changing.
+        -->
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludes>
+              <exclude>DEPENDENCIES</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>


Reply via email to