X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=yang%2Fyang-maven-plugin%2Fpom.xml;h=53011df767994ce7a910ffb73496f3438b377b12;hb=fda60c9a17f1b13c6176940380ef41ecb58843c4;hp=a7a611dd71953f57c685489a1c7e786b796b8855;hpb=580ce6eb716bc34441a9b7d48c9620e34a238c7f;p=yangtools.git diff --git a/yang/yang-maven-plugin/pom.xml b/yang/yang-maven-plugin/pom.xml index a7a611dd71..53011df767 100644 --- a/yang/yang-maven-plugin/pom.xml +++ b/yang/yang-maven-plugin/pom.xml @@ -10,14 +10,16 @@ - org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + odlparent + 4.0.0-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-maven-plugin + 2.1.0-SNAPSHOT maven-plugin This plugin is a wrapper for "yang to source code" generation. @@ -28,34 +30,52 @@ TODO: add sample usage when finished + + ${project.basedir}/../../target/jacoco.exec + + + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.1.0-SNAPSHOT + import + pom + + + + org.apache.maven maven-core + 3.3.9 org.apache.maven maven-plugin-api + 3.3.9 org.apache.maven.plugin-tools maven-plugin-annotations - 3.2 + 3.4 provided org.apache.maven maven-artifact - 2.0 + 3.3.9 - com.jcabi - jcabi-maven-slf4j - 0.8 + ${project.groupId} + yang-parser-impl ${project.groupId} - yang-parser-impl + yang-test-util + test ${project.groupId} @@ -67,11 +87,6 @@ plexus-build-api - - commons-io - commons-io - - ${project.groupId} yang-maven-plugin-spi @@ -79,32 +94,13 @@ test-jar test - - org.mockito - mockito-core - - - junit - junit - - - - - org.sonatype.sisu - sisu-inject-plexus - 2.5.0 - - - - org.apache.maven.plugins maven-plugin-plugin - 3.2 @@ -123,7 +119,6 @@ org.apache.maven.plugins maven-plugin-plugin - 3.2 true @@ -136,6 +131,28 @@ + + 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 + + + +