Author: schor
Date: Thu Jun 13 16:15:31 2013
New Revision: 1492731

URL: http://svn.apache.org/r1492731
Log:
[UIMA-2590] added a profile, run-rat-report, which if specified, runs the rat 
plugin - intended to be used for uima builds in Jenkins.

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1492731&r1=1492730&r2=1492731&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Thu Jun 13 16:15:31 2013
@@ -608,10 +608,8 @@ Copyright (c) 2003, 2006 IBM Corporation
                 <resolutionIds>Fixed</resolutionIds>
                 <statusIds>Closed,Resolved</statusIds>
                 <sortColumnNames>Type, Status, Key</sortColumnNames>
-                <!-- 
-                changed sortColumnNames for Jira 5
-                was:
-                 <sortColumnNames>Status, Key, Type</sortColumnNames>
+                <!-- changed sortColumnNames for Jira 5
+                     was: <sortColumnNames>Status, Key, Type</sortColumnNames>
                  -->
                 <outputDirectory>${basedir}/issuesFixed/</outputDirectory>
                 <maxEntries>1000</maxEntries> <!-- hopefully, bigger than ever 
needed -->
@@ -775,7 +773,30 @@ Copyright (c) 2003, 2006 IBM Corporation
         </plugins>
       </build>     
     </profile>
-    
+
+    <!-- *************************************************** -->
+    <!-- *   Run Rat report - for Jenkins                  * -->
+    <!-- * https://issues.apache.org/jira/browse/UIMA-2590 * -->
+    <!-- *************************************************** -->
+    <profile>
+      <id>run-rat-report</id>
+      
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>default-cli</id>
+              </execution>
+            </executions>
+          </plugin>          
+          
+        </plugins>
+      </build>     
+    </profile>
+
     <!-- **************************************** -->
     <!-- *   Produce Jira report                * -->
     <!-- **************************************** -->


Reply via email to