X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=9b33ad39ee813a6748643386bd224573afdb2833;hb=b6772b7645e64588ec230cb73832750271fb02ea;hp=9e26b860a373de8feb64b5dfd5dad6148013b324;hpb=ff2f581fe0e7a7138dc765cfe713bc2d0791297e;p=openflowjava.git diff --git a/pom.xml b/pom.xml index 9e26b860..9b33ad39 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,35 @@ - + + 4.0.0 + + org.opendaylight.odlparent + odlparent + 1.5.0-SNAPSHOT + + + org.opendaylight.openflowjava openflow-protocol-parent - 0.1-SNAPSHOT + 0.6.0-SNAPSHOT + openflowjava pom + + openflowjava-config openflow-protocol-api openflow-protocol-spi + util openflow-protocol-impl openflow-protocol-it + features simple-client - third-party/openflow-codec - third-party/openflowj_netty + + scm:git:ssh://git.opendaylight.org:29418/openflowjava.git + scm:git:ssh://git.opendaylight.org:29418/openflowjava.git + https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Main + HEAD + https://sonar.opendaylight.org/ @@ -27,94 +43,84 @@ 3.0.0 1.5.0 1.26.2 + ${project.build.directory}/yang-gen-config + 1.5.0-SNAPSHOT + ${project.build.directory}/yang-gen-sal ${user.name}-private-view org.openflow.openflowj,net.sf.jung2 1.0.9 - 1.7.5 - 1.0-SNAPSHOT + 1.7.2 + 1.2.0-SNAPSHOT + 2010.09.24.7-SNAPSHOT + 2013.09.07.7-SNAPSHOT 2.4.0 - 14.0.1 + 14.0.1 + 4.0.23.Final + 2.3.2 + 0.7.0-SNAPSHOT + 0.7.0-SNAPSHOT + 1.2.0-SNAPSHOT + 0.3.0-SNAPSHOT + + + 2.4 + jacoco + target/code-coverage/jacoco.exec + target/code-coverage/jacoco-it.exec + Sonar way with Findbugs + - central2 - central2 - ${nexusproxy}/repositories/central2/ - - - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ + odlPublic + odlPublic + ${nexusproxy}/groups/public/ + + false + + + true + opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + - - - - ebr-bundles-release - ebr-bundles-release - ${nexusproxy}/repositories/ebr-bundles-release/ - - - - - ebr-bundles-external - ebr-bundles-external - ${nexusproxy}/repositories/ebr-bundles-external/ - - - - - central2 - central2 - ${nexusproxy}/repositories/central2/ - - - - - central - central - ${nexusproxy}/repositories/central/ - - - - - ops4j-releases - ops4j-releases - ${nexusproxy}/repositories/ops4j-releases/ - - - - thirdparty - thirdparty - ${nexusproxy}/repositories/thirdparty/ - - - - - jboss.releases - jboss.releases - ${nexusproxy}/repositories/jboss.releases/ - - + - opendaylight-release - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ + odlPublic + odlPublic + ${nexusproxy}/groups/public/ + + false + + + true + opendaylight-snapshot opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + + + false + @@ -138,65 +144,123 @@ + - junit - junit - 4.10 - test - true + org.opendaylight.yangtools + features-yangtools + ${yangtools.version} + features + xml + + + org.opendaylight.controller + features-config + ${config.version} + features + xml org.slf4j slf4j-api ${slf4j.version} + + io.netty + netty-buffer + ${netty.version} + io.netty netty-handler - 4.0.8.Final + ${netty.version} - com.google.guava - guava - ${guava.version} - + io.netty + netty-codec + ${netty.version} + + + io.netty + netty-common + ${netty.version} + + + io.netty + netty-transport + ${netty.version} + + + com.google.guava + guava + ${guava.version} + + + org.opendaylight.yangtools.model + ietf-inet-types + ${ietf.model.version} + + + org.opendaylight.yangtools.model + ietf-yang-types + ${ietf.model.version} + + + org.opendaylight.yangtools.model + yang-ext + ${yang.ext.version} + + + org.osgi + org.osgi.core + 5.0.0 + + + org.opendaylight.controller + config-api + 0.3.0-SNAPSHOT + + + junit + junit + ${junit.version} + test + true + + + org.mockito + mockito-all + 1.9.5 + test + + + org.opendaylight.yangtools + features-test + ${yangtools.version} + + + + + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + + + org.apache.maven.plugins maven-compiler-plugin - ${compiler.version} true 1.7 1.7 - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8.1 - - maven - - - - - aggregate - - site - - - attach-javadocs - deploy - - jar - - - - maven-source-plugin @@ -205,27 +269,13 @@ deploy jar-no-fork - + - - - maven-deploy-plugin - - - deploy - deploy - - deploy - - - - org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true @@ -234,6 +284,66 @@ ${project.build.directory}/META-INF + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.12 + + false + checkstyle-logging.xml + true + true + ${project.basedir} + **\/*.java,**\/*.xml,**\/*.ini,**\/*.sh,**\/*.bat,**\/*.yang + **\/target\/,**\/bin\/,**\/target-ide\/,**\/src/main/yang-gen-config\/,**\/src/main/yang-gen-sal\/ + + + + org.opendaylight.yangtools + checkstyle-logging + ${yangtools.version} + + + + + + check + + + + + + 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 + + + + @@ -252,6 +362,190 @@ maven-jar-plugin 2.4 + + org.apache.maven.plugins + maven-release-plugin + ${releaseplugin.version} + + + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} + + + org.apache.felix + maven-bundle-plugin + ${maven.bundle.version} + + + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + + add-source + + generate-sources + + + src/main/yang + + + + + + + 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 + + + + + + + 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 + + + + + + + + + + @@ -304,5 +598,44 @@ ${BUILDSUFFIX} + + repoBuild + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + + aggregate + + site + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + package + + jar-no-fork + + + + + + +