Adding debug argument to maven command
This commit is contained in:
parent
b604f38983
commit
f3ad217b36
|
@ -74,6 +74,7 @@ steps:
|
||||||
publishJUnitResults: true
|
publishJUnitResults: true
|
||||||
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
testResultsFiles: '**/surefire-reports/TEST-*.xml'
|
||||||
goals: 'clean package'
|
goals: 'clean package'
|
||||||
|
options: '-X'
|
||||||
|
|
||||||
# Upload test results to codecov
|
# Upload test results to codecov
|
||||||
- script: bash <(curl https://codecov.io/bash) -t $(codecov)
|
- script: bash <(curl https://codecov.io/bash) -t $(codecov)
|
||||||
|
|
Loading…
Reference in New Issue