X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=7453fef29f35dcc242ef820b1a1932b2fb15bff3;hb=4af303e8e542ecc69515f981eaca73ee742924a3;hp=0674eaf331cee20d6835dfde5888504503973f6b;hpb=92727147de3bb2e333ecfe9d699b94d585693bf4;p=openflowplugin.git diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index 0674eaf331..7453fef29f --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,20 @@ 4.0.0 + + org.opendaylight.odlparent + odlparent + 1.5.0-SNAPSHOT + + 3.0 + org.opendaylight.openflowplugin openflowplugin-parent - 0.0.3-SNAPSHOT + 0.1.0-SNAPSHOT + openflowplugin pom @@ -20,12 +28,12 @@ opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ + ${nexusproxy}/repositories/opendaylight.release opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ + ${nexusproxy}/repositories/opendaylight.snapshot + 2.4 + jacoco + target/code-coverage/jacoco.exec + target/code-coverage/jacoco-it.exec + Sonar way with Findbugs + + 1.5.0-SNAPSHOT + 0.7.0-SNAPSHOT + 0.2.0-SNAPSHOT - - org.javassist - javassist - 3.17.1-GA - - - - com.google.guava - guava - 14.0.1 - - - equinoxSDK381 - org.eclipse.osgi - 3.8.1.v20120830-144521 + + org.opendaylight.yangtools + yang-binding + ${yang.binding.version} + + org.opendaylight.openflowplugin + openflowplugin-api + ${project.version} + org.opendaylight.openflowjava openflow-protocol-impl @@ -78,17 +101,17 @@ org.opendaylight.openflowjava - simple-client + util ${openflowjava.version} - org.opendaylight.controller.model - model-flow-base - ${controller.model.version} + org.opendaylight.openflowjava + simple-client + ${openflowjava.version} org.opendaylight.controller.model - model-flow-management + model-flow-base ${controller.model.version} @@ -113,76 +136,161 @@ org.opendaylight.controller - sal - 0.7.0 + liblldp + ${sal.api.version} org.opendaylight.controller - sal.connection - 0.1.1 + sal-common-util + ${controller.model.version} + org.opendaylight.controller sal-common-util - 1.0 + ${sal.common.util.version} - - xml-apis - xml-apis - 1.4.01 + org.opendaylight.controller + config-netconf-connector + ${netconf.parent.version} + + + org.opendaylight.controller + sal-binding-it + ${controller.model.version} - - org.slf4j - slf4j-log4j12 - ${slf4j.version} + org.opendaylight.controller + sal-binding-broker-impl + ${controller.model.version} - org.slf4j - log4j-over-slf4j - ${slf4j.version} + org.opendaylight.controller + config-manager + ${config.parent.version} + + org.opendaylight.controller + config-api + ${config.parent.version} + - ch.qos.logback - logback-core - ${logback.version} + org.opendaylight.yangtools.thirdparty + antlr4-runtime-osgi-nohead + 4.0 - ch.qos.logback - logback-classic - ${logback.version} + org.opendaylight.controller + logback-config + ${config.parent.version} - - org.opendaylight.yangtools.thirdparty - xtend-lib-osgi - 2.4.3 - test + org.opendaylight.controller + config-persister-api + ${config.parent.version} + + + org.opendaylight.controller + config-persister-impl + ${config.parent.version} - - commons-lang - commons-lang - 2.6 + org.opendaylight.controller + config-persister-file-xml-adapter + ${config.parent.version} + + + org.opendaylight.controller + netconf-monitoring + ${netconf.parent.version} + + + org.opendaylight.controller + netconf-client + ${netconf.parent.version} + + + org.opendaylight.controller + netconf-impl + ${netconf.parent.version} + - junit - junit - 4.8.1 - test + org.openexi + nagasena + ${exi.nagasena.version} - org.mockito - mockito-all - 1.9.5 + org.openexi + nagasena-rta + ${exi.nagasena.version} + + + org.opendaylight.controller.thirdparty + ganymed + 1.2.0-SNAPSHOT + + + xml-apis + xml-apis + 1.4.01 + + + org.opendaylight.yangtools.thirdparty + xtend-lib-osgi + 2.4.3 test + + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + prepare-ut-agent + process-test-classes + + prepare-agent + + + ${sonar.jacoco.reportPath} + jacoco.agent.ut.arg + + + + prepare-it-agent + pre-integration-test + + prepare-agent + + + ${sonar.jacoco.itReportPath} + jacoco.agent.it.arg + + + + + @@ -198,8 +306,235 @@ maven-paxexam-plugin 1.2.4 + + org.eclipse.xtend + xtend-maven-plugin + ${xtend.version} + + + + compile + + + ${xtend.dstdir} + + + + + + maven-clean-plugin + + + + ${xtend.dstdir} + + ** + + + + ${jmxGeneratorPath} + + ** + + + + ${salGeneratorPath} + + ** + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + ${build.helper.version} + + + add-source + generate-sources + + add-source + + + + ${jmxGeneratorPath} + ${salGeneratorPath} + ${xtend.dstdir} + + + + + + + org.opendaylight.yangtools + yang-maven-plugin + ${yang.binding.version} + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + true + + + ${project.groupId}.${project.artifactId} + + ${project.build.directory}/META-INF + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + properties-maven-plugin + [0.0,) + + set-system-properties + + + + + + + + + org.codehaus.enunciate + maven-enunciate-plugin + [0.0,) + + docs + + + + + + + + + org.jacoco + jacoco-maven-plugin + [0.0,) + + prepare-agent + pre-test + post-test + + + + + + + + + org.ops4j.pax.exam + maven-paxexam-plugin + [1.2.4,) + + generate-depends-file + + + + + false + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + [2.0,) + + check + + + + + + + + + org.opendaylight.yangtools + yang-maven-plugin + [0.5,) + + generate-sources + + + + + + + + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + execute + + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + ${enforcer.version} + + enforce + + + + + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + ${jacoco.agent.it.arg} + + + listener + org.sonar.java.jacoco.JUnitListener + + + + ${project.build.directory}/surefire-reports + + + + org.apache.maven.plugins + maven-surefire-plugin + + + ${jacoco.agent.ut.arg} + + + listener + org.sonar.java.jacoco.JUnitListener + + + + - @@ -253,18 +588,10 @@ - - opendaylight-release - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - false - - opendaylight-snapshot opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ + http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot false @@ -272,7 +599,7 @@ public public - ${nexusproxy}/groups/public/ + http://nexus.opendaylight.org/content/groups/public false @@ -284,7 +611,7 @@ opendaylight-central opendaylight-central - ${nexusproxy}/repositories/public/ + http://nexus.opendaylight.org/content/repositories/public false @@ -292,7 +619,7 @@ opendaylight-snapshot central2 - ${nexusproxy}/repositories/opendaylight.snapshot/ + http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot false @@ -300,11 +627,21 @@ + openflowplugin-api openflowplugin + extension distribution/base + distribution/cbench + distribution/karaf + openflowplugin-controller-config openflowplugin-it test-provider drop-test + drop-test-karaf + test-common + features samples/sample-consumer - - \ No newline at end of file + samples/learning-switch + applications + +