-
Notifications
You must be signed in to change notification settings - Fork 62
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
WIP: Update Maven Plugin Versions and add Apache Maven Wrapper #426
Conversation
Fixed Checkstyle Issues
Fix Javadoc Plugin Configuration
…().autoDetectMockPlugins().autoDetectPlatforms().build() usage when building Pi4j on a Pi
Build on pi requires Mock Providers be loaded for the test case execution
…es, reducing nesting.
Refactor BoardInfoHelper and Improve Board Detection Mechanism
…javadocs Add Javadoc comments and small refactor code
Just an idea: wouldn't it be better to merge this into feature/#414 and keep this for the jump to Java 21? |
Ok, will do |
To tell the truth i'm not particularly happy to commit binaries to the repo. I think the enforcement plugin is enough to force users to update their maven and have a local Maven properly configured. |
Yes, definitely! The idea is to include just three files:
This approach ensures simplicity while avoiding the need to commit binaries to the repository. |
For better readability, PR has been created as new one (#427) |
This PR introduces the Apache Maven Wrapper to the repository and updates the versions of Maven plugins to their latest stable releases.
Benefits:
Next steps: