diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa912913de..0a2b52b7fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,3 +17,13 @@ steps: echo Add other tasks to build, test, and deploy your project. echo See https://aka.ms/yaml displayName: 'Run a multi-line script' +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + javaHomeOption: 'JDKVersion' + mavenVersionOption: 'Default' + mavenAuthenticateFeed: false + effectivePomSkip: false + sonarQubeRunAnalysis: false \ No newline at end of file