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 18:01:57 UTC

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

Author: schor
Date: Wed Jun 12 16:01:56 2013
New Revision: 1492258

URL: http://svn.apache.org/r1492258
Log:
[UIMA-2987] trying some things to get it to build on Jenkins (builds locally)

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=1492258&r1=1492257&r2=1492258&view=diff
==============================================================================
--- uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/trunk/jcasgen-maven-plugin/pom.xml Wed Jun 12 16:01:56 2013
@@ -105,6 +105,7 @@
 			<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>
@@ -115,6 +116,10 @@
 						<goals>
 							<goal>descriptor</goal>
 						</goals>
+		        <configuration>
+		          <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+		        </configuration>
+						
 					</execution>
 					<!-- END WORKAROUND http://jira.codehaus.org/browse/MNG-5346 -->
 					<execution>
@@ -122,6 +127,9 @@
 						<goals>
 							<goal>helpmojo</goal>
 						</goals>
+            <configuration>
+              <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+            </configuration>
 					</execution>
 				</executions>
 			</plugin>