X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=3c649f79132a6a662a7b73cd5428961ad644e141;hb=8081eb379aa0128eae6826d234b76ece66fcfbfd;hp=99d6e84d07ac3bccb7cfb95d5809269b36dd6955;hpb=0b6a266711becd61e16b7144362a2ca777f28548;p=openflowplugin.git diff --git a/pom.xml b/pom.xml index 99d6e84d07..3c649f7913 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,12 @@ 4.0.0 + + org.opendaylight.odlparent + odlparent + 1.4.2-SNAPSHOT + + 3.0 @@ -20,12 +26,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.4.2-SNAPSHOT + 0.6.2-SNAPSHOT + 0.1.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 +99,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 +134,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.slf4j - slf4j-log4j12 - ${slf4j.version} + org.opendaylight.controller + sal-binding-it + ${controller.model.version} - org.slf4j - log4j-over-slf4j - ${slf4j.version} + org.opendaylight.controller + sal-binding-broker-impl + ${controller.model.version} - ch.qos.logback - logback-core - ${logback.version} + org.opendaylight.controller + config-manager + ${config.parent.version} + + org.opendaylight.controller + config-api + ${config.parent.version} + - ch.qos.logback - logback-classic - ${logback.version} + org.opendaylight.yangtools.thirdparty + antlr4-runtime-osgi-nohead + 4.0 - - org.opendaylight.yangtools.thirdparty - xtend-lib-osgi - 2.4.3 - test + org.opendaylight.controller + logback-config + ${config.parent.version} + + + org.opendaylight.controller + config-persister-api + ${config.parent.version} - - commons-lang - commons-lang - 2.6 + org.opendaylight.controller + config-persister-impl + ${config.parent.version} + + + 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} + + + org.openexi + nagasena + ${exi.nagasena.version} + + + org.openexi + nagasena-rta + ${exi.nagasena.version} + - junit - junit - 4.8.1 - test + org.opendaylight.controller.thirdparty + ganymed + 1.1-SNAPSHOT - org.mockito - mockito-all - 1.9.5 + 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 +304,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 +586,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 +597,7 @@ public public - ${nexusproxy}/groups/public/ + http://nexus.opendaylight.org/content/groups/public false @@ -284,7 +609,7 @@ opendaylight-central opendaylight-central - ${nexusproxy}/repositories/public/ + http://nexus.opendaylight.org/content/repositories/public false @@ -292,7 +617,7 @@ opendaylight-snapshot central2 - ${nexusproxy}/repositories/opendaylight.snapshot/ + http://nexus.opendaylight.org/content/repositories/opendaylight.snapshot false @@ -300,12 +625,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 samples/learning-switch - + applications +