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=c7125cfbef4022c60edede39de564571c5a34f4d;hpb=5f9f0ca903d368ce2189c089df22912e6d5ad3ee;p=yangtools.git diff --git a/yang/yang-data-impl/pom.xml b/yang/yang-data-impl/pom.xml index c7125cfbef..204deee7e0 100644 --- a/yang/yang-data-impl/pom.xml +++ b/yang/yang-data-impl/pom.xml @@ -1,87 +1,194 @@ - - - - org.opendaylight.yangtools - yang - 0.5.8-SNAPSHOT - - - 4.0.0 - yang-data-impl - ${project.artifactId} - ${project.artifactId} - - - 2.1.6 - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - -Dlog4j.configuration=log4j-test.xml - -Xmx1500m - true - - - - - - - - ${project.groupId} - yang-common - - - ${project.groupId} - yang-data-api - - - ${project.groupId} - yang-parser-impl - - - org.slf4j - slf4j-simple - - - - - com.google.guava - guava - - - junit - junit - test - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - test - - - org.codehaus.groovy - groovy - ${groovy.version} - test - - - org.codehaus.groovy - groovy-xml - ${groovy.version} - test - - - xmlunit - xmlunit - 1.4 - test - - - - + + + + + + + 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 + + -Dlog4j.configuration=log4j-test.xml + -Xmx1500m ${jacoco.agent.ut.arg} + true + + + + org.apache.felix + maven-bundle-plugin + true + + + + org.opendaylight.yangtools.yang.data.impl.* + + + + + + 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 + + + + + + + + + + ${project.groupId} + util + + + ${project.groupId} + yang-common + + + ${project.groupId} + yang-data-api + + + ${project.groupId} + yang-data-util + + + ${project.groupId} + yang-model-api + + + ${project.groupId} + yang-model-util + + + com.google.guava + guava + + + junit + junit + test + + + org.mockito + mockito-core + + + org.slf4j + slf4j-log4j12 + test + + + xmlunit + xmlunit + test + + + ${project.groupId} + yang-parser-impl + test + + + ${project.groupId} + yang-test-util + test + + + commons-lang + commons-lang + test + + + org.antlr + antlr4-runtime + 4.5.3 + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + +