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/12/04 21:52:33 UTC

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

Author: schor
Date: Wed Dec  4 20:52:33 2013
New Revision: 1547907

URL: http://svn.apache.org/r1547907
Log:
[UIMA-3481] [UIMA-3332] upgrade assembly plugin, fix javadocs config for java 8

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=1547907&r1=1547906&r2=1547907&view=diff
==============================================================================
--- uima/build/trunk/parent-pom/pom.xml (original)
+++ uima/build/trunk/parent-pom/pom.xml Wed Dec  4 20:52:33 2013
@@ -301,6 +301,7 @@ Copyright (c) 2003, 2006 IBM Corporation
              warning message to use install instead -->
         <plugin> 
           <artifactId>maven-assembly-plugin</artifactId>
+          <version>2.4</version> <!--  https://issues.apache.org/jira/browse/UIMA-3332 -->
           <executions>
             <execution>
               <id>default-cli</id>
@@ -367,6 +368,7 @@ Copyright (c) 2003, 2006 IBM Corporation
           <!-- remove version after moving to apache parent pom 14 or later -->
           <version>2.9.1</version> <!-- pick up fix for javadoc security issue, June 2013 -->
           <configuration>
+            <additionalparam>-Xdoclint:none</additionalparam> <!-- http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete -->
             <source>5</source> <!-- needed to do Enums -->
             <notimestamp>true</notimestamp>
             <encoding>UTF-8</encoding>