From ec4f95457ec430838feeae6da48d0fd011ddffa9 Mon Sep 17 00:00:00 2001 From: golabek Date: Mon, 28 Jan 2019 09:34:48 +0100 Subject: Introduce JS unit tests into VID maven -> npm -> gulp -> jest frameworks added in a mentioned order. Change-Id: I1865228973eb31188fb052e8c9629f0ac01e48a7 Issue-ID: VID-391 Signed-off-by: Tomasz Golabek --- vid-app-common/pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'vid-app-common/pom.xml') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 7cd30a21f..1ea069137 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -37,6 +37,9 @@ 1.3.11 1.8 + 1.6 + v6.16.0 + @@ -157,6 +160,34 @@ 2.2 + + com.github.eirslett + frontend-maven-plugin + ${eirslett.version} + + + install node and npm + + install-node-and-npm + + generate-resources + + ${node.version} + + + + npm run-script build + + run-script build + + + npm + + generate-resources + + + + org.apache.maven.plugins maven-compiler-plugin -- cgit 1.2.3-korg