X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=53011df767994ce7a910ffb73496f3438b377b12;hb=fda60c9a17f1b13c6176940380ef41ecb58843c4;hp=04ef90d64fc097d70a75f93e41c5dde275b5f1de;hpb=9adf8a99ffb918d3a32989eed672997925275f5a;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index 04ef90d64f..53011df767 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent odlparent - 2.0.4 + 4.0.0-SNAPSHOT 4.0.0 org.opendaylight.yangtools yang-maven-plugin - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -30,12 +30,16 @@ TODO: add sample usage when finished + + ${project.basedir}/../../target/jacoco.exec + + org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 2.1.0-SNAPSHOT import pom @@ -83,11 +87,6 @@ plexus-build-api - - commons-io - commons-io - - ${project.groupId} yang-maven-plugin-spi @@ -95,14 +94,6 @@ test-jar test - - org.mockito - mockito-core - - - junit - junit - @@ -140,29 +131,29 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco.exec + + + + - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - -