Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-10-04 Thread Michael Osipov
Am 2021-10-04 um 17:27 schrieb Austin Witt: Is it broken in that it doesn't actually solve the problem? Or broken in that it doesn't actually install correctly in Maven? It does not solve the problem. It fails miserably. Don't use it. See here also:

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-10-04 Thread Bernd Eckenfels
Von: Austin Witt Gesendet: Monday, October 4, 2021 5:27:28 PM An: Maven Users List Betreff: Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext Is it broken in that it doesn't actually solve the problem? Or broken in that it doesn't actually install correctly in Maven

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-10-04 Thread Tamás Cservenák
There is an ongoing thread on users ML about same issue here: https://lists.apache.org/thread.html/rd30b06bbe69de2466fd49bc665b96f02dfb8c34431cedff678fe1a08%40%3Cusers.maven.apache.org%3E HTH T On Mon, Oct 4, 2021 at 5:28 PM Austin Witt wrote: > Is it broken in that it doesn't actually solve

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-10-04 Thread Austin Witt
Is it broken in that it doesn't actually solve the problem? Or broken in that it doesn't actually install correctly in Maven? Regardless, is there a solution you would recommend for solving the "many concurrent instances of Maven are running against the same local repository, and sometimes their

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-10-03 Thread Michael Osipov
Am 2021-09-29 um 21:18 schrieb Austin Witt: I wish to install a Maven extension - Takari's Concurrent Safe Local Repository extension ( http://takari.io/book/30-team-maven.html#concurrent-safe-local-repository ) - on a system such that it's picked up by all Maven runs. Don't! It is broken!

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-09-30 Thread Delany
It's here https://maven.apache.org/examples/maven-3-lifecycle-extensions.html Delany On Thu, 30 Sep 2021, 16:56 Austin Witt, wrote: > > /usr/share/maven/lib/ext > > That would be perfect! Is that documented somewhere? I never saw mention of > that before today! > > What is the earliest version

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-09-30 Thread Austin Witt
> /usr/share/maven/lib/ext That would be perfect! Is that documented somewhere? I never saw mention of that before today! What is the earliest version of Maven that supports that extension folder? On Thu, Sep 30, 2021 at 1:19 AM Delany wrote: > Hi Austin, > > I think those Takari projects

Re: Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-09-30 Thread Delany
Hi Austin, I think those Takari projects aren't maintained anymore. The issue was recently fixed in Maven 3.8.2 with https://issues.apache.org/jira/browse/MNG-4706 You can use the command line -Dmaven.ext.class.path to include the extension. The strange wording is perhaps because there is an

Global pre-installation of Maven extensions w/out ~/.m2/lib/ext

2021-09-29 Thread Austin Witt
I wish to install a Maven extension - Takari's Concurrent Safe Local Repository extension ( http://takari.io/book/30-team-maven.html#concurrent-safe-local-repository ) - on a system such that it's picked up by all Maven runs. Individual projects should not have to put it in their pom.xml; I do