X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=c72705d50ebd8f505feaac092331fcbafc1ee41b;hp=e1a9cada19d4486386cfcb432238ce4d2a057551;hb=475d28f717bae92b2cc10b0589131771fcc62242;hpb=e3b0eb3bd7f61ab9f54a61d8b8e2d37685262e2c diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index e1a9cada19..c72705d50e 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -19,6 +19,8 @@ netconf-api + netconf-cli + netconf-config netconf-impl config-netconf-connector netconf-util @@ -31,6 +33,7 @@ netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension + netconf-connector-config @@ -100,6 +103,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