X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fpom.xml;h=c72705d50ebd8f505feaac092331fcbafc1ee41b;hp=2be64a8a9873f138ae29876a2ac1c1d1998213e4;hb=475d28f717bae92b2cc10b0589131771fcc62242;hpb=44bac35e828c5dfee8a9fb7fad4f57bceaa9490b diff --git a/opendaylight/netconf/pom.xml b/opendaylight/netconf/pom.xml index 2be64a8a98..c72705d50e 100644 --- a/opendaylight/netconf/pom.xml +++ b/opendaylight/netconf/pom.xml @@ -1,264 +1,153 @@ + - 4.0.0 + 4.0.0 - - org.opendaylight.controller - commons.opendaylight - 1.4.2-SNAPSHOT - ../commons/opendaylight - + + org.opendaylight.controller + commons.opendaylight + 1.4.2-SNAPSHOT + ../commons/opendaylight + + netconf-subsystem - 0.2.5-SNAPSHOT - netconf-subsystem - pom - ${project.artifactId} - - 3.0.4 - + 0.2.5-SNAPSHOT + pom + ${project.artifactId} + + 3.0.4 + + + netconf-api + netconf-cli + 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 + netconf-connector-config + - - netconf-api - netconf-impl - config-netconf-connector - netconf-util - config-persister-impl - netconf-mapping-api - netconf-client - netconf-ssh - netconf-monitoring - ietf-netconf-monitoring - ietf-netconf-monitoring-extension - + + + org.osgi + org.osgi.core + + + ch.qos.logback + logback-classic + test + + + junit + junit + test + + - - - integrationtests - - false - - - netconf-it - - - + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + org.opendaylight.yangtools + maven-sal-api-gen-plugin + ${yangtools.version} + + + + + + generate-sources + + + src/main/yang + + + org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl + ${salGeneratorPath} + + + org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl + ${project.build.directory}/site/models + + + true + + + + + - - 5.0.0 - 2.4.0 - 1.7.2 - ${project.build.directory}/generated-sources/sal - - - - - junit - junit - test - - - ch.qos.logback - logback-classic - test - - - - + + + + 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.osgi - org.osgi.core - ${osgi.version} - - - ${project.groupId} - config-api - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - - - ${project.groupId} - config-manager - ${config.version} - test-jar - - - ${project.groupId} - yang-jmx-generator - ${config.version} - - - ${project.groupId} - config-util - ${config.version} - - - ${project.groupId} - yang-test - ${config.version} - - - ${project.groupId} - netconf-api - ${netconf.version} - - - ${project.groupId} - netconf-util - ${netconf.version} - - - ${project.groupId} - netconf-util - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-ssh - ${netconf.version} - - - ${project.groupId} - netconf-ssh - ${netconf.version} - test-jar - - - ${project.groupId} - netconf-mapping-api - ${netconf.version} - - - ${project.groupId} - netconf-impl - ${netconf.version} - - - ${project.groupId} - netconf-monitoring - ${netconf.version} - - - ${project.groupId} - ietf-netconf-monitoring - ${netconf.version} - - - org.opendaylight.controller - config-persister-api - ${config.version} - - - ${project.groupId} - netconf-client - ${netconf.version} - - - xmlunit - xmlunit - 1.4 - - - ${project.groupId} - config-netconf-connector - ${netconf.version} - - - ${project.groupId} - config-persister-impl - ${netconf.version} - - - org.opendaylight.controller - logback-config - ${config.version} - + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - - - - - org.apache.felix - maven-bundle-plugin - ${maven.bundle.version} - true - - - ${project.groupId}.${project.artifactId} - - - - - org.opendaylight.yangtools - yang-maven-plugin - ${yangtools.version} - - - - generate-sources - - - src/main/yang - - - - org.opendaylight.yangtools.maven.sal.api.gen.plugin.CodeGeneratorImpl - - - ${salGeneratorPath} - - - - org.opendaylight.yangtools.yang.unified.doc.generator.maven.DocumentationGeneratorImpl - ${project.build.directory}/site/models - - - true - - - - - - org.opendaylight.yangtools - maven-sal-api-gen-plugin - ${yangtools.version} - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - generate-sources - - add-source - - - - ${salGeneratorPath} - - - - - - + + + + check + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + - - + + + integrationtests + + false + + + netconf-it + + +