You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2015/09/21 20:38:32 UTC

svn commit: r1704380 - /uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Author: cwiklik
Date: Mon Sep 21 18:38:28 2015
New Revision: 1704380

URL: http://svn.apache.org/viewvc?rev=1704380&view=rev
Log:
UIMA-4608 added svn revision number to MANIFEST

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1704380&r1=1704379&r2=1704380&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Mon Sep 21 18:38:28 2015
@@ -691,6 +691,29 @@ ${uimaDUCCNoticeText}
 
 		<!-- define common plugins that are shared by every pom -->
 		<plugins>
+
+
+
+<plugin>
+  <groupId>org.codehaus.mojo</groupId>
+  <artifactId>buildnumber-maven-plugin</artifactId>
+  <executions>
+    <execution>
+      <phase>validate</phase>
+      <goals>
+        <goal>create</goal>
+      </goals>
+    </execution>
+  </executions>
+  <configuration>
+    <doCheck>false</doCheck>
+    <doUpdate>true</doUpdate>
+  </configuration>
+</plugin>
+
+
+
+
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
 				<configuration>
@@ -714,6 +737,7 @@ ${uimaDUCCNoticeText}
 							<Ducc-Bassedir>${basedir}</Ducc-Bassedir>
 							<Ducc-Java-Vendor>${java.vendor}</Ducc-Java-Vendor>
 							<Project-Title>Apache UIMA DUCC</Project-Title>
+        <SCM-Revision>${buildNumber}</SCM-Revision>
 						</manifestEntries>
 					</archive>
 				</configuration>