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

Maven cleanup #216

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Maven cleanup #216

merged 2 commits into from
Dec 27, 2023

Conversation

Bananeweizen
Copy link
Contributor

Clean up Maven build (see separate commits).

The exec-maven-plugin is not used anywhere. Also it's not useful as
Maven extension, but rather as a plugin only, AFAIK. From the history it
looks like someone wanted to configure Tycho as extension, but didn't
use the right Maven coordinates, thereby ending with the
exec-maven-plugin as extension.
It's generally a good practice to have as many configuration values as
possible in the pluginManagement section, as they will then surely be
used in all modules inheriting from this parent. If configuration values
are in the plugin section (or in a nested execution configuration), then
a second invocation of that same plugin in another Maven module might
not use the same configuration values.
@RoiSoleil RoiSoleil merged commit 4caf4d8 into MoreUnit:master Dec 27, 2023
1 check failed
@Bananeweizen Bananeweizen deleted the maven_cleanup branch December 27, 2023 16:19
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

Successfully merging this pull request may close these issues.

2 participants