X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=e55ec697ba560b528353fc8581c406ff58ea4ffd;hp=86ef75d45f8b4d5eaec418a25d1b248bada9eb11;hb=971b179000ef1cc56699de35061cf6f97d4cf36f;hpb=fbebf3f638e1240f2b5ebf08353151446ee1d418 diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 86ef75d45f..e55ec697ba 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -19,17 +19,22 @@ netconf-api + + + netconf-config netconf-impl config-netconf-connector netconf-util + netconf-netty-util config-persister-impl netconf-mapping-api netconf-client netconf-ssh + netconf-tcp netconf-monitoring ietf-netconf-monitoring ietf-netconf-monitoring-extension - ../../third-party/org.openexi + netconf-connector-config @@ -99,6 +104,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