From: Giovanni Meo Date: Mon, 30 Sep 2013 15:47:58 +0000 (+0200) Subject: Avoid javadoc breakages to break the whole build X-Git-Tag: jenkins-controller-bulk-release-prepare-only-2-1~698 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=9bcfb1dcdfca7a5ea84c49376d8e8d0e48411d12 Avoid javadoc breakages to break the whole build - 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 --- diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index eede8979c6..986ef40b50 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -582,6 +582,7 @@ true true net.sf.jnetlib.*:cern.*:corejava:*.internal:edu.uci.* + false diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 34d315f026..fb06992d6e 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -260,6 +260,7 @@ 2.8.1 maven + false