Skip to content

Commit efe2c41

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 15f956e commit efe2c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313
- task: Maven@4
1414
inputs:
1515
mavenPomFile: 'pom.xml'
16-
goals: 'compile'
16+
goals: 'package'
1717
publishJUnitResults: true
1818
testResultsFiles: '**/surefire-reports/TEST-*.xml'
1919
javaHomeOption: 'JDKVersion'

0 commit comments

Comments
 (0)