Re: Maven Wrapper

2020-02-12 Thread James Gao
With maven wrapper, most maven project could be build out of box iff jdk is installed, and the maven version used for build is locked by the project owner. So in run time, each version of wrapper should be able to integrate with as many as versions of maven. And so does the wrapper plugin, but plug

Re: Maven Wrapper

2020-02-16 Thread James Gao
On Sun, Feb 16, 2020 at 5:50 PM Robert Scholte wrote: > I've found another reason to move it to core: the mvnw scripts are > extended versions of the mvn scripts. > If you do a diff, you'll recognize a block responsible for downloading the > wrapper jar. > But you also notice that all recent impr

Re: [VOTE] Release Apache Maven Wrapper version 3.1.1

2022-05-08 Thread James Gao
If mvnd always bundles a fixed version of Maven, from the wapper, maven daemon could be seen as a maven distribution, and if detected, the `mvnd` entry script is invoked instead of `mvn`. On Mon, May 9, 2022 at 2:59 AM Hervé BOUTEMY wrote: > currently mvnd does not support variable Maven version

[MNG-6392] Add Project Settings .mvn/settings.xml

2018-04-12 Thread James Gao
Hi. Here is a proposal to improve the maven settings model in order to make projects management easier. We need some opinion and discussion on it. If everything is OK, we will work on it. 1. new settings merge order: - project level (${maven.multiModuleProjectDirectory}/.mvn/settings.xml)

Re: Maven 3 API, backwards compatibility

2023-01-12 Thread James Gao
Hi, after following the discussion, i still have no idea how to maintain a core-extension that needs to run on both maven 3 and 4. Could anyone plz give some suggestions? On Fri, Nov 18, 2022 at 4:20 PM Guillaume Nodet wrote: > Le mer. 16 nov. 2022, 10:20, Konrad Windszus a écrit : > > > Hi, >

Re: [VOTE] Release Apache Maven Wrapper 3.3.0

2024-04-17 Thread James Gao
pr of MWRAPPER-124 is not ported to only-script type. see pr https://github.com/apache/maven-wrapper/pull/133 On Thu, Apr 18, 2024 at 3:36 AM Tamás Cservenák wrote: > Howdy, > > We solved 21 issues: > > https://issues.apache.org/jira/secure/Re

Re: [VOTE] Release Apache Maven 3.9.9

2024-08-13 Thread James Gao
shellcheck SC3014: In POSIX sh, == in place of = is undefined. On Wed, Aug 14, 2024 at 4:49 AM Slawomir Jaranowski wrote: > line 136 has: > > if [ "$wdir" == '/' ] ; then > > there is a wrong operator > > wt., 13 sie 2024 o 22:29 John Neffenger napisał(a): > > > -1 > > > > I'm getting the

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread James Gao
I think we should not change the archive folder structure in a patch release, and rollback to the previous name before GA. On Mon, May 26, 2025 at 9:09 PM James Gao wrote: > @Sergey , the top folder name inside the zip file is different: > 3.9.9: folder name is "apache-maven-3.9.9

Re: [HEADS UP] Maven 3.9.10 release

2025-05-26 Thread James Gao
@Sergey , the top folder name inside the zip file is different: 3.9.9: folder name is "apache-maven-3.9.9/" 3.9.10: folder name is "apache-maven/" so the script breaks since the folder pattern is changed. On Mon, May 26, 2025 at 7:54 PM Sergey Chernov wrote: > There is a problem using apache-mav