From 9bcfb1dcdfca7a5ea84c49376d8e8d0e48411d12 Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Mon, 30 Sep 2013 17:47:58 +0200 Subject: [PATCH] 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 --- opendaylight/commons/opendaylight/pom.xml | 1 + opendaylight/md-sal/pom.xml | 1 + 2 files changed, 2 insertions(+) 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 -- 2.36.6