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 2012/03/29 17:32:52 UTC

svn commit: r1306923 - in /uima/build/trunk/uima-build-helper-maven-plugin: ./ pom.xml

Author: schor
Date: Thu Mar 29 15:32:52 2012
New Revision: 1306923

URL: http://svn.apache.org/viewvc?rev=1306923&view=rev
Log:
no Jira, set this up for individual release by adding apache-release profile to produce jira changes report

Modified:
    uima/build/trunk/uima-build-helper-maven-plugin/   (props changed)
    uima/build/trunk/uima-build-helper-maven-plugin/pom.xml

Propchange: uima/build/trunk/uima-build-helper-maven-plugin/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Mar 29 15:32:52 2012
@@ -2,3 +2,4 @@
 target
 .classpath
 .project
+issuesFixed

Modified: uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/uima-build-helper-maven-plugin/pom.xml?rev=1306923&r1=1306922&r2=1306923&view=diff
==============================================================================
--- uima/build/trunk/uima-build-helper-maven-plugin/pom.xml (original)
+++ uima/build/trunk/uima-build-helper-maven-plugin/pom.xml Thu Mar 29 15:32:52 2012
@@ -58,6 +58,7 @@
   </scm>
   
   <properties>
+    <jiraVersion>12319859</jiraVersion>
     <uimaScmRoot>build</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
@@ -109,4 +110,27 @@
       </plugin>
     </plugins>
   </build>
+ 
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-changes-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>default-cli</id>
+                <configuration>
+                  <fixVersionIds>${jiraVersion}</fixVersionIds>
+                  <sortColumnNames>Status, Key, Type</sortColumnNames>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>     
+        </plugins>
+      </build>
+    </profile>    
+  </profiles>
+  
 </project>