X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=62e506cc41388a240e314e241fd2da576dee1dd0;hb=64e2314f2c7a9f3176d85c50f3df3ecb28262f6f;hp=bca0797ab26ba14d013470ea60b2adb050a123a5;hpb=54e78b389d59ff02cf828edea582d7bc903a5e4b;p=openflowjava.git diff --git a/pom.xml b/pom.xml index bca0797a..62e506cc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,153 +1,103 @@ + 4.0.0 + + org.opendaylight.odlparent + odlparent + 1.5.4-Lithium-SR4 + + + org.opendaylight.openflowjava openflow-protocol-parent - 0.3 + 0.6.4-Lithium-SR4 + openflowjava pom + + artifacts + features + openflowjava-config openflow-protocol-api - openflow-protocol-spi openflow-protocol-impl openflow-protocol-it + openflow-protocol-spi simple-client + util 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.3 - + HEAD + - https://sonar.opendaylight.org/ - http://nexus.opendaylight.org/content dav:http://nexus.opendaylight.org/content/sites/site - 3.2 - 2.6 UTF-8 - 2.3.2 - 2.13 - 3.0.0 - 1.5.0 - 1.26.2 - ${user.name}-private-view - org.openflow.openflowj,net.sf.jung2 - 1.0.9 - 1.7.2 - 1.0 - 2.4.0 - 14.0.1 - 4.0.10.Final - 2.3.2 - + ${project.build.directory}/yang-gen-config + 1.5.4-Lithium-SR4 + ${project.build.directory}/yang-gen-sal - - - odlPublic - odlPublic - ${nexusproxy}/groups/public/ - - false - - - - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - false - - - - - opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - false - - - - - - - - - odlPublic - odlPublic - ${nexusproxy}/groups/public/ - - false - - - - - opendaylight-release - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - false - - - - - opendaylight-snapshot - opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - false - - - - - - - opendaylight-release - ${nexusproxy}/repositories/opendaylight.release/ - - - - opendaylight-snapshot - ${nexusproxy}/repositories/opendaylight.snapshot/ - - - - + 0.3.4-Lithium-SR4 + 1.2.4-Lithium-SR4 + 0.7.4-Lithium-SR4 + + 2.4 + jacoco + target/code-coverage/jacoco.exec + target/code-coverage/jacoco-it.exec + - junit - junit - 4.10 - test - true + org.opendaylight.openflowjava + openflowjava-artifacts + ${project.version} + pom + import - org.slf4j - slf4j-api - ${slf4j.version} + org.opendaylight.yangtools + yangtools-artifacts + ${yangtools.version} + pom + import - io.netty - netty-handler - ${netty.version} + org.opendaylight.controller + config-artifacts + ${config.version} + pom + import - com.google.guava - guava - ${guava.version} - + org.opendaylight.controller + mdsal-artifacts + ${mdsal.version} + import + pom + + + + + + 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 @@ -162,27 +112,13 @@ deploy jar-no-fork - + - - - maven-deploy-plugin - - - deploy - deploy - - deploy - - - - org.apache.felix maven-bundle-plugin - ${maven.bundle.version} true @@ -191,28 +127,229 @@ ${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 + + + + - org.apache.maven.plugins - maven-source-plugin - 2.2.1 + org.opendaylight.yangtools + yang-maven-plugin + ${yangtools.version} - org.apache.maven.plugins - maven-deploy-plugin - 2.7 + org.codehaus.mojo + build-helper-maven-plugin + 1.8 + + + add-source + + add-source + + generate-sources + + + src/main/yang + + + + org.apache.maven.plugins - maven-jar-plugin - 2.4 + maven-failsafe-plugin + + + ${jacoco.agent.it.arg} + + + listener + org.sonar.java.jacoco.JUnitListener + + + + ${project.build.directory}/surefire-reports + org.apache.maven.plugins - maven-release-plugin - ${releaseplugin.version} + 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.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 + + + + + + + + +