diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1eba6d3..d402b05 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,12 +20,17 @@ steps: displayName: 'Maven Build $(Build.BuildNumber)' inputs: mavenPomFile: 'pom.xml' - goals: 'package' - publishJUnitResults: false + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + testRunTitle: 'Maven Test' + codeCoverageToolOption: 'JaCoCo' javaHomeOption: 'JDKVersion' jdkVersionOption: '1.8' - jdkArchitectureOption: 'x64' - mavenOptions: '-Xmx1024m' mavenVersionOption: 'Default' mavenAuthenticateFeed: false - sonarQubeRunAnalysis: false + effectivePomSkip: false + sonarQubeRunAnalysis: true + sqMavenPluginVersionChoice: 'latest' + checkStyleRunAnalysis: true + pmdRunAnalysis: true + findBugsRunAnalysis: true \ No newline at end of file