X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=204deee7e062ae6b116c59b1aa7bada3cd22110b;hb=refs%2Fheads%2Fstable%2Fcarbon;hp=952b345234adf317715bf72206389b999c35d857;hpb=6b512ccc24393302a472d89d55a71fcda40dd81b;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 952b345234..204deee7e0 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,36 +1,65 @@ - - + + - org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - /../../common/parent/pom.xml + org.opendaylight.odlparent + bundle-parent + 1.8.5-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-data-impl + 1.1.5-SNAPSHOT + bundle ${project.artifactId} ${project.artifactId} + + + + org.opendaylight.yangtools + yangtools-artifacts + 1.1.5-SNAPSHOT + import + pom + + + + + org.antlr + antlr4-maven-plugin + 4.5.3 + + + + antlr4 + + + + + src/main/antlr + target/generated-sources/parser/org/opendaylight/yangtools/yang/data/impl/leafref + true + true + + org.apache.maven.plugins maven-surefire-plugin - ${maven.surefire.version} - -Dlog4j.configuration=log4j-test.xml - -Xmx1500m ${jacoco.agent.ut.arg} + -Dlog4j.configuration=log4j-test.xml + -Xmx1500m ${jacoco.agent.ut.arg} true @@ -46,6 +75,34 @@ + + 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 + + + + @@ -64,15 +121,15 @@ ${project.groupId} - yang-model-api + yang-data-util ${project.groupId} - yang-model-util + yang-model-api ${project.groupId} - yang-binding + yang-model-util com.google.guava @@ -84,25 +141,14 @@ test - org.mockito - mockito-all - test + org.mockito + mockito-core org.slf4j slf4j-log4j12 test - - org.codehaus.groovy - groovy - test - - - org.codehaus.groovy - groovy-xml - test - xmlunit xmlunit @@ -113,13 +159,36 @@ yang-parser-impl test + + ${project.groupId} + yang-test-util + test + commons-lang commons-lang + test - com.google.code.findbugs - jsr305 + org.antlr + antlr4-runtime + 4.5.3 + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +