exclude rm-automation and rm-benchmark from scan

This commit is contained in:
Claudia Agache
2020-08-19 08:34:08 +03:00
parent 4cbec1b256
commit dbd478776b

View File

@@ -5,6 +5,7 @@ set -ev
mvn -B -q clean install \
-DskipTests \
-Dmaven.javadoc.skip=true \
-pl '!rm-automation,!rm-automation/rm-automation-community-rest-api,!rm-automation/rm-automation-enterprise-rest-api,!rm-automation/rm-automation-ui,!rm-benchmark' \
com.srcclr:srcclr-maven-plugin:scan \
-Dcom.srcclr.apiToken=$SRCCLR_API_TOKEN > scan.log