X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=0b1001256d74ad7b1a45fda671fab9966270bc3e;hb=cfceb5bc60cbf0d622db1f41466ace602c3ab6e5;hp=0953073f529a66582b9b9537aa560d0f1d92572b;hpb=17753728e9b3be2251f9b0194dbb6a17fd21597e;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 0953073f52..0b1001256d 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -4,24 +4,58 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + - org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + bundle-parent + 4.0.0-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-data-impl + 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 + + + + + org.antlr + antlr4-maven-plugin + + + + antlr4 + + + + + src/main/antlr + target/generated-sources/parser/org/opendaylight/yangtools/yang/data/impl/leafref + true + true + + org.apache.maven.plugins maven-surefire-plugin @@ -38,11 +72,58 @@ - org.opendaylight.yangtools.yang.data.impl.* + {local-packages}, + org.opendaylight.yangtools.yang.data.impl.*, + ;-split-package:=error + {META-INF/services=${project.build.directory}/classes/META-INF/services} + org.opendaylight.yangtools.yang.data.impl.osgi.Activator + + org.jacoco + jacoco-maven-plugin + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco.exec + jacoco.agent.ut.arg + + + + post-unit-test + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + + + + prepare-it-agent + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + jacoco.agent.it.arg + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + @@ -71,42 +152,32 @@ ${project.groupId} yang-model-util - - ${project.groupId} - yang-binding - com.google.guava guava - junit - junit - test - - - org.mockito - mockito-core + org.antlr + antlr4-runtime + - org.slf4j - slf4j-log4j12 - test + org.kohsuke.metainf-services + metainf-services - org.codehaus.groovy - groovy - test + org.osgi + org.osgi.core + - org.codehaus.groovy - groovy-xml + org.slf4j + slf4j-log4j12 test - xmlunit - xmlunit - test + org.xmlunit + xmlunit-legacy ${project.groupId} @@ -114,13 +185,10 @@ test - commons-lang - commons-lang + ${project.groupId} + yang-test-util test - - com.google.code.findbugs - jsr305 - +