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:14:28 UTC

svn commit: r1031904 - in /uima/build/trunk/parent-pom: README.txt pom.xml

Author: schor
Date: Sat Nov  6 01:14:28 2010
New Revision: 1031904

URL: http://svn.apache.org/viewvc?rev=1031904&view=rev
Log:
[UIMA-1928] remove the build plugin to run the jira report from the parent pom - it gets run by all the child poms.  Instead, put into just those child poms that want to run the jira-report, the bit of xml to cause it to run.  Note that this can't be done for the parent-pom itself, so for this one, we have to run the report by hand.

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

Modified: uima/build/trunk/parent-pom/README.txt
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/README.txt?rev=1031904&r1=1031903&r2=1031904&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/README.txt (original)
+++ uima/build/trunk/parent-pom/README.txt Sat Nov  6 01:14:28 2010
@@ -7,5 +7,5 @@ Go into the parent-pom-top directory, an
 
    mvn clean install
    
-A list of issues fixed is in issuesFixed/jira-remote.html.
+A list of issues fixed is in issuesFixed/jira-report.html.
    

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1031904&r1=1031903&r2=1031904&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Sat Nov  6 01:14:28 2010
@@ -54,7 +54,7 @@
 
   <groupId>org.apache.uima</groupId>
   <artifactId>parent-pom</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <name>UIMA ${project.artifactId}</name>
@@ -681,20 +681,6 @@ Copyright (c) 2003, 2006 IBM Corporation
             </executions>        
           </plugin>
           
-          <!-- Run jira report -->
-          <!-- depends on having -DjiraVersion set -->
-          <plugin>
-            <artifactId>maven-changes-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>jiraReport</id>
-                <configuration>
-                  <fixVersionIds>${jiraVersion}</fixVersionIds>
-                </configuration>
-              </execution>
-            </executions>  
-          </plugin>
-                    
         </plugins>
       </build>     
     </profile>