X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=8abf67ec8c5fe198315be84d8f8d5d9d424347e0;hb=6b747e78e4cfef9ab3b0a908589d8ddb17eed7d8;hp=e1a9cada19d4486386cfcb432238ce4d2a057551;hpb=e3b0eb3bd7f61ab9f54a61d8b8e2d37685262e2c;p=controller.git diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index e1a9cada19..8abf67ec8c 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -19,6 +19,9 @@ netconf-api + + + netconf-config netconf-impl config-netconf-connector netconf-util @@ -31,6 +34,9 @@ netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension + netconf-connector-config + netconf-auth + netconf-usermanager @@ -100,6 +106,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 @@ -117,5 +152,15 @@ netconf-it + + + testtool + + false + + + netconf-testtool + +