Re: [VOTE] Require Java 17 for Maven 4

2024-02-28 Thread Manuel Dahmen
+1 Le mer. 28 févr. 2024 à 09:54, Lasse Lindqvist a écrit : > +1 > > ke 28. helmik. 2024 klo 10.30 Jean-Baptiste Onofré (j...@nanthrax.net) > kirjoitti: > > > > +1 > > > > It makes sense to me. > > > > Thanks, > > Regards > > JB > > > > On Wed, Feb 28, 2024 at 8:42 AM Anders Hammar wrote: > >

Re: [ANN]switch from maven to gradle

2022-06-16 Thread Manuel Dahmen
n 2022 at 20:59, Andres Almiray wrote: > > > Hi Manuel, welcome to the list. > > Please find answers inlined. > > > > Sent from my primitive tricorder > > > > > On 14 Jun 2022, at 20:10, Manuel Dahmen wrote: > > > > > > hello, > >

[ANN]switch from maven to gradle

2022-06-14 Thread Manuel Dahmen
hello, switch from maven to gradle, publish on maven central, is it possible from maven? when will maven be replaced by gradle? I m trying to implement a Java desktop /android app. with a common library. The basic idea is to name a class or interface wrapper with custom implementations. which are

Re: Avoid illegal access error from sonatype repository

2021-10-13 Thread Manuel Dahmen
1.4.15 fixes your problem. BTW, I did not declare > it as a module dependency but as a plugin dependency only. > > -- > Alexander Kriegisch > https://scrum-master.de > > > Nils Breunese schrieb am 13.10.2021 16:17 (GMT +02:00): > > > Manuel Dahmen wrote: > &

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

Re: avoid exception "illegal reflective access"

2021-10-12 Thread Manuel Dahmen
Le mar. 12 oct. 2021 à 19:47, Manuel Dahmen a écrit : > 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/

RE: Error when loading dependency on a personal repository

2013-08-11 Thread Manuel Dahmen
...@gmail.com] Envoyé : vendredi 9 août 2013 23:07 À : Maven Users List Objet : Re: Error when loading dependency on a personal repository On 13-08-09 03:03 PM, Manuel Dahmen wrote: I try to publicize my project. I have two projects that I compile tonight. The dependency compiles and uploads

Error when loading dependency on a personal repository

2013-08-09 Thread Manuel Dahmen
WagonRepositoryConn ectorFactory - [Help 1] [ERROR] --- - 0 0 - -*/\*- - ~~ - Manuel Dahmen Rue Fosse-aux-Raines 30 4020 LIEGE 0466/18.57.83 500EUROS J'ai la frite !

RE: POM.XML questions

2013-07-21 Thread Manuel Dahmen
. One would say the least recommended. Cheers Le 20 juil. 2013 13:53, Manuel Dahmen ibiiztera...@gmail.com a écrit : Thank you. I have read those docs. plugin artifactIdmaven-antrun-plugin/artifactId version1.7/version executions execution

POM.XML questions

2013-07-20 Thread Manuel Dahmen
Hello, I have one question or two. I have found a project jar class loader which I want to use in my own project. I referenced it as below: dependency groupIdorg.xeustechnologies/groupId artifactIdjcl/artifactId version2.2.2/version /dependency I got

RE: POM.XML questions

2013-07-20 Thread Manuel Dahmen
questions Hi, See http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.xeustechnologies%22 there's only a pom available for jcl, because it is the project parent. you probably need to use jcl-core instead Robert Op Sat, 20 Jul 2013 12:37:58 +0200 schreef Manuel Dahmen ibiiztera...@gmail.com

RE: POM.XML questions

2013-07-20 Thread Manuel Dahmen
://developer-blog.cloudbees.com/2013/03/playing-trade-offs-with-maven.ht ml Op Sat, 20 Jul 2013 12:58:58 +0200 schreef Manuel Dahmen ibiiztera...@gmail.com: Thank you, I write it like this: dependency groupIdorg.xeustechnologies/groupId artifactIdjcl-core/artifactId version2.4