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

👷 Introduce Maven Wrapper #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

McPringle
Copy link
Contributor

@McPringle McPringle commented Jan 20, 2023

With the Maven Wrapper the contributor does not need to install Maven first. It makes sure that a build is reproducible by using always the same version of Maven for the build.


This change is Reviewable

With the Maven Wrapper the contributor does not need to install Maven first. It makes sure that a build is reproducible by using always the same version of Maven for the build.
@McPringle McPringle mentioned this pull request Jan 20, 2023
@keilw keilw self-requested a review April 25, 2023 18:33
Copy link
Member

@keilw keilw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As Travis is malfunctioning (unless you pay for it) we scrapped it, so please redo this PR to fix merge conflicts if you can.

@stokito
Copy link
Member

stokito commented Apr 25, 2023

IMHO the wrapper is not needed. Developers of the library knows perfectly how to use the Maven. Users may add it into their projects if they wish.
In the same time it adds more files to source tree that also should be updated, cloned, etc.

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.

3 participants