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

use maven wrapper to release the dependency on maven #512

Closed
Nicole00 opened this issue Feb 24, 2023 · 0 comments · Fixed by #513
Closed

use maven wrapper to release the dependency on maven #512

Nicole00 opened this issue Feb 24, 2023 · 0 comments · Fixed by #513
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@Nicole00
Copy link
Contributor

For now, if users compile the source code, they need to install maven with specific version. But use maven wrapper, users will not need to install maven and do not consider the difference of maven versions between machines.

Maven Wrapper is a tool created to simplify working with Maven.
Using Maven Wrapper, you can execute Maven commands in your project without installing any Maven version, and Maven Wrapper will automatically download and install the required Maven version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant