+1

I only have a small issue.
I have this env var
MAVEN_OPTS=-Djava.awt.headless=true -client -Xmx2048m -Xms2048m

a project has .mvn/jvm.config with
-Xmx1100m

Maven 3.8.5 does this

+ exec /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/bin/java
-Xmx1100m -Djava.awt.headless=true -client -Xmx2048m -Xms2048m
-classpath 
/Users/olamy/softs/maven/apache-maven-3.8.5/boot/plexus-classworlds-2.6.0.jar
-Dclassworlds.conf=/Users/olamy/softs/maven/apache-maven-3.8.5/bin/m2.conf
-Dmaven.home=/Users/olamy/softs/maven/apache-maven-3.8.5
-Dlibrary.jansi.path=/Users/olamy/softs/maven/apache-maven-3.8.5/lib/jansi-native

4.0.0-alpha-2 does this

+ exec /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/bin/java
-Djava.awt.headless=true -client -Xmx2048m -Xms2048m -Xmx1100m
-classpath 
/Users/olamy/softs/maven/apache-maven-4.0.0-alpha-2/boot/plexus-classworlds-2.6.0.jar
-Dclassworlds.conf=/Users/olamy/softs/maven/apache-maven-4.0.0-alpha-2/bin/m2.conf
-Dmaven.home=/Users/olamy/softs/maven/apache-maven-4.0.0-alpha-2
-Dlibrary.jansi.path=/Users/olamy/softs/maven/apache-maven-4.0.0-alpha-2/lib/jansi-native

which obviously fails




On Sun, 16 Oct 2022 at 23:27, Guillaume Nodet <gno...@apache.org> wrote:
>
> I've also deployed the distributions at
>
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-2/binaries/
>
> https://dist.apache.org/repos/dist/dev/maven/maven-4/4.0.0-alpha-2/sources/
>
> and the web site at:
>
> http://svn.apache.org/repos/asf/maven/website/components/ref/4-LATEST/index.html
>
> Guillaume
>
> Le sam. 15 oct. 2022 à 12:32, Slawomir Jaranowski <s.jaranow...@gmail.com>
> a écrit :
>
> > Hi,
> >
> > Link for biaries is:
> >
> > https://repository.apache.org/content/repositories/maven-1811/org/apache/maven/apache-maven/4.0.0-alpha-2/
> >
> > By the way binaries should be available at distribution area also ...
> > https://dist.apache.org/repos/dist/dev/maven/
> >
> > Did you publish a staging Maven site somewhere?
> >
> >
> > sob., 15 paź 2022 o 02:19 Guillaume Nodet <gno...@apache.org> napisał(a):
> >
> > > I've staged a release candidate at
> > >   https://repository.apache.org/content/repositories/maven-1811
> > >
> > > The binaries are available at:
> > >
> > >
> > >
> > https://repository.apache.org/service/local/repositories/maven-1811/content/org/apache/maven/apache-maven/4.0.0-alpha-2/
> > >
> > > The tag is available at:
> > >   https://github.com/apache/maven/tree/maven-4.0.0-alpha-2
> > >
> > > Please review and vote !
> > >
> > > Cheers,
> > > Guillaume Nodet
> > >
> >
> >
> > --
> > Sławomir Jaranowski
> >
>
>
> --
> ------------------------
> Guillaume Nodet

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to