X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=beb7b52ab80cf5a94fb2bc855908ae9b5b1643fa;hb=0a5f3d4d465a1962de52c6df504cd87e2215aa5e;hp=46b76e7b26743f0bd1e990ef7348ad23cc8afe83;hpb=f98b2850e733c499001e072cc0e19166233b1260;p=openflowjava.git diff --git a/pom.xml b/pom.xml index 46b76e7b..beb7b52a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,25 @@ + 4.0.0 org.opendaylight.openflowjava openflow-protocol-parent - 0.2 + 0.5.1-SNAPSHOT pom openflow-protocol-api openflow-protocol-spi + util openflow-protocol-impl openflow-protocol-it + features simple-client 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 - openflow-protocol-parent-0.2 - + HEAD + https://sonar.opendaylight.org/ @@ -30,18 +33,34 @@ 3.0.0 1.5.0 1.26.2 + ${project.build.directory}/yang-gen-config + 1.4.3-SNAPSHOT + ${project.build.directory}/yang-gen-sal ${user.name}-private-view org.openflow.openflowj,net.sf.jung2 1.0.9 1.7.2 - 1.0 + 1.1.1-SNAPSHOT + 2010.09.24.4.1-SNAPSHOT + 2013.09.07.4.1-SNAPSHOT 2.4.0 14.0.1 - 4.0.10.Final + 4.0.23.Final 2.3.2 + 0.6.3-SNAPSHOT + 0.6.3-SNAPSHOT + 0.2.6-SNAPSHOT + + + 2.4 + jacoco + target/code-coverage/jacoco.exec + target/code-coverage/jacoco-it.exec + Sonar way with Findbugs + odlPublic odlPublic @@ -49,18 +68,17 @@ false - - - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - false - + + true + opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + false @@ -77,21 +95,18 @@ false - - - - opendaylight-release - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - false - + + true + opendaylight-snapshot opendaylight-snapshot ${nexusproxy}/repositories/opendaylight.snapshot/ + + true + false @@ -118,30 +133,112 @@ + - 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 ${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.2.6-SNAPSHOT + + + junit + junit + 4.10 + 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 + + + @@ -166,23 +263,9 @@ - - - maven-deploy-plugin - - - deploy - deploy - - deploy - - - - org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true @@ -191,6 +274,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 + + + + @@ -214,6 +357,185 @@ 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 + + + + + + + + + +