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:16:57 UTC

svn commit: r1031905 - /uima/uimaj/trunk/uimaj-distr/pom.xml

Author: schor
Date: Sat Nov  6 01:16:57 2010
New Revision: 1031905

URL: http://svn.apache.org/viewvc?rev=1031905&view=rev
Log:
[UIMA-1928] Add the bit of xml to run the Jira report, if using the apache-release profile.  

Modified:
    uima/uimaj/trunk/uimaj-distr/pom.xml

Modified: uima/uimaj/trunk/uimaj-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-distr/pom.xml?rev=1031905&r1=1031904&r2=1031905&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-distr/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-distr/pom.xml Sat Nov  6 01:16:57 2010
@@ -180,13 +180,37 @@
           </execution>
         </executions>
       </plugin>
-  
+        
     </plugins>
   </build>     
   
   <!-- Use -N option to skip building submodule, for testing uimaj-distr -->
   <modules>
     <module>../aggregate-uimaj</module>
-  </modules>      
+  </modules>
+  
+  <profiles>
+    <profile>
+      <id>apache-release</id>
+      
+      <build>
+        <!-- Run jira report -->
+        <!-- depends on having -DjiraVersion set -->
+        <plugins>
+          <plugin>
+            <artifactId>maven-changes-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>jiraReport</id>
+                <configuration>
+                  <fixVersionIds>${jiraVersion}</fixVersionIds>
+                </configuration>
+              </execution>
+            </executions>  
+          </plugin>
+        </plugins>     
+      </build>
+    </profile>
+  </profiles>    
 
 </project>
\ No newline at end of file