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 2013/06/12 19:05:36 UTC

svn commit: r1492287 - /uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Author: schor
Date: Wed Jun 12 17:05:36 2013
New Revision: 1492287

URL: http://svn.apache.org/r1492287
Log:
[UIMA-2987] back out the changes done to get it to build on Jenkins - problem traced to needing to deploy more recent snapshot of uima-wide parent pom.

Modified:
    uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml

Modified: uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml?rev=1492287&r1=1492286&r2=1492287&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Wed Jun 12 17:05:36 2013
@@ -105,7 +105,6 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-plugin-plugin</artifactId>
-				<version>3.2</version>  <!-- is the version in apache-wide parent -->
 				<!-- BEGIN WORKAROUND http://jira.codehaus.org/browse/MNG-5346 -->
 				<configuration>
 					<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
@@ -116,10 +115,6 @@
 						<goals>
 							<goal>descriptor</goal>
 						</goals>
-		        <configuration>
-		          <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
-		        </configuration>
-						
 					</execution>
 					<!-- END WORKAROUND http://jira.codehaus.org/browse/MNG-5346 -->
 					<execution>
@@ -127,9 +122,6 @@
 						<goals>
 							<goal>helpmojo</goal>
 						</goals>
-            <configuration>
-              <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
-            </configuration>
 					</execution>
 				</executions>
 			</plugin>