ci: Airlock-friendly plugin dependency declarations by suztomo · Pull Request #2565 · googleapis/google-api-java-client
Some Maven plugins are not needed during releases. Let's use
profiles to avoid requiring the plugins unnecessarily.
Some Maven plugins are not needed during releases. Let's use profiles to avoid requiring the plugins unnecessarily.
| </dependencies> | ||
| <profiles> | ||
| <profile> | ||
| <id>animal-sniffer</id> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this already declared in the parent pom?
| </profile> | ||
|
|
||
| <profile> | ||
| <id>clirr-compatibility-check</id> |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it make sense to combine clirr-compatibility-check and animal-sniffer under one profile like compatibility-checks?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters