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:27:25 UTC

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

Author: rec
Date: Sat Jun  7 15:27:24 2014
New Revision: 1601127

URL: http://svn.apache.org/r1601127
Log:
[UIMA-3867] Upgrade to Maven Plugin-Plugin for JDK-8 compatible generated JavaDoc

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=1601127&r1=1601126&r2=1601127&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Sat Jun  7 15:27:24 2014
@@ -329,6 +329,9 @@ 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</version>
 	        <configuration>
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
 	        </configuration>