Revision: 19423
          http://sourceforge.net/p/gate/code/19423
Author:   markagreenwood
Date:     2016-06-16 08:16:24 +0000 (Thu, 16 Jun 2016)
Log Message:
-----------
trying to turn of doclint for when we run under jenkins so the build succeds, 
and then we'll clean up the javadoc

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

Modified: gate/branches/sawdust2/build/Plugin_Base/pom.xml
===================================================================
--- gate/branches/sawdust2/build/Plugin_Base/pom.xml    2016-06-16 01:23:17 UTC 
(rev 19422)
+++ gate/branches/sawdust2/build/Plugin_Base/pom.xml    2016-06-16 08:16:24 UTC 
(rev 19423)
@@ -132,7 +132,10 @@
                                <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>

Modified: gate/branches/sawdust2/pom.xml
===================================================================
--- gate/branches/sawdust2/pom.xml      2016-06-16 01:23:17 UTC (rev 19422)
+++ gate/branches/sawdust2/pom.xml      2016-06-16 08:16:24 UTC (rev 19423)
@@ -566,7 +566,10 @@
                                <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>

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


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://pubads.g.doubleclick.net/gampad/clk?id=1444514421&iu=/41014381
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to