X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-maven-plugin-it%2Fpom.xml;h=782ad236eef3ab60df671bace865aa7219d498db;hb=ea9a5a09abf36a26692c8dc045cc1ba72497daf8;hp=afa79ca44b422d5ce20be4d742d2c65125fdacc8;hpb=cd9e96d07b4f7a92806c0cd868dacedaf6ff9632;p=yangtools.git diff --git a/yang/yang-maven-plugin-it/pom.xml b/yang/yang-maven-plugin-it/pom.xml index afa79ca44b..782ad236ee 100644 --- a/yang/yang-maven-plugin-it/pom.xml +++ b/yang/yang-maven-plugin-it/pom.xml @@ -1,9 +1,19 @@ + + + org.opendaylight.yangtools - yang - 0.6.0-SNAPSHOT + yangtools-parent + 0.8.0-SNAPSHOT + /../../common/parent/pom.xml 4.0.0 @@ -13,16 +23,47 @@ org.apache.maven.shared maven-verifier - 1.4 + test + + + com.google.guava + guava test + + ${project.version} + + + + + ${basedir}/src/test/resources + true + + + + maven-resources-plugin + + + default-testResources + process-test-resources + + testResources + + + false + + @ + + + + + maven-failsafe-plugin - 2.15 @@ -32,6 +73,21 @@ + + org.codehaus.mojo + properties-maven-plugin + + + generate-resources + + write-project-properties + + + ${project.build.directory}/it-project.properties + + + +