Adding debug argument to maven command

This commit is contained in:
Mark Iantorno 2020-06-02 13:49:59 -04:00
parent b604f38983
commit f3ad217b36
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ steps:
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'clean package'
options: '-X'
# Upload test results to codecov
- script: bash <(curl https://codecov.io/bash) -t $(codecov)