X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cucumber-js-test-apis-ci%2Fpom.xml;h=7cbf7f676c6ba93b0b779d27baf5ee7062982a1e;hb=0bce751d160b7f95fcfb6a8ac1e29bad018862bc;hp=c197f9c0609a56b3fe2ea3d8246ef3b9580204f6;hpb=420afa90cc71751f2189986e07a19814cacde769;p=sdc.git diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml index c197f9c060..7cbf7f676c 100644 --- a/cucumber-js-test-apis-ci/pom.xml +++ b/cucumber-js-test-apis-ci/pom.xml @@ -1,15 +1,16 @@ - + 4.0.0 org.openecomp.sdc sdc-main - 1.4.0-SNAPSHOT + 1.6.2-SNAPSHOT cucumber-bdd cucumber-bdd - org.openecomp.sdc - 1.3.1-SNAPSHOT + 1.6.2-SNAPSHOT jar @@ -25,6 +26,12 @@ + + ${basedir}/node_modules + + **/* + + ${basedir}/report @@ -54,34 +61,126 @@ - - maven-resources-plugin - 2.7 - + + maven-resources-plugin + 2.7 + + + + + com.github.eirslett + frontend-maven-plugin + + + ${project.parent.parent.basedir} + + + + + install node and npm + + install-node-and-npm + + generate-resources + + v10.17.0 + 6.11.3 + + + + npm run install + + npm + + + install - + + + - - ${basedir}/docker - ${project.build.directory}/docker_assembly - false - - - ${basedir} - - features/**/* - stepDefinitions/**/* - plugins/**/* - resources/**/* - *.js* - - ${project.build.directory}/docker_assembly/cucumber - false - - + + ${basedir}/docker + ${project.build.directory}/docker_assembly + false + + + + dev + + false + + + + + maven-antrun-plugin + + + create-reporting-folders + initialize + + + + + + + + + + + + com.github.eirslett + frontend-maven-plugin + + + ${project.basedir} + ${project.parent.parent.basedir} + + + + + + npm run install + + npm + + + install + + + + + npm run cucumber test + + npm + + + false + run test-and-report + + test + + + + npm run documentation + + npm + + + false + run cucumber-docs + + install + + + + + + + docker @@ -89,10 +188,41 @@ + + maven-resources-plugin + 3.0.2 + + + copy-resources + package + + copy-resources + + + ${project.build.directory}/docker_assembly/cucumber + + + + ${basedir} + + features/**/* + stepDefinitions/**/* + plugins/**/* + resources/**/* + node_modules/**/* + cucumber-common/**/* + *.js* + + false + + + + + + io.fabric8 docker-maven-plugin - ${fabric8.version} true 1.23 @@ -113,7 +243,9 @@ ${project.build.directory}/docker_assembly ${docker.tag} - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest +