Re: [PR] Fix site building [maven]

2024-07-04 Thread via GitHub


michael-o commented on PR #1594:
URL: https://github.com/apache/maven/pull/1594#issuecomment-2208310063

   Big question is now: Should the components in m-site-p rewritten to make 
things right? (for both Maven 3 and 4)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (DOXIASITETOOLS-343) Rewrite DefaultSiteTools project management

2024-07-04 Thread Guillaume Nodet (Jira)
Guillaume Nodet created DOXIASITETOOLS-343:
--

 Summary: Rewrite DefaultSiteTools project management
 Key: DOXIASITETOOLS-343
 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-343
 Project: Maven Doxia Sitetools
  Issue Type: Improvement
Reporter: Guillaume Nodet


The code loads MavenProject from local repositories and uses 
{{project.getBasedir() == null}} to check if the project was loaded from the 
local repository or if it is a real project.

This is wrong imho (and was broken in 4.0.0-alpha-8 to beta-3).  To load a 
model from the local repository, one should use {{ModelBuilder}} and only use 
{{ProjectBuilder}} to load projects which are _real_ projects.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Fix site building [maven]

2024-07-04 Thread via GitHub


gnodet commented on PR #1594:
URL: https://github.com/apache/maven/pull/1594#issuecomment-2208320725

   > Big question is now: Should the components in m-site-p rewritten to make 
things right? (for both Maven 3 and 4)
   
   Doxia 2.x can be used on Maven 3, right ? So if we fix it there, it may be 
sufficient, assuming we somehow force Maven 4 users to use m-site-p 4.x.  
Though I suppose once the work is done on Doxia 2.x, porting it to Doxia 1.x 
should not be too difficult...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Remove unused ProjectBuilder [maven-doxia-sitetools]

2024-07-04 Thread via GitHub


gnodet opened a new pull request, #161:
URL: https://github.com/apache/maven-doxia-sitetools/pull/161

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix site building [maven]

2024-07-04 Thread via GitHub


gnodet commented on PR #1594:
URL: https://github.com/apache/maven/pull/1594#issuecomment-2208330980

   > > Big question is now: Should the components in m-site-p rewritten to make 
things right? (for both Maven 3 and 4)
   > 
   > Doxia 2.x can be used on Maven 3, right ? So if we fix it there, it may be 
sufficient, assuming we somehow force Maven 4 users to use m-site-p 4.x. Though 
I suppose once the work is done on Doxia 2.x, porting it to Doxia 1.x should 
not be too difficult...
   
   Given https://github.com/apache/maven-doxia-sitetools/pull/161, I assume the 
code does not build projects from local repository anymore.  I need to check if 
m-site-p 4.x works correctly on Maven 4.0.0-beta-3 or not.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix message when building because of a clean state [maven-compiler-plugin]

2024-07-04 Thread via GitHub


gnodet merged PR #242:
URL: https://github.com/apache/maven-compiler-plugin/pull/242


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Fix site building [maven]

2024-07-04 Thread via GitHub


gnodet commented on PR #1594:
URL: https://github.com/apache/maven/pull/1594#issuecomment-2208381221

   > > > Big question is now: Should the components in m-site-p rewritten to 
make things right? (for both Maven 3 and 4)
   > > 
   > > 
   > > Doxia 2.x can be used on Maven 3, right ? So if we fix it there, it may 
be sufficient, assuming we somehow force Maven 4 users to use m-site-p 4.x. 
Though I suppose once the work is done on Doxia 2.x, porting it to Doxia 1.x 
should not be too difficult...
   > 
   > Given 
[apache/maven-doxia-sitetools#161](https://github.com/apache/maven-doxia-sitetools/pull/161),
 I assume the code does not build projects from local repository anymore. I 
need to check if m-site-p 4.x works correctly on Maven 4.0.0-beta-3 or not.
   
   It does not, because the new `DefaultSiteTools` relies on 
`MavenProject.getParent()` which returns a `MavenProject` with `getBasedir() == 
null` when the parent has been loaded from the local repository.  We may want 
to change some semantics on the longer term, but for now, I don't think there's 
an easy way to work around the situation.  I think we should use this PR to 
restore the behaviour for next 4.x release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (MNG-8172) Restore behaviour with MavenProject.getBasedir() == null for projects loaded from local repository

2024-07-04 Thread Guillaume Nodet (Jira)
Guillaume Nodet created MNG-8172:


 Summary: Restore behaviour with MavenProject.getBasedir() == null 
for projects loaded from local repository
 Key: MNG-8172
 URL: https://issues.apache.org/jira/browse/MNG-8172
 Project: Maven
  Issue Type: Bug
Reporter: Guillaume Nodet
Assignee: Guillaume Nodet
 Fix For: 4.0.0-beta-4






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MNG-8172) Fix site building

2024-07-04 Thread Guillaume Nodet (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated MNG-8172:
-
Description: 
Restore behaviour with MavenProject.getBasedir() == null for projects loaded 
from local repository.

The maven-site-plugin relies on this behaviour and site building is broken if 
not.

  was:The maven-site-plugin relies on this behaviour and site building is 
broken if not.


> Fix site building
> -
>
> Key: MNG-8172
> URL: https://issues.apache.org/jira/browse/MNG-8172
> Project: Maven
>  Issue Type: Bug
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-beta-4
>
>
> Restore behaviour with MavenProject.getBasedir() == null for projects loaded 
> from local repository.
> The maven-site-plugin relies on this behaviour and site building is broken if 
> not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MNG-8172) Restore behaviour with MavenProject.getBasedir() == null for projects loaded from local repository

2024-07-04 Thread Guillaume Nodet (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated MNG-8172:
-
Description: The maven-site-plugin relies on this behaviour and site 
building is broken if not.

> Restore behaviour with MavenProject.getBasedir() == null for projects loaded 
> from local repository
> --
>
> Key: MNG-8172
> URL: https://issues.apache.org/jira/browse/MNG-8172
> Project: Maven
>  Issue Type: Bug
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-beta-4
>
>
> The maven-site-plugin relies on this behaviour and site building is broken if 
> not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MNG-8172) Fix site building

2024-07-04 Thread Guillaume Nodet (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Guillaume Nodet updated MNG-8172:
-
Summary: Fix site building  (was: Restore behaviour with 
MavenProject.getBasedir() == null for projects loaded from local repository)

> Fix site building
> -
>
> Key: MNG-8172
> URL: https://issues.apache.org/jira/browse/MNG-8172
> Project: Maven
>  Issue Type: Bug
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-beta-4
>
>
> The maven-site-plugin relies on this behaviour and site building is broken if 
> not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] [MNG-8172] Fix site building [maven]

2024-07-04 Thread via GitHub


michael-o commented on PR #1594:
URL: https://github.com/apache/maven/pull/1594#issuecomment-2208543807

   > > Big question is now: Should the components in m-site-p rewritten to make 
things right? (for both Maven 3 and 4)
   > 
   > Doxia 2.x can be used on Maven 3, right ? So if we fix it there, it may be 
sufficient, assuming we somehow force Maven 4 users to use m-site-p 4.x. Though 
I suppose once the work is done on Doxia 2.x, porting it to Doxia 1.x should 
not be too difficult...
   
   I wouldn't put any effort into Doxia 1.x. Doxia 2.x is fully compatible with 
Maven 3 and intended to be used with 3.6.3+. m-site-p will be available for 
both Maven 3 and 4 with Doxia 2.x.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MNG-8172) Fix site building

2024-07-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-8172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862983#comment-17862983
 ] 

ASF GitHub Bot commented on MNG-8172:
-

michael-o commented on PR #1594:
URL: https://github.com/apache/maven/pull/1594#issuecomment-2208543807

   > > Big question is now: Should the components in m-site-p rewritten to make 
things right? (for both Maven 3 and 4)
   > 
   > Doxia 2.x can be used on Maven 3, right ? So if we fix it there, it may be 
sufficient, assuming we somehow force Maven 4 users to use m-site-p 4.x. Though 
I suppose once the work is done on Doxia 2.x, porting it to Doxia 1.x should 
not be too difficult...
   
   I wouldn't put any effort into Doxia 1.x. Doxia 2.x is fully compatible with 
Maven 3 and intended to be used with 3.6.3+. m-site-p will be available for 
both Maven 3 and 4 with Doxia 2.x.




> Fix site building
> -
>
> Key: MNG-8172
> URL: https://issues.apache.org/jira/browse/MNG-8172
> Project: Maven
>  Issue Type: Bug
>Reporter: Guillaume Nodet
>Assignee: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.0-beta-4
>
>
> Restore behaviour with MavenProject.getBasedir() == null for projects loaded 
> from local repository.
> The maven-site-plugin relies on this behaviour and site building is broken if 
> not.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (MNG-8173) -Dpackaging= is ignores when using mvn deploy:deploy-file

2024-07-04 Thread Lars Schmertmann (Jira)
Lars Schmertmann created MNG-8173:
-

 Summary: -Dpackaging= is ignores when using mvn deploy:deploy-file
 Key: MNG-8173
 URL: https://issues.apache.org/jira/browse/MNG-8173
 Project: Maven
  Issue Type: Bug
  Components: Command Line, Deployment
Affects Versions: 3.9.8, 3.9.7, 3.9.6
 Environment: Archlinux
Reporter: Lars Schmertmann


We have a project where we deploy the following files:
{code}
ausweisapp-2.2.0.aar
ausweisapp-2.2.0.aar.asc
ausweisapp-2.2.0.pom
ausweisapp-2.2.0.pom.asc
ausweisapp-2.2.0-sources.jar
ausweisapp-2.2.0-sources.jar.asc
{code}
We are using the following commands:
{code}
/usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar 
-DpomFile=ausweisapp-2.2.0.pom -Dsources=ausweisapp-2.2.0-sources.jar 
-DrepositoryId=nexus 
-Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
--settings settings.xml
/usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar.asc 
-Dpackaging=aar.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
-DrepositoryId=nexus 
-Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
--settings settings.xml
/usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.pom.asc 
-Dpackaging=pom.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
-DrepositoryId=nexus 
-Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
--settings settings.xml
/usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0-sources.jar.asc 
-Dpackaging=jar.asc -Dclassifier=sources -DpomFile=ausweisapp-2.2.0.pom 
-DrepositoryId=nexus 
-Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
--settings settings.xml
{code}
With 3.8.7 everythings works fine. But at least with 3.9.6 - 3.9.8 
`-Dpackaging=` is ignored.
This leads to the following renames during deployment and the signature check 
fails:
{code}
ausweisapp-2.2.0.aar.asc -> ausweisapp-2.2.0.asc
ausweisapp-2.2.0.pom.asc -> ausweisapp-2.2.0.asc 
ausweisapp-2.2.0-sources.jar.asc -> ausweisapp-2.2.0-sources.asc
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (MNG-8173) -Dpackaging= is ignored when using mvn deploy:deploy-file

2024-07-04 Thread Lars Schmertmann (Jira)


 [ 
https://issues.apache.org/jira/browse/MNG-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lars Schmertmann updated MNG-8173:
--
Summary: -Dpackaging= is ignored when using mvn deploy:deploy-file  (was: 
-Dpackaging= is ignores when using mvn deploy:deploy-file)

> -Dpackaging= is ignored when using mvn deploy:deploy-file
> -
>
> Key: MNG-8173
> URL: https://issues.apache.org/jira/browse/MNG-8173
> Project: Maven
>  Issue Type: Bug
>  Components: Command Line, Deployment
>Affects Versions: 3.9.6, 3.9.7, 3.9.8
> Environment: Archlinux
>Reporter: Lars Schmertmann
>Priority: Major
>
> We have a project where we deploy the following files:
> {code}
> ausweisapp-2.2.0.aar
> ausweisapp-2.2.0.aar.asc
> ausweisapp-2.2.0.pom
> ausweisapp-2.2.0.pom.asc
> ausweisapp-2.2.0-sources.jar
> ausweisapp-2.2.0-sources.jar.asc
> {code}
> We are using the following commands:
> {code}
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar 
> -DpomFile=ausweisapp-2.2.0.pom -Dsources=ausweisapp-2.2.0-sources.jar 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar.asc 
> -Dpackaging=aar.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.pom.asc 
> -Dpackaging=pom.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0-sources.jar.asc 
> -Dpackaging=jar.asc -Dclassifier=sources -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> {code}
> With 3.8.7 everythings works fine. But at least with 3.9.6 - 3.9.8 
> `-Dpackaging=` is ignored.
> This leads to the following renames during deployment and the signature check 
> fails:
> {code}
> ausweisapp-2.2.0.aar.asc -> ausweisapp-2.2.0.asc
> ausweisapp-2.2.0.pom.asc -> ausweisapp-2.2.0.asc 
> ausweisapp-2.2.0-sources.jar.asc -> ausweisapp-2.2.0-sources.asc
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (DOXIASITETOOLS-343) Rewrite DefaultSiteTools project management

2024-07-04 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/DOXIASITETOOLS-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17862987#comment-17862987
 ] 

Michael Osipov commented on DOXIASITETOOLS-343:
---

Do you think we can make it before this goes GA?

> Rewrite DefaultSiteTools project management
> ---
>
> Key: DOXIASITETOOLS-343
> URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-343
> Project: Maven Doxia Sitetools
>  Issue Type: Improvement
>Reporter: Guillaume Nodet
>Priority: Major
>
> The code loads MavenProject from local repositories and uses 
> {{project.getBasedir() == null}} to check if the project was loaded from the 
> local repository or if it is a real project.
> This is wrong imho (and was broken in 4.0.0-alpha-8 to beta-3).  To load a 
> model from the local repository, one should use {{ModelBuilder}} and only use 
> {{ProjectBuilder}} to load projects which are _real_ projects.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MNG-8173) -Dpackaging= is ignored when using mvn deploy:deploy-file

2024-07-04 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863003#comment-17863003
 ] 

Michael Osipov commented on MNG-8173:
-

Does 3.8.8 work as well?

> -Dpackaging= is ignored when using mvn deploy:deploy-file
> -
>
> Key: MNG-8173
> URL: https://issues.apache.org/jira/browse/MNG-8173
> Project: Maven
>  Issue Type: Bug
>  Components: Command Line, Deployment
>Affects Versions: 3.9.6, 3.9.7, 3.9.8
> Environment: Archlinux
>Reporter: Lars Schmertmann
>Priority: Major
>
> We have a project where we deploy the following files:
> {code}
> ausweisapp-2.2.0.aar
> ausweisapp-2.2.0.aar.asc
> ausweisapp-2.2.0.pom
> ausweisapp-2.2.0.pom.asc
> ausweisapp-2.2.0-sources.jar
> ausweisapp-2.2.0-sources.jar.asc
> {code}
> We are using the following commands:
> {code}
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar 
> -DpomFile=ausweisapp-2.2.0.pom -Dsources=ausweisapp-2.2.0-sources.jar 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar.asc 
> -Dpackaging=aar.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.pom.asc 
> -Dpackaging=pom.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0-sources.jar.asc 
> -Dpackaging=jar.asc -Dclassifier=sources -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> {code}
> With 3.8.7 everythings works fine. But at least with 3.9.6 - 3.9.8 
> `-Dpackaging=` is ignored.
> This leads to the following renames during deployment and the signature check 
> fails:
> {code}
> ausweisapp-2.2.0.aar.asc -> ausweisapp-2.2.0.asc
> ausweisapp-2.2.0.pom.asc -> ausweisapp-2.2.0.asc 
> ausweisapp-2.2.0-sources.jar.asc -> ausweisapp-2.2.0-sources.asc
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MNG-8173) -Dpackaging= is ignored when using mvn deploy:deploy-file

2024-07-04 Thread Slawomir Jaranowski (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863004#comment-17863004
 ] 

Slawomir Jaranowski commented on MNG-8173:
--

is it caused by: MDEPLOY-311 ?

> -Dpackaging= is ignored when using mvn deploy:deploy-file
> -
>
> Key: MNG-8173
> URL: https://issues.apache.org/jira/browse/MNG-8173
> Project: Maven
>  Issue Type: Bug
>  Components: Command Line, Deployment
>Affects Versions: 3.9.6, 3.9.7, 3.9.8
> Environment: Archlinux
>Reporter: Lars Schmertmann
>Priority: Major
>
> We have a project where we deploy the following files:
> {code}
> ausweisapp-2.2.0.aar
> ausweisapp-2.2.0.aar.asc
> ausweisapp-2.2.0.pom
> ausweisapp-2.2.0.pom.asc
> ausweisapp-2.2.0-sources.jar
> ausweisapp-2.2.0-sources.jar.asc
> {code}
> We are using the following commands:
> {code}
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar 
> -DpomFile=ausweisapp-2.2.0.pom -Dsources=ausweisapp-2.2.0-sources.jar 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar.asc 
> -Dpackaging=aar.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.pom.asc 
> -Dpackaging=pom.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0-sources.jar.asc 
> -Dpackaging=jar.asc -Dclassifier=sources -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> {code}
> With 3.8.7 everythings works fine. But at least with 3.9.6 - 3.9.8 
> `-Dpackaging=` is ignored.
> This leads to the following renames during deployment and the signature check 
> fails:
> {code}
> ausweisapp-2.2.0.aar.asc -> ausweisapp-2.2.0.asc
> ausweisapp-2.2.0.pom.asc -> ausweisapp-2.2.0.asc 
> ausweisapp-2.2.0-sources.jar.asc -> ausweisapp-2.2.0-sources.asc
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MNG-8173) -Dpackaging= is ignored when using mvn deploy:deploy-file

2024-07-04 Thread Lars Schmertmann (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-8173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863013#comment-17863013
 ] 

Lars Schmertmann commented on MNG-8173:
---

In the first step I only tested the versions available in 
https://gitlab.archlinux.org/archlinux/packaging/packages/maven/-/commits/main

Using 3.8.8 and 3.9.0 binaries from 
https://archive.apache.org/dist/maven/maven-3/ has the follwing result:
* 3.8.8: Works
* 3.9.0: Broken

> -Dpackaging= is ignored when using mvn deploy:deploy-file
> -
>
> Key: MNG-8173
> URL: https://issues.apache.org/jira/browse/MNG-8173
> Project: Maven
>  Issue Type: Bug
>  Components: Command Line, Deployment
>Affects Versions: 3.9.6, 3.9.7, 3.9.8
> Environment: Archlinux
>Reporter: Lars Schmertmann
>Priority: Major
>
> We have a project where we deploy the following files:
> {code}
> ausweisapp-2.2.0.aar
> ausweisapp-2.2.0.aar.asc
> ausweisapp-2.2.0.pom
> ausweisapp-2.2.0.pom.asc
> ausweisapp-2.2.0-sources.jar
> ausweisapp-2.2.0-sources.jar.asc
> {code}
> We are using the following commands:
> {code}
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar 
> -DpomFile=ausweisapp-2.2.0.pom -Dsources=ausweisapp-2.2.0-sources.jar 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.aar.asc 
> -Dpackaging=aar.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0.pom.asc 
> -Dpackaging=pom.asc -Dclassifier= -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> /usr/bin/mvn deploy:deploy-file -Dfile=ausweisapp-2.2.0-sources.jar.asc 
> -Dpackaging=jar.asc -Dclassifier=sources -DpomFile=ausweisapp-2.2.0.pom 
> -DrepositoryId=nexus 
> -Durl=https://s01.oss.sonatype.org/service/local/staging/deploy/maven2 
> --settings settings.xml
> {code}
> With 3.8.7 everythings works fine. But at least with 3.9.6 - 3.9.8 
> `-Dpackaging=` is ignored.
> This leads to the following renames during deployment and the signature check 
> fails:
> {code}
> ausweisapp-2.2.0.aar.asc -> ausweisapp-2.2.0.asc
> ausweisapp-2.2.0.pom.asc -> ausweisapp-2.2.0.asc 
> ausweisapp-2.2.0-sources.jar.asc -> ausweisapp-2.2.0-sources.asc
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MINVOKER-339) Don't print or log the plugin's stack trace on verification fail

2024-07-04 Thread Elliotte Rusty Harold (Jira)


[ 
https://issues.apache.org/jira/browse/MINVOKER-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863014#comment-17863014
 ] 

Elliotte Rusty Harold commented on MINVOKER-339:


Let me dig up an example project, but command line arguments don't resolve 
this. No matter what arguments are set, there is no reason to dump the stack 
from the maven-invoker-plugin's own code. That's not what failed. Do we dump 
the maven-comnpiler-plugin's stack because there was a syntax error? (I was 
about to say of course not, but I really should check that we don't.  I hope we 
don't. That would be a similar bug if we do.)

> Don't print or log the plugin's stack trace on verification fail
> 
>
> Key: MINVOKER-339
> URL: https://issues.apache.org/jira/browse/MINVOKER-339
> Project: Maven Invoker Plugin
>  Issue Type: Bug
>Reporter: Elliotte Rusty Harold
>Priority: Major
> Fix For: waiting-for-feedback
>
>
> Typical output on a failing IT. The stack trace is unhelpful and pointless 
> log junk. It does not point to the actual failing test, why and how it 
> failed, or its output  (which is in fact not included and should be, but 
> that's a separate issue.) Instead all it shows is a stack trace of the code 
> from Maven and the maven-invoker-plugin that ran the code. This is *not* the 
> failing code. This is only the code that invoked the failing code, and this 
> code executed successfully.
> This code did not fail and is not the cause of the bug, nor is it helpful in 
> diagnosing the bug. The maven-invoker plugin executed successfully and 
> correctly detected a failing integration test. Its stack trace simply 
> obscures the real problem and gets in the way of the developer. Don't print 
> it. 
> {{*** end build.log for: verify-fail/pom.xml ***
> Error:  -
> Error:  
> [INFO] -
> [INFO] Build Summary:
> [INFO]   Passed: 8, Failed: 1, Errors: 0, Skipped: 0
> [INFO] -
> Error:  The following builds failed:
> Error:  *  verify-fail/pom.xml
> [INFO] -
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time:  53.844 s
> [INFO] Finished at: 2023-06-03T10:58:12Z
> [INFO] 
> 
> Error:  Failed to execute goal 
> org.apache.maven.plugins:maven-invoker-plugin:3.3.0:verify (integration-test) 
> on project maven-jarsigner-plugin: 1 build failed. See console output above 
> for details. -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.maven.plugins:maven-invoker-plugin:3.3.0:verify 
> (integration-test) on project maven-jarsigner-plugin: 1 build failed. See 
> console output above for details.
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 
> (MojoExecutor.java:375)
> at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute 
> (MojoExecutor.java:351)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:215)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:171)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute 
> (MojoExecutor.java:163)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:117)
> at 
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject 
> (LifecycleModuleBuilder.java:81)
> at 
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
>  (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute 
> (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:298)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:196)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at jdk.internal.reflect.NativeMethodAccessorImpl.invoke 
> (NativeMethodAccessorImpl.java:62)
> at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke 
> (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:566)
> at org.codehaus.plexus.classworlds.launcher.L

[PR] Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 [maven-scm]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #212:
URL: https://github.com/apache/maven-scm/pull/212

   Bumps 
[org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer)
 from 1.23 to 1.24.
   
   Commits
   
   https://github.com/mojohaus/animal-sniffer/commit/585a2965529c2483156f4114cc3af4df9b67bcc1";>585a296
 [maven-release-plugin] prepare release animal-sniffer-1.24
   https://github.com/mojohaus/animal-sniffer/commit/2fd61f1ccd2e6c09c65f99725e24f45f52aff671";>2fd61f1
 Drop dependency to plexus-container
   https://github.com/mojohaus/animal-sniffer/commit/5a1d0e48af31f70e6292d83f8a21e996e1d41c38";>5a1d0e4
 (CI) check Java 21 and latest Maven 3.9.8
   https://github.com/mojohaus/animal-sniffer/commit/651abd24111d03b83833b9d1bdb3fa9f51750565";>651abd2
 Reformat code
   https://github.com/mojohaus/animal-sniffer/commit/ff9e569a47e9d999280d66f57c836db98dd12ab5";>ff9e569
 Bump org.codehaus.mojo:mojo-parent from 78 to 84
   https://github.com/mojohaus/animal-sniffer/commit/466443d5435577d92e3d2500737e0939534f69bf";>466443d
 Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0
   https://github.com/mojohaus/animal-sniffer/commit/403b14257b99b13fd1ce68171e87645271d47572";>403b142
 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0
   https://github.com/mojohaus/animal-sniffer/commit/e2c0d804e4b44caf868c555f52beea2927912db8";>e2c0d80
 Bump org.apache.maven.shared:maven-common-artifact-filters
   https://github.com/mojohaus/animal-sniffer/commit/95fe4f57be3fc999f1114fce3aa9d861191f72d4";>95fe4f5
 (doc) drop Temurin from CI
   https://github.com/mojohaus/animal-sniffer/commit/f237a81ef0281bcc36377cc7cccbf636071561e7";>f237a81
 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.3
   Additional commits viewable in https://github.com/mojohaus/animal-sniffer/compare/1.23...animal-sniffer-1.24";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.mojo:animal-sniffer-maven-plugin&package-manager=maven&previous-version=1.23&new-version=1.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Escape properties to prevent evaluation [maven-site]

2024-07-04 Thread via GitHub


pzygielo opened a new pull request, #545:
URL: https://github.com/apache/maven-site/pull/545

   - Similar to #543
   
   Currently https://maven.apache.org/pom.html:
   
![b1](https://github.com/apache/maven-site/assets/11896137/7f82a054-7965-4447-a492-1bacd0e6ddb5)
   
![b2](https://github.com/apache/maven-site/assets/11896137/100948b6-88bb-4ca7-bf3d-85d102b71e45)
   
![b3](https://github.com/apache/maven-site/assets/11896137/d8e20b39-1a97-4cf5-a489-b72a9d134a0f)
   
![b4](https://github.com/apache/maven-site/assets/11896137/5a43c2f6-71ed-4605-b022-6034ca0c373a)
   
   With this change I'm getting locally:
   
![a1](https://github.com/apache/maven-site/assets/11896137/ba8d3e32-00ae-4c8a-863a-ca01a4671da4)
   
![a2](https://github.com/apache/maven-site/assets/11896137/c977f7e8-ad4b-4330-983c-eff9c688c828)
   
![a3](https://github.com/apache/maven-site/assets/11896137/b5ea317f-2764-4b54-b78a-b3b48ae3d7b6)
   
![a4](https://github.com/apache/maven-site/assets/11896137/76ffa21d-5369-4b4c-af9f-308624b66ca9)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski merged PR #192:
URL: https://github.com/apache/maven-parent/pull/192


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Escape properties to prevent evaluation [maven-site]

2024-07-04 Thread via GitHub


slawekjaranowski merged PR #545:
URL: https://github.com/apache/maven-site/pull/545


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Disable matrix build on GitHub [maven-apache-parent]

2024-07-04 Thread via GitHub


slawekjaranowski merged PR #241:
URL: https://github.com/apache/maven-apache-parent/pull/241


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Skip render empty taglist report [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski opened a new pull request, #193:
URL: https://github.com/apache/maven-parent/pull/193

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Disable matrix build on GitHub [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski opened a new pull request, #194:
URL: https://github.com/apache/maven-parent/pull/194

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Created] (MNG-8174) DefaultModelBuilder throws a NPE on self-referencing property

2024-07-04 Thread Henrik Rueping (Jira)
Henrik Rueping created MNG-8174:
---

 Summary: DefaultModelBuilder throws a NPE on self-referencing 
property
 Key: MNG-8174
 URL: https://issues.apache.org/jira/browse/MNG-8174
 Project: Maven
  Issue Type: Bug
Affects Versions: 3.9.8, 3.9.5
Reporter: Henrik Rueping


The method org.apache.maven.model.building.DefaultModelBuilder.build(...) 
throws a Null-Pointer Exception when trying to resolve a pom with a 
self-referencing property, e.g.
{code:xml}

  ${prop}

{code}
A (rather) minimal example can be found at

[https://github.com/HenrikRueping/pom-property-resolution-test]

The stacktrace is
{code:java}
java.lang.NullPointerException: Attribute value can not be null
at org.codehaus.plexus.util.xml.Xpp3Dom.setAttribute(Xpp3Dom.java:208)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:725)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:730)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:730)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:730)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:730)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:693)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:674)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:524)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:571)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator$ModelVisitor.visit(StringVisitorModelInterpolator.java:232)
at 
org.apache.maven.model.interpolation.StringVisitorModelInterpolator.interpolateModel(StringVisitorModelInterpolator.java:101)
at 
org.apache.maven.model.building.DefaultModelBuilder.interpolateModel(DefaultModelBuilder.java:770)
at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:385)
at 
org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:247)
{code}
It seems like the cause is that Xpp3Dom.setAttribute does not accept null 
values,
but the interpolate Method 
in org.apache.maven.model.interpolation.StringVisitorModelInterpolator returns 
null on a self-referencing property.

My Expectation would be that in such a case either a ModelBuildingException is 
thrown, or it behaves like in the usual case of an undefined property, e.g. the 
string "${prop}" is in the parsed model.

Maybe it is a good idea to add for each test case with an undefined property an 
analogous test case with a self-referencing property.

In Eclipse this Exception is still thrown when editing a pom with a 
self-referencing property.

I would say this is a minor issue, currently I can simply catch the 
NullPointerException hoping that there are no other causes for a 
NullPointerException.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 [maven-surefire]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #757:
URL: https://github.com/apache/maven-surefire/pull/757

   Bumps 
[org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer)
 from 1.23 to 1.24.
   
   Commits
   
   https://github.com/mojohaus/animal-sniffer/commit/585a2965529c2483156f4114cc3af4df9b67bcc1";>585a296
 [maven-release-plugin] prepare release animal-sniffer-1.24
   https://github.com/mojohaus/animal-sniffer/commit/2fd61f1ccd2e6c09c65f99725e24f45f52aff671";>2fd61f1
 Drop dependency to plexus-container
   https://github.com/mojohaus/animal-sniffer/commit/5a1d0e48af31f70e6292d83f8a21e996e1d41c38";>5a1d0e4
 (CI) check Java 21 and latest Maven 3.9.8
   https://github.com/mojohaus/animal-sniffer/commit/651abd24111d03b83833b9d1bdb3fa9f51750565";>651abd2
 Reformat code
   https://github.com/mojohaus/animal-sniffer/commit/ff9e569a47e9d999280d66f57c836db98dd12ab5";>ff9e569
 Bump org.codehaus.mojo:mojo-parent from 78 to 84
   https://github.com/mojohaus/animal-sniffer/commit/466443d5435577d92e3d2500737e0939534f69bf";>466443d
 Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0
   https://github.com/mojohaus/animal-sniffer/commit/403b14257b99b13fd1ce68171e87645271d47572";>403b142
 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0
   https://github.com/mojohaus/animal-sniffer/commit/e2c0d804e4b44caf868c555f52beea2927912db8";>e2c0d80
 Bump org.apache.maven.shared:maven-common-artifact-filters
   https://github.com/mojohaus/animal-sniffer/commit/95fe4f57be3fc999f1114fce3aa9d861191f72d4";>95fe4f5
 (doc) drop Temurin from CI
   https://github.com/mojohaus/animal-sniffer/commit/f237a81ef0281bcc36377cc7cccbf636071561e7";>f237a81
 Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.3
   Additional commits viewable in https://github.com/mojohaus/animal-sniffer/compare/1.23...animal-sniffer-1.24";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.mojo:animal-sniffer-maven-plugin&package-manager=maven&previous-version=1.23&new-version=1.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Disable matrix build on GitHub [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski merged PR #194:
URL: https://github.com/apache/maven-parent/pull/194


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Skip render empty taglist report [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski merged PR #193:
URL: https://github.com/apache/maven-parent/pull/193


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump ASF parent to 33 [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski opened a new pull request, #195:
URL: https://github.com/apache/maven-parent/pull/195

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump ASF parent to 33 [maven-parent]

2024-07-04 Thread via GitHub


slawekjaranowski merged PR #195:
URL: https://github.com/apache/maven-parent/pull/195


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-archiver]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #66:
URL: https://github.com/apache/maven-archiver/pull/66

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-autom

[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863092#comment-17863092
 ] 

ASF GitHub Bot commented on MNG-7914:
-

gnodet opened a new pull request, #1595:
URL: https://github.com/apache/maven/pull/1595

   (no comment)




> Provide a single entry point for configuration
> --
>
> Key: MNG-7914
> URL: https://issues.apache.org/jira/browse/MNG-7914
> Project: Maven
>  Issue Type: New Feature
>Reporter: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.x-candidate
>
>
> Looking at MNG-7772, this should not require any code change, but it's all 
> about configuration.
> I propose to load / interpolate the following files:
>  * {{${maven.home}/conf/maven.user.properties}}
>  * {{${maven.home}/conf/maven.system.properties}}
> Those files would be used to load additional user properties and system 
> properties for Maven.  In addition to the simple interpolation mechanism, we 
> should provide two enhancements using special keys {{{}$\{includes{ and 
> {{{}$\{optionals{ which would be used to load additional referenced 
> configuration files such as:
> {{    ${optionals} = ${user.home}/.m2/maven.user.properties, 
> ${session.rootDirectory}/.mvn/maven.user.properties}}
> Being loaded early when Maven is loaded, those files could reference 
> directories to load extensions from:
>   {{{}maven.core.extensions.directories = 
> ${session.rootDirectory}/.mvn/extensions.xml,{}}}{{{}${user.home}/.m2/extensions.xml,${maven.home}/extensions.xml{}}}
>  
> In various places, the maven code could be simplified and offer more 
> configuration points at the same time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[PR] Bump jettyVersion from 9.4.54.v20240208 to 9.4.55.v20240627 [maven-dependency-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #419:
URL: https://github.com/apache/maven-dependency-plugin/pull/419

   Bumps `jettyVersion` from 9.4.54.v20240208 to 9.4.55.v20240627.
   Updates `org.eclipse.jetty:jetty-server` from 9.4.54.v20240208 to 
9.4.55.v20240627
   
   Updates `org.eclipse.jetty:jetty-util` from 9.4.54.v20240208 to 
9.4.55.v20240627
   
   Updates `org.eclipse.jetty:jetty-security` from 9.4.54.v20240208 to 
9.4.55.v20240627
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-dependency-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #420:
URL: https://github.com/apache/maven-dependency-plugin/pull/420

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (depen

[PR] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 [maven-dependency-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #421:
URL: https://github.com/apache/maven-dependency-plugin/pull/421

   Bumps 
[org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) 
from 3.4.2 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-io/releases";>org.codehaus.plexus:plexus-io's
 releases.
   
   plexus-io-3.5.0
   
   📦 Dependency updates
   
   Update test sisu to 0.9.0.M3 (test scope) (https://redirect.github.com/codehaus-plexus/plexus-io/pull/133";>#133) 
https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/130";>#130) 
https://github.com/dependabot";>@​dependabot
   Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3 
(https://redirect.github.com/codehaus-plexus/plexus-io/pull/132";>#132) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/131";>#131) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/129";>#129) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/128";>#128) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/127";>#127) 
https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/126";>#126) 
https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-io/commit/2c508039d2bb933112388d9d4c6cd0cd6b204155";>2c50803
 [maven-release-plugin] prepare release plexus-io-3.5.0
   https://github.com/codehaus-plexus/plexus-io/commit/b8e7d5666198da675d36f86b37f985dd822e74ee";>b8e7d56
 (CI) skip Deploy
   https://github.com/codehaus-plexus/plexus-io/commit/06bba28c06d8d5f113717a7eaea70412a2f9b534";>06bba28
 Update test sisu to 0.9.0.M3 (test scope)
   https://github.com/codehaus-plexus/plexus-io/commit/d7a73bb0f44031225ee2d20c357d7eead0dee915";>d7a73bb
 ---
   https://github.com/codehaus-plexus/plexus-io/commit/120d4f87c6b78252cef0d99c2591825a73bb33b3";>120d4f8
 Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-io/commit/aff4d363429cb93ea9b0634a7f38ed0d53d1262b";>aff4d36
 Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/8f804de42de00ebe42d5a7609fe4899034baf540";>8f804de
 Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/99c666a29e4703f2370931a382103c06b4df9ecc";>99c666a
 Bump commons-io:commons-io from 2.16.0 to 2.16.1
   https://github.com/codehaus-plexus/plexus-io/commit/28bb8433c495674b689d90f2acc5ee714a3c407e";>28bb843
 Bump commons-io:commons-io from 2.15.1 to 2.16.0
   https://github.com/codehaus-plexus/plexus-io/commit/97207afa73ccfccbf571178981b705e3762c72de";>97207af
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-io/compare/plexus-io-3.4.2...plexus-io-3.5.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-io&package-manager=maven&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot

[PR] Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 [maven-doxia-sitetools]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #162:
URL: https://github.com/apache/maven-doxia-sitetools/pull/162

   Bumps 
[org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing)
 from 1.3.0 to 1.4.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-testing/releases";>org.codehaus.plexus:plexus-testing's
 releases.
   
   1.4.0
   
   📦 Dependency updates
   
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/66";>#66)
 https://github.com/dependabot";>@​dependabot
   Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/68";>#68)
 https://github.com/dependabot";>@​dependabot
   Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/67";>#67)
 https://github.com/dependabot";>@​dependabot
   Add dependency to jakarta.annotation-api  and more tests (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/63";>#63)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/64";>#64)
 https://github.com/dependabot";>@​dependabot
   Upgrade Guava to 32.0.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/61";>#61)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/60";>#60)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Update parent pom to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/62";>#62)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/59";>#59)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-testing/commit/55cdfde9c538b612873a69016680501c5f2ddde4";>55cdfde
 [maven-release-plugin] prepare release plexus-testing-1.4.0
   https://github.com/codehaus-plexus/plexus-testing/commit/a5fc6980681b92386d0a2c19fc6d0925caa898c2";>a5fc698
 Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/issues/66";>#66)
   https://github.com/codehaus-plexus/plexus-testing/commit/f59abc1401ccb2e2eef8e559d56db0cb3c7d25b3";>f59abc1
 Disable Jakarta incjection tests - to be fixed later
   https://github.com/codehaus-plexus/plexus-testing/commit/10b7f43788023269a97bba983fb6c23e771c7c1d";>10b7f43
 Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-testing/commit/986c2540b99231b2451ec7619453ed726a8d0480";>986c254
 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/5205012de082269fdbafa9ff029d00b7a67eb658";>5205012
 Add dependency to jakarta.annotation-api  and more tests
   https://github.com/codehaus-plexus/plexus-testing/commit/ae72f9b6c9a6b84885f3db8af07940dc89f5ad7f";>ae72f9b
 Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3fe1855b41e9911c9a63f410df5fd0cbac2c059b";>3fe1855
 Upgrade Guava to 32.0.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3f436138dc28abd579260ea14276898b27db7b73";>3f43613
 Update parent pom to 17
   https://github.com/codehaus-plexus/plexus-testing/commit/bac7b72c82146ca95863718bb66af72f4c777cad";>bac7b72
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-testing/compare/plexus-testing-1.3.0...plexus-testing-1.4.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-testing&package-manager=maven&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
b

[PR] Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 [maven]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #1596:
URL: https://github.com/apache/maven/pull/1596

   Bumps 
[org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing)
 from 1.3.0 to 1.4.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-testing/releases";>org.codehaus.plexus:plexus-testing's
 releases.
   
   1.4.0
   
   📦 Dependency updates
   
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/66";>#66)
 https://github.com/dependabot";>@​dependabot
   Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/68";>#68)
 https://github.com/dependabot";>@​dependabot
   Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/67";>#67)
 https://github.com/dependabot";>@​dependabot
   Add dependency to jakarta.annotation-api  and more tests (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/63";>#63)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/64";>#64)
 https://github.com/dependabot";>@​dependabot
   Upgrade Guava to 32.0.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/61";>#61)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/60";>#60)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Update parent pom to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/62";>#62)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/59";>#59)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-testing/commit/55cdfde9c538b612873a69016680501c5f2ddde4";>55cdfde
 [maven-release-plugin] prepare release plexus-testing-1.4.0
   https://github.com/codehaus-plexus/plexus-testing/commit/a5fc6980681b92386d0a2c19fc6d0925caa898c2";>a5fc698
 Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/issues/66";>#66)
   https://github.com/codehaus-plexus/plexus-testing/commit/f59abc1401ccb2e2eef8e559d56db0cb3c7d25b3";>f59abc1
 Disable Jakarta incjection tests - to be fixed later
   https://github.com/codehaus-plexus/plexus-testing/commit/10b7f43788023269a97bba983fb6c23e771c7c1d";>10b7f43
 Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-testing/commit/986c2540b99231b2451ec7619453ed726a8d0480";>986c254
 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/5205012de082269fdbafa9ff029d00b7a67eb658";>5205012
 Add dependency to jakarta.annotation-api  and more tests
   https://github.com/codehaus-plexus/plexus-testing/commit/ae72f9b6c9a6b84885f3db8af07940dc89f5ad7f";>ae72f9b
 Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3fe1855b41e9911c9a63f410df5fd0cbac2c059b";>3fe1855
 Upgrade Guava to 32.0.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3f436138dc28abd579260ea14276898b27db7b73";>3f43613
 Update parent pom to 17
   https://github.com/codehaus-plexus/plexus-testing/commit/bac7b72c82146ca95863718bb66af72f4c777cad";>bac7b72
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-testing/compare/plexus-testing-1.3.0...plexus-testing-1.4.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-testing&package-manager=maven&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automergi

[PR] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 [maven-wrapper]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #146:
URL: https://github.com/apache/maven-wrapper/pull/146

   Bumps 
[org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) 
from 3.4.2 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-io/releases";>org.codehaus.plexus:plexus-io's
 releases.
   
   plexus-io-3.5.0
   
   📦 Dependency updates
   
   Update test sisu to 0.9.0.M3 (test scope) (https://redirect.github.com/codehaus-plexus/plexus-io/pull/133";>#133) 
https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/130";>#130) 
https://github.com/dependabot";>@​dependabot
   Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3 
(https://redirect.github.com/codehaus-plexus/plexus-io/pull/132";>#132) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/131";>#131) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/129";>#129) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/128";>#128) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/127";>#127) 
https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/126";>#126) 
https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-io/commit/2c508039d2bb933112388d9d4c6cd0cd6b204155";>2c50803
 [maven-release-plugin] prepare release plexus-io-3.5.0
   https://github.com/codehaus-plexus/plexus-io/commit/b8e7d5666198da675d36f86b37f985dd822e74ee";>b8e7d56
 (CI) skip Deploy
   https://github.com/codehaus-plexus/plexus-io/commit/06bba28c06d8d5f113717a7eaea70412a2f9b534";>06bba28
 Update test sisu to 0.9.0.M3 (test scope)
   https://github.com/codehaus-plexus/plexus-io/commit/d7a73bb0f44031225ee2d20c357d7eead0dee915";>d7a73bb
 ---
   https://github.com/codehaus-plexus/plexus-io/commit/120d4f87c6b78252cef0d99c2591825a73bb33b3";>120d4f8
 Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-io/commit/aff4d363429cb93ea9b0634a7f38ed0d53d1262b";>aff4d36
 Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/8f804de42de00ebe42d5a7609fe4899034baf540";>8f804de
 Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/99c666a29e4703f2370931a382103c06b4df9ecc";>99c666a
 Bump commons-io:commons-io from 2.16.0 to 2.16.1
   https://github.com/codehaus-plexus/plexus-io/commit/28bb8433c495674b689d90f2acc5ee714a3c407e";>28bb843
 Bump commons-io:commons-io from 2.15.1 to 2.16.0
   https://github.com/codehaus-plexus/plexus-io/commit/97207afa73ccfccbf571178981b705e3762c72de";>97207af
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-io/compare/plexus-io-3.4.2...plexus-io-3.5.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-io&package-manager=maven&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore th

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-wrapper]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #147:
URL: https://github.com/apache/maven-wrapper/pull/147

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-auto

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-jar-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #97:
URL: https://github.com/apache/maven-jar-plugin/pull/97

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-aut

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-rar-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #23:
URL: https://github.com/apache/maven-rar-plugin/pull/23

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-aut

[PR] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 [maven-javadoc-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #291:
URL: https://github.com/apache/maven-javadoc-plugin/pull/291

   Bumps 
[org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) 
from 3.4.2 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-io/releases";>org.codehaus.plexus:plexus-io's
 releases.
   
   plexus-io-3.5.0
   
   📦 Dependency updates
   
   Update test sisu to 0.9.0.M3 (test scope) (https://redirect.github.com/codehaus-plexus/plexus-io/pull/133";>#133) 
https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/130";>#130) 
https://github.com/dependabot";>@​dependabot
   Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3 
(https://redirect.github.com/codehaus-plexus/plexus-io/pull/132";>#132) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/131";>#131) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/129";>#129) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/128";>#128) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/127";>#127) 
https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/126";>#126) 
https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-io/commit/2c508039d2bb933112388d9d4c6cd0cd6b204155";>2c50803
 [maven-release-plugin] prepare release plexus-io-3.5.0
   https://github.com/codehaus-plexus/plexus-io/commit/b8e7d5666198da675d36f86b37f985dd822e74ee";>b8e7d56
 (CI) skip Deploy
   https://github.com/codehaus-plexus/plexus-io/commit/06bba28c06d8d5f113717a7eaea70412a2f9b534";>06bba28
 Update test sisu to 0.9.0.M3 (test scope)
   https://github.com/codehaus-plexus/plexus-io/commit/d7a73bb0f44031225ee2d20c357d7eead0dee915";>d7a73bb
 ---
   https://github.com/codehaus-plexus/plexus-io/commit/120d4f87c6b78252cef0d99c2591825a73bb33b3";>120d4f8
 Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-io/commit/aff4d363429cb93ea9b0634a7f38ed0d53d1262b";>aff4d36
 Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/8f804de42de00ebe42d5a7609fe4899034baf540";>8f804de
 Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/99c666a29e4703f2370931a382103c06b4df9ecc";>99c666a
 Bump commons-io:commons-io from 2.16.0 to 2.16.1
   https://github.com/codehaus-plexus/plexus-io/commit/28bb8433c495674b689d90f2acc5ee714a3c407e";>28bb843
 Bump commons-io:commons-io from 2.15.1 to 2.16.0
   https://github.com/codehaus-plexus/plexus-io/commit/97207afa73ccfccbf571178981b705e3762c72de";>97207af
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-io/compare/plexus-io-3.4.2...plexus-io-3.5.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-io&package-manager=maven&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ig

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.10.0 [maven-archetype]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #198:
URL: https://github.com/apache/maven-archetype/pull/198

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.1 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   4.9.2
   
   📦 Dependency updates
   
   Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/325";>#325)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/324";>#324)
 https://github.com/dependabot";>@​dependabot
   Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/323";>#323)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/322";>#322)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/320";>#320)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/319";>#319)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/317";>#317)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/321";>#321)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disa

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 [maven-archetype]

2024-07-04 Thread via GitHub


dependabot[bot] commented on PR #195:
URL: https://github.com/apache/maven-archetype/pull/195#issuecomment-2210089355

   Superseded by #198.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 [maven-archetype]

2024-07-04 Thread via GitHub


dependabot[bot] closed pull request #195: Bump 
org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2
URL: https://github.com/apache/maven-archetype/pull/195


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 [maven-resolver]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #528:
URL: https://github.com/apache/maven-resolver/pull/528

   Bumps 
[org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing)
 from 1.3.0 to 1.4.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-testing/releases";>org.codehaus.plexus:plexus-testing's
 releases.
   
   1.4.0
   
   📦 Dependency updates
   
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/66";>#66)
 https://github.com/dependabot";>@​dependabot
   Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/68";>#68)
 https://github.com/dependabot";>@​dependabot
   Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/67";>#67)
 https://github.com/dependabot";>@​dependabot
   Add dependency to jakarta.annotation-api  and more tests (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/63";>#63)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/64";>#64)
 https://github.com/dependabot";>@​dependabot
   Upgrade Guava to 32.0.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/61";>#61)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/60";>#60)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Update parent pom to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/62";>#62)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/59";>#59)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-testing/commit/55cdfde9c538b612873a69016680501c5f2ddde4";>55cdfde
 [maven-release-plugin] prepare release plexus-testing-1.4.0
   https://github.com/codehaus-plexus/plexus-testing/commit/a5fc6980681b92386d0a2c19fc6d0925caa898c2";>a5fc698
 Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/issues/66";>#66)
   https://github.com/codehaus-plexus/plexus-testing/commit/f59abc1401ccb2e2eef8e559d56db0cb3c7d25b3";>f59abc1
 Disable Jakarta incjection tests - to be fixed later
   https://github.com/codehaus-plexus/plexus-testing/commit/10b7f43788023269a97bba983fb6c23e771c7c1d";>10b7f43
 Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-testing/commit/986c2540b99231b2451ec7619453ed726a8d0480";>986c254
 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/5205012de082269fdbafa9ff029d00b7a67eb658";>5205012
 Add dependency to jakarta.annotation-api  and more tests
   https://github.com/codehaus-plexus/plexus-testing/commit/ae72f9b6c9a6b84885f3db8af07940dc89f5ad7f";>ae72f9b
 Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3fe1855b41e9911c9a63f410df5fd0cbac2c059b";>3fe1855
 Upgrade Guava to 32.0.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3f436138dc28abd579260ea14276898b27db7b73";>3f43613
 Update parent pom to 17
   https://github.com/codehaus-plexus/plexus-testing/commit/bac7b72c82146ca95863718bb66af72f4c777cad";>bac7b72
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-testing/compare/plexus-testing-1.3.0...plexus-testing-1.4.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-testing&package-manager=maven&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block au

[PR] Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 [maven-shared-jar]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #42:
URL: https://github.com/apache/maven-shared-jar/pull/42

   Bumps 
[org.codehaus.plexus:plexus-testing](https://github.com/codehaus-plexus/plexus-testing)
 from 1.3.0 to 1.4.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-testing/releases";>org.codehaus.plexus:plexus-testing's
 releases.
   
   1.4.0
   
   📦 Dependency updates
   
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/66";>#66)
 https://github.com/dependabot";>@​dependabot
   Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/68";>#68)
 https://github.com/dependabot";>@​dependabot
   Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/67";>#67)
 https://github.com/dependabot";>@​dependabot
   Add dependency to jakarta.annotation-api  and more tests (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/63";>#63)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/64";>#64)
 https://github.com/dependabot";>@​dependabot
   Upgrade Guava to 32.0.1-jre (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/61";>#61)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/60";>#60)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Update parent pom to 17 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/62";>#62)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-testing/pull/59";>#59)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-testing/commit/55cdfde9c538b612873a69016680501c5f2ddde4";>55cdfde
 [maven-release-plugin] prepare release plexus-testing-1.4.0
   https://github.com/codehaus-plexus/plexus-testing/commit/a5fc6980681b92386d0a2c19fc6d0925caa898c2";>a5fc698
 Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-testing/issues/66";>#66)
   https://github.com/codehaus-plexus/plexus-testing/commit/f59abc1401ccb2e2eef8e559d56db0cb3c7d25b3";>f59abc1
 Disable Jakarta incjection tests - to be fixed later
   https://github.com/codehaus-plexus/plexus-testing/commit/10b7f43788023269a97bba983fb6c23e771c7c1d";>10b7f43
 Bump versions.eclipse.sisu from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-testing/commit/986c2540b99231b2451ec7619453ed726a8d0480";>986c254
 Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/5205012de082269fdbafa9ff029d00b7a67eb658";>5205012
 Add dependency to jakarta.annotation-api  and more tests
   https://github.com/codehaus-plexus/plexus-testing/commit/ae72f9b6c9a6b84885f3db8af07940dc89f5ad7f";>ae72f9b
 Bump com.google.guava:guava from 32.0.1-jre to 33.2.0-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3fe1855b41e9911c9a63f410df5fd0cbac2c059b";>3fe1855
 Upgrade Guava to 32.0.1-jre
   https://github.com/codehaus-plexus/plexus-testing/commit/3f436138dc28abd579260ea14276898b27db7b73";>3f43613
 Update parent pom to 17
   https://github.com/codehaus-plexus/plexus-testing/commit/bac7b72c82146ca95863718bb66af72f4c777cad";>bac7b72
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-testing/compare/plexus-testing-1.3.0...plexus-testing-1.4.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-testing&package-manager=maven&previous-version=1.3.0&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block au

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-site-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #193:
URL: https://github.com/apache/maven-site-plugin/pull/193

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.10.0 [maven-jlink-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #207:
URL: https://github.com/apache/maven-jlink-plugin/pull/207

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.1 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   4.9.2
   
   📦 Dependency updates
   
   Bump org.apache.commons:commons-compress from 1.26.0 to 1.26.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/325";>#325)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/324";>#324)
 https://github.com/dependabot";>@​dependabot
   Bump org.apache.commons:commons-compress from 1.25.0 to 1.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/323";>#323)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/322";>#322)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/320";>#320)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/319";>#319)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-io from 3.4.1 to 3.4.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/317";>#317)
 https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Bump release-drafter/release-drafter from 5 to 6 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/321";>#321)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) d

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 [maven-jlink-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] closed pull request #199: Bump 
org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2
URL: https://github.com/apache/maven-jlink-plugin/pull/199


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 [maven-jlink-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] commented on PR #199:
URL: 
https://github.com/apache/maven-jlink-plugin/pull/199#issuecomment-2210162447

   Superseded by #207.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 [maven-checkstyle-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #142:
URL: https://github.com/apache/maven-checkstyle-plugin/pull/142

   Bumps 
[org.codehaus.mojo:animal-sniffer-maven-plugin](https://github.com/mojohaus/animal-sniffer)
 from 1.23 to 1.24.
   
   Release notes
   Sourced from https://github.com/mojohaus/animal-sniffer/releases";>org.codehaus.mojo:animal-sniffer-maven-plugin's
 releases.
   
   1.24
   
   🚀 New features and improvements
   
   Restrict allowed classes during deserialization of signature files (https://redirect.github.com/mojohaus/animal-sniffer/pull/253";>#253) 
https://github.com/Marcono1234";>@​Marcono1234
   
   📦 Dependency updates
   
   Drop dependency to plexus-container (https://redirect.github.com/mojohaus/animal-sniffer/pull/285";>#285) 
https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.mojo:mojo-parent from 78 to 84 (https://redirect.github.com/mojohaus/animal-sniffer/pull/284";>#284) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.maven.enforcer:enforcer-api from 3.4.1 to 3.5.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/281";>#281) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/282";>#282) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.maven.shared:maven-common-artifact-filters from 3.3.2 to 
3.4.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/283";>#283) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.3 (https://redirect.github.com/mojohaus/animal-sniffer/pull/279";>#279) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/mojohaus/animal-sniffer/pull/278";>#278) 
https://github.com/dependabot";>@​dependabot
   Bump org.ow2.asm:asm from 9.6 to 9.7 (https://redirect.github.com/mojohaus/animal-sniffer/pull/277";>#277) 
https://github.com/dependabot";>@​dependabot
   Bump apache/maven-gh-actions-shared from 3 to 4 (https://redirect.github.com/mojohaus/animal-sniffer/pull/276";>#276) 
https://github.com/dependabot";>@​dependabot
   Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/272";>#272) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 77 to 78 (https://redirect.github.com/mojohaus/animal-sniffer/pull/271";>#271) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.maven.enforcer:enforcer-api from 3.2.1 to 3.4.1 (https://redirect.github.com/mojohaus/animal-sniffer/pull/261";>#261) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/266";>#266) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.mojo:mojo-parent from 74 to 77 (https://redirect.github.com/mojohaus/animal-sniffer/pull/264";>#264) 
https://github.com/dependabot";>@​dependabot
   Require Maven 3.6.3+ (https://redirect.github.com/mojohaus/animal-sniffer/pull/265";>#265) 
https://github.com/slachiewicz";>@​slachiewicz
   Bump org.ow2.asm:asm from 9.5 to 9.6 (https://redirect.github.com/mojohaus/animal-sniffer/pull/263";>#263) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (https://redirect.github.com/mojohaus/animal-sniffer/pull/262";>#262) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/254";>#254) 
https://github.com/dependabot";>@​dependabot
   Bump org.apache.ant:ant from 1.10.13 to 1.10.14 (https://redirect.github.com/mojohaus/animal-sniffer/pull/255";>#255) 
https://github.com/dependabot";>@​dependabot
   Bump maven-shade-plugin from 3.4.1 to 3.5.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/250";>#250) 
https://github.com/dependabot";>@​dependabot
   Bump plexus-utils from 3.5.1 to 4.0.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/247";>#247) 
https://github.com/dependabot";>@​dependabot
   Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (https://redirect.github.com/mojohaus/animal-sniffer/pull/246";>#246) 
https://github.com/dependabot";>@​dependabot
   Bump asm from 9.4 to 9.5 (https://redirect.github.com/mojohaus/animal-sniffer/pull/243";>#243) 
https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Hashpin sensitive workflow at release-drafter.yml (https://redirect.github.com/mojohaus/animal-sniffer/pull/270";>#270) 
https://github.com/diogoteles08";>@​diogoteles08
   Docs: create Security Policy (https://redirect.github.com/mojohaus/animal-sniffer/pull/260";>#260) 
https://github.com/diogoteles08";>@​diogoteles08
   Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (https:/

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-assembly-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #209:
URL: https://github.com/apache/maven-assembly-plugin/pull/209

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependa

[PR] Bump org.codehaus.plexus:plexus-io from 3.4.2 to 3.5.0 [maven-assembly-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #208:
URL: https://github.com/apache/maven-assembly-plugin/pull/208

   Bumps 
[org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) 
from 3.4.2 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-io/releases";>org.codehaus.plexus:plexus-io's
 releases.
   
   plexus-io-3.5.0
   
   📦 Dependency updates
   
   Update test sisu to 0.9.0.M3 (test scope) (https://redirect.github.com/codehaus-plexus/plexus-io/pull/133";>#133) 
https://github.com/slachiewicz";>@​slachiewicz
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/130";>#130) 
https://github.com/dependabot";>@​dependabot
   Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3 
(https://redirect.github.com/codehaus-plexus/plexus-io/pull/132";>#132) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/131";>#131) 
https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/129";>#129) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/128";>#128) 
https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/127";>#127) 
https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   Bump org.codehaus.plexus:plexus from 16 to 17 (https://redirect.github.com/codehaus-plexus/plexus-io/pull/126";>#126) 
https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-io/commit/2c508039d2bb933112388d9d4c6cd0cd6b204155";>2c50803
 [maven-release-plugin] prepare release plexus-io-3.5.0
   https://github.com/codehaus-plexus/plexus-io/commit/b8e7d5666198da675d36f86b37f985dd822e74ee";>b8e7d56
 (CI) skip Deploy
   https://github.com/codehaus-plexus/plexus-io/commit/06bba28c06d8d5f113717a7eaea70412a2f9b534";>06bba28
 Update test sisu to 0.9.0.M3 (test scope)
   https://github.com/codehaus-plexus/plexus-io/commit/d7a73bb0f44031225ee2d20c357d7eead0dee915";>d7a73bb
 ---
   https://github.com/codehaus-plexus/plexus-io/commit/120d4f87c6b78252cef0d99c2591825a73bb33b3";>120d4f8
 Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M2 to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-io/commit/aff4d363429cb93ea9b0634a7f38ed0d53d1262b";>aff4d36
 Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/8f804de42de00ebe42d5a7609fe4899034baf540";>8f804de
 Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
   https://github.com/codehaus-plexus/plexus-io/commit/99c666a29e4703f2370931a382103c06b4df9ecc";>99c666a
 Bump commons-io:commons-io from 2.16.0 to 2.16.1
   https://github.com/codehaus-plexus/plexus-io/commit/28bb8433c495674b689d90f2acc5ee714a3c407e";>28bb843
 Bump commons-io:commons-io from 2.15.1 to 2.16.0
   https://github.com/codehaus-plexus/plexus-io/commit/97207afa73ccfccbf571178981b705e3762c72de";>97207af
 Bump org.codehaus.plexus:plexus from 16 to 17
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-io/compare/plexus-io-3.4.2...plexus-io-3.5.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-io&package-manager=maven&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   
   Dependabot commands and options
   
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show  ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot i

[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-ejb-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #34:
URL: https://github.com/apache/maven-ejb-plugin/pull/34

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-aut

Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.2 [maven-ejb-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] closed pull request #25: Bump 
org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.2
URL: https://github.com/apache/maven-ejb-plugin/pull/25


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.2 [maven-ejb-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] commented on PR #25:
URL: https://github.com/apache/maven-ejb-plugin/pull/25#issuecomment-2210280531

   Superseded by #34.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 [maven-source-plugin]

2024-07-04 Thread via GitHub


dependabot[bot] opened a new pull request, #37:
URL: https://github.com/apache/maven-source-plugin/pull/37

   Bumps 
[org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver)
 from 4.9.2 to 4.10.0.
   
   Release notes
   Sourced from https://github.com/codehaus-plexus/plexus-archiver/releases";>org.codehaus.plexus:plexus-archiver's
 releases.
   
   4.10.0
   
   
   Change Snappy compressor to io.airlift:aircompressor (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/339";>#339)
 https://github.com/slachiewicz";>@​slachiewicz
   Fix modular jar final permissions (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/333";>#333)
 https://github.com/laurentgo";>@​laurentgo
   
   📦 Dependency updates
   
   Update dependencies (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/341";>#341)
 https://github.com/slachiewicz";>@​slachiewicz
   Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/337";>#337)
 https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/338";>#338)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus from 17 to 18 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/335";>#335)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-2 to 1.5.6-3 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/331";>#331)
 https://github.com/dependabot";>@​dependabot
   Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/334";>#334)
 https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/330";>#330)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.6-1 to 1.5.6-2 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/328";>#328)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/329";>#329)
 https://github.com/dependabot";>@​dependabot
   Bump commons-io:commons-io from 2.15.1 to 2.16.0 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/327";>#327)
 https://github.com/dependabot";>@​dependabot
   Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1 (https://redirect.github.com/codehaus-plexus/plexus-archiver/pull/326";>#326)
 https://github.com/dependabot";>@​dependabot
   
   
   
   
   Commits
   
   https://github.com/codehaus-plexus/plexus-archiver/commit/3ea9d5b51f8fa5ebe4bda781f8c23efed9b2978c";>3ea9d5b
 [maven-release-plugin] prepare release plexus-archiver-4.10.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/7843689ed24ce0cbdbcc26b74378f6b2ddd84c42";>7843689
 Update Sisu to 0.9.0.M3
   https://github.com/codehaus-plexus/plexus-archiver/commit/12e114f421fe7876980dadc4f1b40b4fc4e1220c";>12e114f
 Update plexus-io to 3.5.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/3a22abaf45e6787c51b6267686b758a5d6f425eb";>3a22aba
 Drop dependency to commons-codec
   https://github.com/codehaus-plexus/plexus-archiver/commit/5e584695a2c2e3f22f531e644e27e953517cd65f";>5e58469
 (CI) disable deploy job
   https://github.com/codehaus-plexus/plexus-archiver/commit/9271c2962ce4c9ecf93e84f7451b88c0e28b0237";>9271c29
 Change Snappy compressor to io.airlift:aircompressor
   https://github.com/codehaus-plexus/plexus-archiver/commit/2b8652651340587b7475ef45ce47c7adc18283a8";>2b86526
 Bump org.apache.commons:commons-compress from 1.26.1 to 1.26.2
   https://github.com/codehaus-plexus/plexus-archiver/commit/389a881ea8397efd8f613fcab95fde75b0220ca1";>389a881
 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
   https://github.com/codehaus-plexus/plexus-archiver/commit/b0028d4677d567064212c66b3b2a7df13046668c";>b0028d4
 ---
   https://github.com/codehaus-plexus/plexus-archiver/commit/fe260fe10da297c57fc08338bcb021ad1d88b3fa";>fe260fe
 Drop old jira.codehaus.org dump
   Additional commits viewable in https://github.com/codehaus-plexus/plexus-archiver/compare/plexus-archiver-4.9.2...plexus-archiver-4.10.0";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-archiver&package-manager=maven&previous-version=4.9.2&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-

Re: [PR] [MNG-7914] Provide a single entry point for configuration [maven]

2024-07-04 Thread via GitHub


gnodet commented on PR #1595:
URL: https://github.com/apache/maven/pull/1595#issuecomment-2210283159

   > There is a conceptual problem here. There are only Maven user properties 
and Java system properties, but not Maven system properties. We are trying to 
get rid of them. That should clear in a new solution. I wouldn't even try to 
make system properties right. @slawekjaranowski
   
   Yes, it makes sense.  I've removed the system properties support to only 
keep `maven.properties` which are user properties.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MNG-7914) Provide a single entry point for configuration

2024-07-04 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-7914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17863136#comment-17863136
 ] 

ASF GitHub Bot commented on MNG-7914:
-

gnodet commented on PR #1595:
URL: https://github.com/apache/maven/pull/1595#issuecomment-2210283159

   > There is a conceptual problem here. There are only Maven user properties 
and Java system properties, but not Maven system properties. We are trying to 
get rid of them. That should clear in a new solution. I wouldn't even try to 
make system properties right. @slawekjaranowski
   
   Yes, it makes sense.  I've removed the system properties support to only 
keep `maven.properties` which are user properties.




> Provide a single entry point for configuration
> --
>
> Key: MNG-7914
> URL: https://issues.apache.org/jira/browse/MNG-7914
> Project: Maven
>  Issue Type: New Feature
>Reporter: Guillaume Nodet
>Priority: Major
> Fix For: 4.0.x-candidate
>
>
> Looking at MNG-7772, this should not require any code change, but it's all 
> about configuration.
> I propose to load / interpolate the following files:
>  * {{${maven.home}/conf/maven.user.properties}}
>  * {{${maven.home}/conf/maven.system.properties}}
> Those files would be used to load additional user properties and system 
> properties for Maven.  In addition to the simple interpolation mechanism, we 
> should provide two enhancements using special keys {{{}$\{includes{ and 
> {{{}$\{optionals{ which would be used to load additional referenced 
> configuration files such as:
> {{    ${optionals} = ${user.home}/.m2/maven.user.properties, 
> ${session.rootDirectory}/.mvn/maven.user.properties}}
> Being loaded early when Maven is loaded, those files could reference 
> directories to load extensions from:
>   {{{}maven.core.extensions.directories = 
> ${session.rootDirectory}/.mvn/extensions.xml,{}}}{{{}${user.home}/.m2/extensions.xml,${maven.home}/extensions.xml{}}}
>  
> In various places, the maven code could be simplified and offer more 
> configuration points at the same time.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: [PR] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 [maven-site]

2024-07-04 Thread via GitHub


slachiewicz merged PR #536:
URL: https://github.com/apache/maven-site/pull/536


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] Bump org.codehaus.mojo:build-helper-maven-plugin from 3.5.0 to 3.6.0 [maven-site]

2024-07-04 Thread via GitHub


slachiewicz merged PR #530:
URL: https://github.com/apache/maven-site/pull/530


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org