Skip to content

Commit

Permalink
Refer to correct location for pom file for dependency checker tool (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanGiles authored Feb 5, 2020
1 parent bf805f0 commit d51e643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- task: Maven@3
displayName: 'Analyze dependencies'
inputs:
mavenPomFile: 'DependencyChecker/pom.xml'
mavenPomFile: 'DependencyChecker/core/pom.xml'
options: '-Dexec.args="-showall -dependencymanagement"'
mavenOptions: '$(MemoryOptions) $(LoggingOptions)'
javaHomeOption: 'JDKVersion'
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- task: Maven@3
displayName: 'Analyze dependencies'
inputs:
mavenPomFile: 'DependencyChecker/pom.xml'
mavenPomFile: 'DependencyChecker/core/pom.xml'
options: '-Dexec.args="-showall -dependencymanagement"'
mavenOptions: '$(LoggingOptions)'
javaHomeOption: 'JDKVersion'
Expand Down

0 comments on commit d51e643

Please sign in to comment.