[ANN] Apache Maven Invoker Plugin 3.6.1 Released

2024-04-01 Thread Olivier Lamy
Hi
The Apache Maven team is pleased to announce the release of the Apache
Maven Invoker Plugin, version 3.6.1

The Invoker Plugin is used to run a set of Maven projects. The plugin
can determine whether each project execution is successful and can
optionally verify the output generated from a given project execution.

https://maven.apache.org/plugins/maven-invoker-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-invoker-plugin
  3.6.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-invoker-plugin/download.cgi

Release Notes - Maven Invoker Plugin - Version 3.6.1

** Improvement
* [MINVOKER-352] - Remove usage commons-lang3

** Task
* [MINVOKER-355] - Update Groovy 4.0.18 to 4.0.20 to support jdk22
* [MINVOKER-356] - Various dependencies update via dependabot see
release notes on github

Enjoy,

-The Apache Maven team

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



Re: Maven & Github codespaces

2024-04-01 Thread Gary Gregory
How about XInclude?

Gary

On Mon, Apr 1, 2024, 7:40 AM Tommy Svensson  wrote:

> Hello Tamás,
>
> The problem is in mixin-maven-plugin which I found on GitHub and is 5
> years old! In this world that is a lot :-). It suddenly fails to find a
> "StringUtils" package that does not seem to exist in Maven Central. I
> suspect that StringUtils is something that should never have been submitted
> to maven-central, and have now been removed.
>
> So I'm looking for some other solution to re-use pom segments, in a future
> compatible way.
>
> /Tommy
> __
> Tommy Svensson
> to...@natusoft.se
>
>
>
> Från: Tamás Cservenák 
> Svara: Maven Users List 
> Datum: 1 april 2024 at 13:02:43
> Till: Maven Users List 
> Cc: Bernd Eckenfels 
> Ämne:  Re: Maven & Github codespaces
>
> Hi Tommy,
>
> would be good for reference (maybe someone else hits a similar issue) to
> have on ML the "solution" as well. At least some description of what
> exactly made you think "forgett maven on GitHub codespaces" and what you
> did to fix this.
>
> Thanks
> T
>
> On Mon, Apr 1, 2024 at 12:40 PM Tommy Svensson 
> wrote:
>
> > My brain screwed upp here! I incorrectly took this to be a maven issue!
> I
> > have just figured out that Maven has nothing to do with this problem!
> > Sorry!
> >
> > When I came to that conclusion things made much more sense :-).
> > __
> > Tommy Svensson
> > to...@natusoft.se
> >
> >
> >
> > Från: Bernd Eckenfels 
> > Svara: Maven Users List 
> > Datum: 31 mars 2024 at 23:59:20
> > Till: users@maven.apache.org 
> > Ämne: Re: Maven & Github codespaces
> >
> > Tommy Svensson wrote on 31. Mar 2024 14:52 (GMT +02:00):
> >
> > > …I have old jars somewhere! I should clean my
> > > ~/.m2/repository!
> >
> > It should work regardless what you have on your local reponczche since
> > it’s versioned. But other question how is that related to what’s in a
> fresh
> > codespace? Something goes not check out. Or are you saying it does
> never
> > work?
> >
> > Gruß
> > Bernd
> > —
> > https://bernd.eckenfels.net
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
>


Re: Maven & Github codespaces

2024-04-01 Thread Tamás Cservenák
Ok,

I _assumed this_ but hushed away when you said "works on my workstation".
Obviously NOT with 3.9.6, but some older Maven, as all Maven 3.9.x release
notes have this entry:
https://maven.apache.org/docs/3.9.6/release-notes.html#potentially-breaking-core-changes-if-migrating-from-3-8-x
(2nd bullet).

So if plugin is not fixed, you can fix it by adding explicitly dependency
onto plexus-utils in plugin dependencies entry

HTH
T

On Mon, Apr 1, 2024 at 1:39 PM Tommy Svensson  wrote:

> Hello Tamás,
>
> The problem is in mixin-maven-plugin which I found on GitHub and is 5
> years old! In this world that is a lot :-). It suddenly fails to find a
> "StringUtils" package that does not seem to exist in Maven Central. I
> suspect that StringUtils is something that should never have been submitted
> to maven-central, and have now been removed.
>
> So I'm looking for some other solution to re-use pom segments, in a future
> compatible way.
>
> /Tommy
>
> __
>
> Tommy Svensson
>
> to...@natusoft.se
>
>
>
>
> Från: Tamás Cservenák  
> Svara: Maven Users List  
> Datum: 1 april 2024 at 13:02:43
> Till: Maven Users List  
> Cc: Bernd Eckenfels  
> Ämne:  Re: Maven & Github codespaces
>
> Hi Tommy,
>
> would be good for reference (maybe someone else hits a similar issue) to
> have on ML the "solution" as well. At least some description of what
> exactly made you think "forgett maven on GitHub codespaces" and what you
> did to fix this.
>
> Thanks
> T
>
> On Mon, Apr 1, 2024 at 12:40 PM Tommy Svensson  wrote:
>
> > My brain screwed upp here! I incorrectly took this to be a maven issue!
> I
> > have just figured out that Maven has nothing to do with this problem!
> > Sorry!
> >
> > When I came to that conclusion things made much more sense :-).
> > __
> > Tommy Svensson
> > to...@natusoft.se
> >
> >
> >
> > Från: Bernd Eckenfels 
> > Svara: Maven Users List 
> > Datum: 31 mars 2024 at 23:59:20
> > Till: users@maven.apache.org 
> > Ämne: Re: Maven & Github codespaces
> >
> > Tommy Svensson wrote on 31. Mar 2024 14:52 (GMT +02:00):
> >
> > > …I have old jars somewhere! I should clean my
> > > ~/.m2/repository!
> >
> > It should work regardless what you have on your local reponczche since
> > it’s versioned. But other question how is that related to what’s in a
> fresh
> > codespace? Something goes not check out. Or are you saying it does never
> > work?
> >
> > Gruß
> > Bernd
> > —
> > https://bernd.eckenfels.net
> > -
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Maven & Github codespaces

2024-04-01 Thread Tommy Svensson
Hello Tamás,

The problem is in mixin-maven-plugin which I found on GitHub and is 5 years 
old! In this world that is a lot :-). It suddenly fails to find a "StringUtils" 
package that does not seem to exist in Maven Central. I suspect that 
StringUtils is something that should never have been submitted to 
maven-central, and have now been removed.

So I'm looking for some other solution to re-use pom segments, in a future 
compatible way.

/Tommy
__
Tommy Svensson
to...@natusoft.se



Från: Tamás Cservenák 
Svara: Maven Users List 
Datum: 1 april 2024 at 13:02:43
Till: Maven Users List 
Cc: Bernd Eckenfels 
Ämne:  Re: Maven & Github codespaces

Hi Tommy,  

would be good for reference (maybe someone else hits a similar issue) to  
have on ML the "solution" as well. At least some description of what  
exactly made you think "forgett maven on GitHub codespaces" and what you  
did to fix this.  

Thanks  
T  

On Mon, Apr 1, 2024 at 12:40 PM Tommy Svensson  wrote:  

> My brain screwed upp here! I incorrectly took this to be a maven issue! I  
> have just figured out that Maven has nothing to do with this problem!  
> Sorry!  
>  
> When I came to that conclusion things made much more sense :-).  
> __  
> Tommy Svensson  
> to...@natusoft.se  
>  
>  
>  
> Från: Bernd Eckenfels   
> Svara: Maven Users List   
> Datum: 31 mars 2024 at 23:59:20  
> Till: users@maven.apache.org   
> Ämne: Re: Maven & Github codespaces  
>  
> Tommy Svensson wrote on 31. Mar 2024 14:52 (GMT +02:00):  
>  
> > …I have old jars somewhere! I should clean my  
> > ~/.m2/repository!  
>  
> It should work regardless what you have on your local reponczche since  
> it’s versioned. But other question how is that related to what’s in a fresh  
> codespace? Something goes not check out. Or are you saying it does never  
> work?  
>  
> Gruß  
> Bernd  
> —  
> https://bernd.eckenfels.net  
> -  
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org  
> For additional commands, e-mail: users-h...@maven.apache.org


Re: Maven & Github codespaces

2024-04-01 Thread Tamás Cservenák
Hi Tommy,

would be good for reference (maybe someone else hits a similar issue) to
have on ML the "solution" as well. At least some description of what
exactly made you think "forgett maven on GitHub codespaces" and what you
did to fix this.

Thanks
T

On Mon, Apr 1, 2024 at 12:40 PM Tommy Svensson  wrote:

> My brain screwed upp here! I incorrectly took this to be a maven issue! I
> have just figured out that Maven has nothing to do with this problem!
> Sorry!
>
> When I came to that conclusion things made much more sense :-).
> __
> Tommy Svensson
> to...@natusoft.se
>
>
>
> Från: Bernd Eckenfels 
> Svara: Maven Users List 
> Datum: 31 mars 2024 at 23:59:20
> Till: users@maven.apache.org 
> Ämne:  Re: Maven & Github codespaces
>
> Tommy Svensson wrote on 31. Mar 2024 14:52 (GMT +02:00):
>
> > …I have old jars somewhere! I should clean my
> > ~/.m2/repository!
>
> It should work regardless what you have on your local reponczche since
> it’s versioned. But other question how is that related to what’s in a fresh
> codespace? Something goes not check out. Or are you saying it does never
> work?
>
> Gruß
> Bernd
> —
> https://bernd.eckenfels.net
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org


Re: Maven & Github codespaces

2024-04-01 Thread Tommy Svensson
My brain screwed upp here! I incorrectly took this to be a maven issue! I have 
just figured out that Maven has nothing to do with this problem! Sorry! 

When I came to that conclusion things made much more sense :-).
__
Tommy Svensson
to...@natusoft.se



Från: Bernd Eckenfels 
Svara: Maven Users List 
Datum: 31 mars 2024 at 23:59:20
Till: users@maven.apache.org 
Ämne:  Re: Maven & Github codespaces

Tommy Svensson wrote on 31. Mar 2024 14:52 (GMT +02:00):  

> …I have old jars somewhere! I should clean my  
> ~/.m2/repository!   

It should work regardless what you have on your local reponczche since it’s 
versioned. But other question how is that related to what’s in a fresh 
codespace? Something goes not check out. Or are you saying it does never work?  

Gruß  
Bernd  
—  
https://bernd.eckenfels.net  
-  
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org  
For additional commands, e-mail: users-h...@maven.apache.org