X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=e8b4ba006a506c594499942bf8091344a7f0147b;hb=b80ded057a71f33f5d3365ba5393880a4296a229;hp=fe2ca72d439bd554bce31ec499142c8eb75e5d44;hpb=5f4a40286949853388558b2c138f419bd7e6893d;p=clamp.git diff --git a/pom.xml b/pom.xml index fe2ca72d..e8b4ba00 100644 --- a/pom.xml +++ b/pom.xml @@ -1210,7 +1210,6 @@ deploy - true ${project.build.directory}/${ui.react.lib.src} publish @@ -1231,6 +1230,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 + + +