From fd8f013b377b419d9a177f5dd00c94fcdc40a2ca Mon Sep 17 00:00:00 2001 From: Ted Humphrey Date: Tue, 2 Jun 2020 09:39:30 -0400 Subject: Add check to maven pom.xml for verifying integrity of ui-react-lib A new shell script is introduced for verifying that ui-react-lib/libIndex.js is faithfully synchronized with components maintained in ui-react/src, in order to provide an NPM onap-clamp-ui-lib Issue-ID: CLAMP-669 Change-Id: I48eb979e3fbe110b718b96c0fcee08a2ced7a36b Signed-off-by: Ted Humphrey --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5a154098..c15b5425 100644 --- a/pom.xml +++ b/pom.xml @@ -1264,6 +1264,26 @@ sonar-maven-plugin 3.7.0.1746 + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + libIndexCheck + validate + + exec + + + + + bash + + ${project.basedir}/src/main/script/checkLibIndex.sh + + + -- cgit 1.2.3-korg