docs: add Maven Wrapper usage instructions for issue #26#79
docs: add Maven Wrapper usage instructions for issue #26#79Nalwogatracy wants to merge 1 commit intobos-com:mainfrom
Conversation
Nalwogatracy
commented
Apr 21, 2026
- Added mvnw commands for Linux/Mac/Windows
- Explained benefits of using Maven Wrapper
- Added instructions to generate wrapper if missing
- Added mvnw commands for Linux/Mac/Windows - Explained benefits of using Maven Wrapper - Added instructions to generate wrapper if missing
|
@Nalwogatracy is attempting to deploy a commit to the mukisalivingstone133-9917's projects Team on Vercel. A member of the Team first needs to authorize it. |
| This project includes the Maven Wrapper (`mvnw`) to ensure consistent builds across all environments without requiring Maven to be installed globally. | ||
|
|
||
| ### Why Use Maven Wrapper? | ||
| - ✅ No need to install Maven separately |
There was a problem hiding this comment.
Thanks for the documentation update - this is helpful 👍
However, the issue requires adding the actual Maven Wrapper files (mvnw, mvnw.cmd, .mvn/) to the repository.
Right now, the README references ./mvnw, but those files are not present, so the commands will fail.
Please generate the wrapper using:
mvn wrapper:wrapper
and commit the generated files so the project can build without requiring a global Maven installation.
RonaldRonnie
left a comment
There was a problem hiding this comment.
Thanks for the documentation update @Nalwogatracy - this is helpful 👍
However, the issue requires adding the actual Maven Wrapper files (mvnw, mvnw.cmd, .mvn/) to the repository.
Right now, the README references ./mvnw, but those files are not present, so the commands will fail.
Please generate the wrapper using:
mvn wrapper:wrapper
and commit the generated files so the project can build without requiring a global Maven installation.