Merge branch 'feature/RM_7096_VeracodeScanExcludeAutomation_no' into 'master'

RM-7096 Source clear scan exclude automation project

See merge request records-management/records-management!1338
This commit is contained in:
Roxana Lucanu
2019-12-19 15:14:39 +00:00

2
srcclr.yml Normal file
View File

@@ -0,0 +1,2 @@
# The scope of this file is to have a custom scan directive for SourceClear excluding automation and benchmark projects from the scan.
custom_maven_command: clean install -Dcheckstyle.skip=true -e -DskipTests -DskipITs -Dmaven.test.skip=true -Denforcer.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'