Re: plexus-cipher missing from transitive dependencies of maven-core 3.8.2/3.8.3

2021-10-13 Thread Srđan Šrepfler
Thanks (köszönöm) Tamás! Much appreciated for the PR, our dependencies were quite old as we haven't touched our plugin internals for ages. Thanks for being a maven community ambassador! Kind regards, Srdan On 2021/10/09 07:57:49, Tamás Cservenák wrote: > Zdravo Srdjane, > > Here is a PR

Re: Avoid illegal access error from sonatype repository

2021-10-13 Thread Manuel Dahmen
Yes, it works fine with the 1.4.15 and plugin dependency. Thank you for the advice. I have been blocked for 5 months with this issue. Le mer. 13 oct. 2021 à 16:24, Alexander Kriegisch a écrit : > Probably you added the XStream dependency because on JDK 16+ Nexus > Staging Maven Plugin does not

Re: Avoid illegal access error from sonatype repository

2021-10-13 Thread Alexander Kriegisch
Probably you added the XStream dependency because on JDK 16+ Nexus Staging Maven Plugin does not work anymore without upgrading it (or you need a lot of add-opens options on the Java command line). I noticed in my own projects that version 1.4.15 works nicely on JDKs 16 and 17, while 1.4.18 causes

Re: Avoid illegal access error from sonatype repository

2021-10-13 Thread Nils Breunese
Manuel Dahmen wrote: > I don't understand why XStream library is loaded since I don't have this in > my dependencies. > > pom.xml: > https://github.com/manuelddahmen/empty3/blob/android/pom.xml I do see this dependency at https://github.com/manuelddahmen/empty3/blob/android/pom.xml#L308-L312

Re: Avoid illegal access error from sonatype repository

2021-10-13 Thread Anders Hammar
The XStream library is most likely used by some plugin, but it's hard to tell as you don't include the actual build output. /Anders On Wed, Oct 13, 2021 at 1:58 PM Manuel Dahmen wrote: > Hello, good evening, > > I have 1 Java Maven project. > > I don't understand why XStream library is loaded

Avoid illegal access error from sonatype repository

2021-10-13 Thread Manuel Dahmen
Hello, good evening, I have 1 Java Maven project. I don't understand why XStream library is loaded since I don't have this in my dependencies. pom.xml: https://github.com/manuelddahmen/empty3/blob/android/pom.xml To publish it I use: mvn deploy perform:release I have a warning: illegal