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

Review maven-clean-plugin usage #814

Open
xsalefter opened this issue Jan 24, 2024 · 1 comment
Open

Review maven-clean-plugin usage #814

xsalefter opened this issue Jan 24, 2024 · 1 comment

Comments

@xsalefter
Copy link
Contributor

We define maven-clean-plugin here. But AFAIK, we not use it anywhere. My understanding is that, to "use" that plugin, we should define it in build/plugins/plugin. So far, we just declare/define it in build/pluginManagement/plugins/plugin. I checked any other project that may use it, but I can't found any. The only project that use it is api-pojos, but this project not using this parent pom.

@pierre
Copy link
Member

pierre commented Jan 25, 2024

IIRC some of the "built-in"/"special" plugins (clean, compile, etc.) don't need to be explicitly defined in the plugins section. We only define it in the pluginManagement to force the right version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants