Javadoc don't fail on error
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 15 Jan 2016 19:11:27 +0000 (19:11 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 15 Jan 2016 19:11:27 +0000 (19:11 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@8780 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

pom.xml

diff --git a/pom.xml b/pom.xml
index 9f00a716dbd73e95b5778e74cc8e8a24d996402c..1ee70b4bd7c9cfeb27474b1050574eb2ce83beea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -296,6 +296,7 @@ limitations under the License.
                                                                <artifactId>maven-javadoc-plugin</artifactId>
                                                                <version>2.10.3</version>
                                                                <configuration>
+                                                                       <failOnError>false</failOnError>
                                                                        <encoding>UTF-8</encoding>
                                                                        <excludePackageNames>*.demo.*:*.internal.*</excludePackageNames>
                                                                        <detectLinks>true</detectLinks>