Revision: 19457
          http://sourceforge.net/p/gate/code/19457
Author:   markagreenwood
Date:     2016-07-07 11:23:50 +0000 (Thu, 07 Jul 2016)
Log Message:
-----------
stop the javadoc madness in the plugins as well

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

Modified: gate/branches/sawdust2/build/Plugin_Base/pom.xml
===================================================================
--- gate/branches/sawdust2/build/Plugin_Base/pom.xml    2016-07-07 10:55:17 UTC 
(rev 19456)
+++ gate/branches/sawdust2/build/Plugin_Base/pom.xml    2016-07-07 11:23:50 UTC 
(rev 19457)
@@ -83,6 +83,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>
        </build>
 

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