apache / apache/hudi

Add maven wrapper

Open
#15,693 1 comment 0 reactions 0 assignees View on GitHub
from-jira priority:high status:pr-available type:improvement
Dominant language
Java
Stars
6.2k
Forks
2.5k
Avg merge
2d 8h
Merged PRs (30d)
111

Description

In a project that uses Maven and often changes the required version, it might be easier to use Maven Wrapper (https://maven.apache.org/wrapper/) which allows you to pin the Maven version and lets users run Maven commands as usual by using ./mvnw which will download the right version of Maven automatically and execute with it.

the relevant files generated with the command:

mvn wrapper:wrapper -Dmaven=3.2.5

## JIRA info

- Link: https://issues.apache.org/jira/browse/HUDI-5562
- Type: Improvement

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Maven Wrapper documentation and the generated files from `mvn wrapper:wrapper -Dmaven=3.2.5`; inspect how the repository currently invokes Maven. Done means users can run `./mvnw` and have Maven 3.2.5 downloaded and used for commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.