X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=e8b4ba006a506c594499942bf8091344a7f0147b;hb=e46ace7013f61a5cd0265b813d4f596e5140b666;hp=fe2ca72d439bd554bce31ec499142c8eb75e5d44;hpb=b5424bcbe2f12bc0c209cca7227e7a46483c310b;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 + + +