X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=blobdiff_plain;f=pom.xml;h=5015501022f8c2a87dd33e7b2af5b7bb6b93d305;hp=fe2ca72d439bd554bce31ec499142c8eb75e5d44;hb=b31ee1c9c566ae070c214e9a26beefb9fc939ff9;hpb=571d4aa9ffa02acca1a1edbff2f6cf5d7748950f diff --git a/pom.xml b/pom.xml index fe2ca72d..50155010 100644 --- a/pom.xml +++ b/pom.xml @@ -1231,6 +1231,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 + + +