X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=013cfbee52d0a27858291c507bb9c7e5edf357b0;hb=80b787dd2b437cc7318b660788779d54c87a4a6c;hp=86ef75d45f8b4d5eaec418a25d1b248bada9eb11;hpb=1bc23af1c00eebdcc68cccdfd5de81aa6b61f529;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 86ef75d45f..013cfbee52 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -22,6 +22,7 @@ netconf-impl config-netconf-connector netconf-util + netconf-netty-util config-persister-impl netconf-mapping-api netconf-client @@ -29,7 +30,6 @@ netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension - ../../third-party/org.openexi @@ -99,6 +99,35 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12 + + false + false + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + **\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/ + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + org.apache.maven.plugins maven-compiler-plugin