X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-data-impl%2Fpom.xml;h=45230c698da52cf4ff59e58fa70e92823fb105c1;hb=f973371b1b2447dae168402a187eb997966df347;hp=538195109bda19c52cc31fe90d9441269cdf1bae;hpb=45cc8ec7bc55e59639ae3df1b8f1c35fe7026386;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index 538195109b..45230c698d 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,38 +1,65 @@ - - + + - org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 1.8.0-SNAPSHOT + 4.0.0 + org.opendaylight.yangtools yang-data-impl + 1.1.0-SNAPSHOT + bundle ${project.artifactId} ${project.artifactId} - - 2.1.6 - + + + + org.opendaylight.yangtools + yangtools-artifacts + 1.1.0-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 + -Dlog4j.configuration=log4j-test.xml + -Xmx1500m ${jacoco.agent.ut.arg} true @@ -48,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 + + + + @@ -66,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 @@ -86,27 +141,17 @@ test - org.slf4j - slf4j-log4j12 - ${slf4j.version} - test + org.mockito + mockito-core - org.codehaus.groovy - groovy - ${groovy.version} - test - - - org.codehaus.groovy - groovy-xml - ${groovy.version} + org.slf4j + slf4j-log4j12 test xmlunit xmlunit - 1.5 test @@ -114,10 +159,36 @@ yang-parser-impl test + + ${project.groupId} + yang-test-util + test + commons-lang commons-lang - 2.6 + test + + + org.antlr + antlr4-runtime + 4.5.3 + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +