You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "wuzhenhua (Jira)" <ji...@apache.org> on 2023/02/09 02:41:00 UTC

[jira] [Updated] (HUDI-5562) Add maven wrapper

     [ https://issues.apache.org/jira/browse/HUDI-5562?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wuzhenhua updated HUDI-5562:
----------------------------
    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

> Add maven wrapper
> -----------------
>
>                 Key: HUDI-5562
>                 URL: https://issues.apache.org/jira/browse/HUDI-5562
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: wuzhenhua
>            Priority: Major
>              Labels: pull-request-available
>
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)