Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Airlock-friendly plugin dependency declarations #2565

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

suztomo
Copy link
Member

@suztomo suztomo commented Mar 13, 2025

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.
@suztomo suztomo requested a review from a team as a code owner March 13, 2025 17:47
@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Mar 13, 2025
@@ -128,4 +115,29 @@
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>animal-sniffer</id>
Copy link
Member

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?

@@ -589,6 +598,69 @@
</build>
</profile>

<profile>
<id>clirr-compatibility-check</id>
Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants