Skip to content

Commit

Permalink
add group id (Azure#32857)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar authored Jan 10, 2023
1 parent 1b8585f commit 860613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/aggregate-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ stages:
displayName: 'Generate pom for aggregate JavaDoc report'
inputs:
scriptPath: 'eng/scripts/generate_aggregate_pom.py'
arguments: '--groups com.azure --type javadoc --exclude-project-list com.azure:azure-cosmos-benchmark,com.azure:azure-cosmos-dotnet-benchmark,azure-messaging-servicebus-stress,azure-messaging-eventhubs-stress'
arguments: '--groups com.azure --type javadoc --exclude-project-list com.azure:azure-cosmos-benchmark,com.azure:azure-cosmos-dotnet-benchmark,com.azure:azure-messaging-servicebus-stress,com.azure:azure-messaging-eventhubs-stress'
workingDirectory: '$(System.DefaultWorkingDirectory)'

- task: Maven@3
Expand Down

0 comments on commit 860613e

Please sign in to comment.