Revision: 19456
          http://sourceforge.net/p/gate/code/19456
Author:   markagreenwood
Date:     2016-07-07 10:55:17 +0000 (Thu, 07 Jul 2016)
Log Message:
-----------
ignore stupid javadoc warnings in build as well as reporting

Modified Paths:
--------------
    gate/branches/sawdust2/pom.xml

Modified: gate/branches/sawdust2/pom.xml
===================================================================
--- gate/branches/sawdust2/pom.xml      2016-07-07 08:39:07 UTC (rev 19455)
+++ gate/branches/sawdust2/pom.xml      2016-07-07 10:55:17 UTC (rev 19456)
@@ -513,6 +513,17 @@
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-javadoc-plugin</artifactId>
+                               <version>2.9.1</version>
+                               <configuration>
+                                       <!-- in theory we should only need one 
of these and it would be nice to get
+                                               rid of them alltogether but 
that's for another day -->
+                                       <failOnError>false</failOnError>
+                                       
<additionalparam>-Xdoclint:none</additionalparam>
+                               </configuration>
+                       </plugin>
                </plugins>
                
                <resources>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to