You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2014/06/07 17:33:34 UTC

svn commit: r1601130 - /uima/build/trunk/parent-pom/pom.xml

Author: rec
Date: Sat Jun  7 15:33:34 2014
New Revision: 1601130

URL: http://svn.apache.org/r1601130
Log:
[UIMA-3869] Better maven-plugin-plugin configuration

Modified:
    uima/build/trunk/parent-pom/pom.xml

Modified: uima/build/trunk/parent-pom/pom.xml
URL: http://svn.apache.org/viewvc/uima/build/trunk/parent-pom/pom.xml?rev=1601130&r1=1601129&r2=1601130&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Sat Jun  7 15:33:34 2014
@@ -329,21 +329,15 @@ Copyright (c) 2003, 2006 IBM Corporation
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
 	        <artifactId>maven-plugin-plugin</artifactId>
-			<!-- Version 3.3 required for Java 8 builds, see also 
-				http://jira.codehaus.org/browse/MPLUGIN-244 -->
+			<!-- Version 3.3 required for Java 8 builds -->
+			<!-- http://jira.codehaus.org/browse/MPLUGIN-244 -->
 			<version>3.3</version>
-	        <configuration>
-            <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
-	        </configuration>	        
 	        <executions>
 	          <execution>
 	            <!-- force to use process-classes phase so runs after Java Annotations are available -->
-	            <!-- https://issues.apache.org/jira/browse/UIMA-3072 -->
+	            <!-- http://jira.codehaus.org/browse/MPLUGIN-267 -->
 	            <id>default-descriptor</id>
 	            <phase>process-classes</phase>
-	            <goals><goal>descriptor</goal></goals>
-	          </execution>
-	          <execution>
 	          </execution>
 	        </executions>
         </plugin>