X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-model-export%2Fpom.xml;h=0d4e902f7a114a98eda9bf2df0ccb1e244fd6f04;hb=a264f1d743c6700acfb1930cf6b6b1144f943f43;hp=926c30212aa5d66b6c2d8f2c6a52b699ce1f4b79;hpb=cfceb5bc60cbf0d622db1f41466ace602c3ab6e5;p=yangtools.git diff --git a/yang/yang-model-export/pom.xml b/yang/yang-model-export/pom.xml index 926c30212a..0d4e902f7a 100644 --- a/yang/yang-model-export/pom.xml +++ b/yang/yang-model-export/pom.xml @@ -8,54 +8,35 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 - org.opendaylight.odlparent + org.opendaylight.yangtools bundle-parent - 4.0.0-SNAPSHOT - + 6.0.3-SNAPHOST + ../../bundle-parent - 4.0.0 - org.opendaylight.yangtools yang-model-export - 2.1.0-SNAPSHOT bundle ${project.artifactId} ${project.artifactId} - - ${project.base.directory}/../../target/jacoco.exec - - - - - - org.opendaylight.yangtools - yangtools-artifacts - 2.1.0-SNAPSHOT - import - pom - - - - - ${project.groupId} + org.opendaylight.yangtools yang-model-api - ${project.groupId} + org.opendaylight.yangtools yang-model-util - ${project.groupId} + org.opendaylight.yangtools yang-parser-impl test - ${project.groupId} + org.opendaylight.yangtools yang-test-util test @@ -68,36 +49,14 @@ - org.apache.maven.plugins - maven-checkstyle-plugin + org.apache.felix + maven-bundle-plugin - checkstyle.violationSeverity=error + + org.opendaylight.yangtools.yang.model.export + - - org.jacoco - jacoco-maven-plugin - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco.exec - - - - post-unit-test - - report - - - ${project.build.directory}/code-coverage/jacoco.exec - - - -