From 2bd630f5c57cd3af078ba7cb92d7b47a3a8aeb5c Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 8 Jan 2014 15:52:51 +0100 Subject: [PATCH 1/1] Make MD-SAL use opendaylight parent Since MD-SAL code does not comply with coding style enforced by the checkstyle plugin, disable its execution for now -- BUG-272 tracks the need to re-enable it. Change-Id: I55763136cec2ce0e892a3c7cc6543f913d76a2ad Signed-off-by: Robert Varga --- .../md-sal/model/model-topology/pom.xml | 1 - opendaylight/md-sal/model/pom.xml | 3 --- opendaylight/md-sal/pom.xml | 19 +++++++++++++++++++ .../md-sal/sal-binding-broker/pom.xml | 1 - 4 files changed, 19 insertions(+), 5 deletions(-) diff --git a/opendaylight/md-sal/model/model-topology/pom.xml b/opendaylight/md-sal/model/model-topology/pom.xml index e2ce7a9735..630dab7515 100644 --- a/opendaylight/md-sal/model/model-topology/pom.xml +++ b/opendaylight/md-sal/model/model-topology/pom.xml @@ -25,7 +25,6 @@ org.opendaylight.yangtools.model ietf-topology - 2013.10.21.0-SNAPSHOT diff --git a/opendaylight/md-sal/model/pom.xml b/opendaylight/md-sal/model/pom.xml index f803180e89..5130548324 100644 --- a/opendaylight/md-sal/model/pom.xml +++ b/opendaylight/md-sal/model/pom.xml @@ -125,17 +125,14 @@ org.opendaylight.yangtools.model ietf-inet-types - 2010.09.24.2-SNAPSHOT org.opendaylight.yangtools.model ietf-yang-types - 2010.09.24.2-SNAPSHOT org.opendaylight.yangtools.model yang-ext - 2013.09.07.2-SNAPSHOT diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index d383162748..d2bb92f63a 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -1,6 +1,14 @@ 4.0.0 + + + org.opendaylight.controller + commons.opendaylight + 1.4.1-SNAPSHOT + ../commons/opendaylight + + org.opendaylight.controller sal-parent 1.0-SNAPSHOT @@ -470,6 +478,17 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.version} + + + none + + + diff --git a/opendaylight/md-sal/sal-binding-broker/pom.xml b/opendaylight/md-sal/sal-binding-broker/pom.xml index 0f490ebe15..4cf681f7ca 100644 --- a/opendaylight/md-sal/sal-binding-broker/pom.xml +++ b/opendaylight/md-sal/sal-binding-broker/pom.xml @@ -192,7 +192,6 @@ org.javassist javassist - 3.17.1-GA org.opendaylight.yangtools -- 2.36.6