Author: burn
Date: Thu Oct  1 13:53:53 2015
New Revision: 1706252

URL: http://svn.apache.org/viewvc?rev=1706252&view=rev
Log:
UIMA-4608 Disable automatic svn update

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=1706252&r1=1706251&r2=1706252&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Thu Oct  1 13:53:53 
2015
@@ -693,27 +693,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>
@@ -738,7 +736,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>


Reply via email to