ci: Airlock-friendly plugin dependency declarations by suztomo · Pull Request #2565 · googleapis/google-api-java-client

@suztomo

Some Maven plugins are not needed during releases. Let's use
profiles to avoid requiring the plugins unnecessarily.

@suztomo

Some Maven plugins are not needed during releases. Let's use
profiles to avoid requiring the plugins unnecessarily.

meltsufin

</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?