You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2010/11/06 02:46:38 UTC

svn commit: r1031922 - /uima/build/trunk/parent-pom/pom.xml

Author: schor
Date: Sat Nov  6 01:46:37 2010
New Revision: 1031922

URL: http://svn.apache.org/viewvc?rev=1031922&view=rev
Log:
[UIMA-1928] Add a default-cli stanza in pluginManagement, to support running from the command line.

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=1031922&r1=1031921&r2=1031922&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Sat Nov  6 01:46:37 2010
@@ -558,6 +558,20 @@ Copyright (c) 2003, 2006 IBM Corporation
                 <maxEntries>1000</maxEntries> <!-- hopefully, bigger than ever needed -->
               </configuration>
             </execution>
+            <execution>
+              <id>default-cli</id>
+              <goals><goal>jira-report</goal></goals>
+              <phase>generate-sources</phase>        
+              <configuration>
+                <fixVersionIds>${jiraVersion}</fixVersionIds>
+                <columnNames>Type,Key,Summary</columnNames>
+                <resolutionIds>Fixed</resolutionIds>
+                <statusIds>Closed</statusIds>
+                <sortColumnNames>Type, Key</sortColumnNames>
+                <outputDirectory>${basedir}/issuesFixed/</outputDirectory>
+                <maxEntries>1000</maxEntries> <!-- hopefully, bigger than ever needed -->
+              </configuration>
+            </execution>
           </executions>
         </plugin>