From a52d50e788792a63e97a9176ab319d53db7a2853 Mon Sep 17 00:00:00 2001 From: vempo Date: Tue, 24 Jul 2018 17:34:04 +0300 Subject: Replaced old implementation at root Old project files and directories has been moved under 'deprecated-workflow-designer'. The old project is not built by the CI anymore, but can be still built manually. New modules/directories have been moved up and integrated with the CI system. Change-Id: I1528c792bcbcce9e50bfc294a1328a20e72c91cf Issue-ID: SDC-1559 Signed-off-by: vempo --- workflow-bdd/pom.xml | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 workflow-bdd/pom.xml (limited to 'workflow-bdd/pom.xml') diff --git a/workflow-bdd/pom.xml b/workflow-bdd/pom.xml new file mode 100644 index 00000000..8ad0584d --- /dev/null +++ b/workflow-bdd/pom.xml @@ -0,0 +1,167 @@ + + 4.0.0 + + org.openecomp.sdc + workflow-cucumber + cucumber-report + 1.2.0-SNAPSHOT + + + + + maven-clean-plugin + 2.6.1 + + + clean.dist.folder + clean + + clean + + + + + ${basedir}/report + + **/* + + + + ${basedir}/resources/downloads + + **/* + + + + ${basedir}/docs + + **/* + + + + ${basedir} + + jenkinsConfig.json + + + + + + + + + + + + maven-antrun-plugin + + + create-reporting-folders + generate-sources + + + + + + + + + run + + + + + + + + + + com.github.eirslett + frontend-maven-plugin + 1.6 + + + ${project.parent.parent.basedir} + + + + + + install node and yarn + + install-node-and-yarn + + + v9.4.0 + v1.3.2 + + + + + yarn run install + + yarn + + + install + + + + yarn run cucumber docs + + yarn + + + false + run cucumber-docs + + + + + yarn run cucumber test + + yarn + + + false + run test-and-report + + test + + + + + + + + maven-resources-plugin + 2.6 + + + copy-config + validate + + copy-resources + + + ${basedir} + + + ${basedir}/resources + + jenkinsConfig.json + + true + + + + + + + + + + + -- cgit 1.2.3-korg