Avoid javadoc breakages to break the whole build 15/1515/1
authorGiovanni Meo <gmeo@cisco.com>
Mon, 30 Sep 2013 15:47:58 +0000 (17:47 +0200)
committerGiovanni Meo <gmeo@cisco.com>
Mon, 30 Sep 2013 15:47:58 +0000 (17:47 +0200)
- Currently simple javadoc failures, like because there are no public
classes will break the whole build, that  should not be the case.

Change-Id: I44fd6b5a7870354f3f024872bd94288750d77776
Signed-off-by: Giovanni Meo <gmeo@cisco.com>
opendaylight/commons/opendaylight/pom.xml
opendaylight/md-sal/pom.xml

index eede8979c6f4ade28a04fd5b1f9a39aee403552b..986ef40b502f9803af3fd7b0f0ccdfdae0899350 100644 (file)
             <author>true</author>
             <keywords>true</keywords>
             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
             <author>true</author>
             <keywords>true</keywords>
             <excludePackageNames>net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.*</excludePackageNames>
+            <failOnError>false</failOnError>
           </configuration>
         </plugin>
         <plugin>
           </configuration>
         </plugin>
         <plugin>
index 34d315f026d1782d88e0b63e6369f34f328fcedf..fb06992d6e842c9753c245c847ed4b7d5aac174a 100644 (file)
                 <version>2.8.1</version>
                 <configuration>
                     <stylesheet>maven</stylesheet>
                 <version>2.8.1</version>
                 <configuration>
                     <stylesheet>maven</stylesheet>
+                    <failOnError>false</failOnError>
                 </configuration>
                 <executions>
                     <execution>
                 </configuration>
                 <executions>
                     <execution>