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

Add Maven 3.8.7 wrapper scripts #3533

Closed
wants to merge 1 commit into from

Conversation

StFS
Copy link
Contributor

@StFS StFS commented Aug 23, 2023

Not sure if there are some good reasons for not having the Maven wrapper scripts but I'm creating a PR for it in case the only reason is just that nobody has done it yet.

I personally like having them as it allows pinning Maven to a version that is known to work (for example, the current latest version of Maven, 3.9.4, does not seem to work). It also means that people don't need to have Maven installed "globally".

@StFS StFS requested a review from sophokles73 as a code owner August 23, 2023 21:54
@sophokles73
Copy link
Contributor

So far, nobody has complained about having to install Maven. FMPOV we do not need this and I'd rather not add it the repo.

@calohmn @mattkaem WDYT?

@StFS
Copy link
Contributor Author

StFS commented Aug 24, 2023

Fair enough... I just tried building again with a globally installed Maven 3.9.4 and it worked for me.

Personally I prefer to have project "self contained" if possible and I like having the ability if needed to run one version of Maven for project A and another for project B. Also as I mentioned, adding the wrapper to the project is a statement that this version of Maven should work with this project, preventing obscure troubleshooting for people who accidentally have installed a pre-release of the build tool.

But no worries. I'm not sad ;)

@StFS StFS closed this Aug 24, 2023
@StFS StFS deleted the add_maven_wrapper branch September 25, 2023 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants