Support for Java 9+

2023-04-20 Thread Rodrigo Bourbon
Hi, I'm currently working with Java 11 and my project relies upon the maven-model and maven-model-builder artifacts. The problem is that both have the package

Re: [ANN] Maven Checkstyle Plugin 3.2.2 released

2023-04-20 Thread Maxim Solodovnik
Hello, For whatever reason both 3.2.1 and 3.2.2 are released with 9.3 While latest version ATM 10.9.3 Why to release with outdated dependency? from mobile (sorry for typos ;) On Fri, Apr 21, 2023, 02:04 Michael Osipov wrote: > The Apache Maven team is pleased to announce the release of

Re: Support for Java 9+

2023-04-20 Thread Nils Breunese
As far as I know this is only an issue on Java 9+ if you use a modulepath instead of a classpath. I can use these dependencies just fine on Java 11 and 17. Nils. > Op 20 apr. 2023, om 18:50 heeft Rodrigo Bourbon > het volgende geschreven: > > Hi, I'm currently working with Java 11 and my

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Javier Ortiz Bultron
Here's the issue: https://github.com/carlossg/docker-maven/issues/365 On Thu, Apr 20, 2023 at 12:13 PM Greg Chabala wrote: > Javier, you should take this up with the docker image maintainer: > > Where to file issues: > > https://github.com/carlossg/docker-maven/issues > > >

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Javier Ortiz Bultron
est%20Platform%20Libraries%2FTestNG%20Maven%20Mojo/detail/release%2F1.0.0/12/pipeline/#step-51-log-74>[2023-04-20 21:03:32.995] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/_TestNG_Maven_Mojo_release_1.0.0@tmp/withMaven7cd31a9e/maven-spy-20230420-210332-991112920969896

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Sylwester Lachiewicz
Could You share output of running inside docker with verbose mode (-X)? Sylwester śr., 19 kwi 2023, 23:43 użytkownik Javier Ortiz Bultron < javier.ortiz...@gmail.com> napisał: > Code works perfectly on my Mac but not on Jenkins. I'm running this on the > Maven official image:

[ANN] Maven Checkstyle Plugin 3.2.2 released

2023-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Checkstyle Plugin, version 3.2.2. https://maven.apache.org/plugins/maven-checkstyle-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins >maven-checkstyle-plugin

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Greg Chabala
Javier, you should take this up with the docker image maintainer: Where to file issues: > https://github.com/carlossg/docker-maven/issues >

Support for Java 9+

2023-04-20 Thread Rodrigo Bourbon
Hi, I'm currently working with Java 11 and my project relies upon the maven-model and maven-model-builder artifacts. The problem is that both have the package

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Michael Osipov
On 2023/04/20 14:15:37 Javier Ortiz Bultron wrote: > So this is not official? It certainly looks that way. > > https://hub.docker.com/_/maven ...and this is exactly the problem. - To unsubscribe, e-mail:

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Thomas Broyer
On Thu, Apr 20, 2023 at 4:16 PM Javier Ortiz Bultron < javier.ortiz...@gmail.com> wrote: > So this is not official? It certainly looks that way. > > https://hub.docker.com/_/maven "docker official" != "official from the Maven project" That being said, the Maven project doesn't itself provide

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Javier Ortiz Bultron
So this is not official? It certainly looks that way. https://hub.docker.com/_/maven On Thu, Apr 20, 2023 at 8:22 AM Michael Osipov wrote: > On 2023/04/19 21:42:20 Javier Ortiz Bultron wrote: > > Code works perfectly on my Mac but not on Jenkins. I'm running this on > the > > Maven official

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Javier Ortiz Bultron
I'm running on a Jenkins Pipeline script on the Maven Image I referenced in the original post. On Wed, Apr 19, 2023 at 6:12 PM Olivier Lamy wrote: > Hi > How are you running Maven in Jenkins? Pipeline? Maven job type? > > On Thu, 20 Apr 2023 at 07:43, Javier Ortiz Bultron > wrote: > > > >

Re: MavenCLI failing in Jenkins

2023-04-20 Thread Michael Osipov
On 2023/04/19 21:42:20 Javier Ortiz Bultron wrote: > Code works perfectly on my Mac but not on Jenkins. I'm running this on the > Maven official image: maven:3.9.1-eclipse-temurin-11 This is NOT official! Gosh, how I hate what Docker Hub does.