You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2015/10/12 20:06:55 UTC

svn commit: r1708187 - /uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml

Author: burn
Date: Mon Oct 12 18:06:55 2015
New Revision: 1708187

URL: http://svn.apache.org/viewvc?rev=1708187&view=rev
Log:
Merge 4508 Disable automatic svn updates

Modified:
    uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml

Modified: uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml?rev=1708187&r1=1708186&r2=1708187&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/branches/uima-ducc-2.0.1/uima-ducc-parent/pom.xml Mon Oct 12 18:06:55 2015
@@ -685,27 +685,25 @@ ${uimaDUCCNoticeText}
 		<plugins>
 
 
-
-<plugin>
-  <groupId>org.codehaus.mojo</groupId>
-  <artifactId>buildnumber-maven-plugin</artifactId>
-  <version>1.3</version>
-  <executions>
-    <execution>
-      <phase>validate</phase>
-      <goals>
-        <goal>create</goal>
-      </goals>
-    </execution>
-  </executions>
-  <configuration>
-    <doCheck>false</doCheck>
-    <doUpdate>true</doUpdate>
-  </configuration>
-</plugin>
-
-
-
+		  <!-- Get SVN revision number and include in the manifest.
+		       Disable the check for local changes and the svn update -->
+		  <plugin>
+			<groupId>org.codehaus.mojo</groupId>
+			<artifactId>buildnumber-maven-plugin</artifactId>
+			<version>1.3</version>
+			<executions>
+			  <execution>
+				<phase>validate</phase>
+				<goals>
+				  <goal>create</goal>
+				</goals>
+			  </execution>
+			</executions>
+			<configuration>
+			  <doCheck>false</doCheck>
+			  <doUpdate>false</doUpdate>
+			</configuration>
+		  </plugin>
 
 			<plugin>
 				<artifactId>maven-compiler-plugin</artifactId>
@@ -730,7 +728,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>
+							<SCM-Revision>${buildNumber}</SCM-Revision>
 						</manifestEntries>
 					</archive>
 				</configuration>