[ANN] Apache Maven 3.9.0 released

2023-02-06 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven 3.9.0 Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of inf

Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Nils Breunese
Hello, I saw that Maven 3.9.0 was just released (congrats!) and I tried upgrading my projects. Sadly they failed with this error message: Unable to parse maven.config file options: Unrecognised option: --settings .mvn/settings.xml My projects indeed have a .mvn/maven.config file whic

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Tamás Cservenák
Howdy Nils, something similar was discussed here: https://lists.apache.org/thread/274g9dqj812rzs31q2xmj8tms0kv7wvk Yes, there was a change that seems to have made it a bit stricter than it was before. Michael? HTH Tamas On Mon, Feb 6, 2023 at 1:27 PM Nils Breunese wrote: > Hello, > > I saw t

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Nils Breunese
Thanks for the link. When I replace this: --errors --show-version -DinstallAtEnd=true -DdeployAtEnd=true --settings .mvn/settings.xml with this: --errors --show-version -DinstallAtEnd=true -DdeployAtEnd=true --settings .mvn/settings.xml in .mvn/maven.config then it indeed works, but I think thi

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Delany
Why would you do that though, and not --settings=.mvn/settings.xml The intention is to disallow spaces. The fact that spaces are allowed on command line is unfortunate. Delany On Mon, 6 Feb 2023 at 14:39, Nils Breunese wrote: > Thanks for the link. When I replace this: > > --errors > --show-ver

Re: Maven 3.9.0: Unable to parse maven.config file options: Unrecognized option: --settings .mvn/settings.xml

2023-02-06 Thread Nils Breunese
Well, I’ve been using Maven for about 15 years and I didn’t know that you could use that format. The output of ‘mvn --help’ shows the options with a space instead of an equals sign, e.g.: -s,--settings Alternate path for the user setti

Re: Excessive Metadata Downloading

2023-02-06 Thread James Agnew
Just to close the loop in case anyone finds this post. I had discounted the idea that a version range was the cause because I went over all of the POMs in my project and was sure none of them had a range version. I ended up attaching a debugger to Maven to try and figure out why it was doing all o

Re: Speed up build times in local and CI

2023-02-06 Thread Tamás Cservenák
Dan, as one of the Takari maintainer (origin of the extension), I'd like to "revive" the maven-timeline project, as I myself find it very useful as well... I'd like to streamline things, as I see you forked from another fork of takari repo Tamas On Fri, Feb 3, 2023 at 2:12 PM Dan Haywood w

[ANN] Apache Maven Doxia Sitetools 2.0.0-M5 released

2023-02-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M5 Doxia Sitetools is an extension of base Doxia component that generates text markup, consisting of decoration and content that was generated by Doxia. https://maven.apache.org/doxia/

[ANN] Apache Maven Reporting Exec 2.0.0-M4 released

2023-02-06 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M4. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M4 ** Task * [MSHARED-1193] - Remove Maven 2 compat c