From c709335e443ee97547964c608b785e9248a3e89f Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 19 Feb 2016 13:24:25 +0100 Subject: [PATCH] Inherit from odlparent-lite No need to perform the entire odlparent thing in aggregator, inherit from -lite. Change-Id: I7dd6dccf97ee3f1fc50730ae078be0416f08041d Signed-off-by: Robert Varga --- pom.xml | 44 ++++++++++++++------------------------------ 1 file changed, 14 insertions(+), 30 deletions(-) diff --git a/pom.xml b/pom.xml index 42ca78c749..61641fe56a 100644 --- a/pom.xml +++ b/pom.xml @@ -11,10 +11,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - org.opendaylight.mdsal - mdsal-parent - 2.1.0-SNAPSHOT - common/parent + org.opendaylight.odlparent + odlparent-lite + 1.7.0-SNAPSHOT + 4.0.0 @@ -40,32 +40,16 @@ - org.apache.maven.plugins - maven-checkstyle-plugin - - false - checkstyle-logging.xml - true - true - ${project.basedir} - **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang - **\/target\/,**\/bin\/,**\/target-ide\/,**\/src/main/yang-gen-config\/,**\/src/main/yang-gen-sal\/,**\/src/main/xtend-gen\/ - - - - org.opendaylight.yangtools - checkstyle-logging - 1.0.0-SNAPSHOT - - - - - - check - - - - + org.apache.maven.plugins + maven-checkstyle-plugin + + + org.opendaylight.yangtools + checkstyle-logging + 1.0.0-SNAPSHOT + + + -- 2.36.6