Re: [ANN] Maven Site Plugin 3.20.0 released

2024-08-19 Thread Sylwester Lachiewicz
+1 sob., 17 sie 2024, 18:31 użytkownik Michael Osipov napisał: > The Apache Maven team is pleased to announce the release of the Maven > Site Plugin, version 3.20.0. > > https://maven.apache.org/plugins/maven-site-plugin/ > > > Release Notes - Maven Site Plugin - Version 3.20.0 > > ** Sub-task >

Re: [ANN] Maven Site Plugin 3.20.0 released

2024-08-19 Thread Yeikel Santana
I read  https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack Is that the note you're referring to? As a maven site user I don't typically follow the development that closely to fully understand why that justified multiple version bumps. The release notes themselves d

Re: [ANN] Maven Site Plugin 3.20.0 released

2024-08-19 Thread Michael Osipov
Am 2024-08-19 um 16:02 schrieb Yeikel Santana: Hi all, This was quite the version jump. Any particular reason why we went from 3.12.1 all the way to 3.20.0? We're trying to make sure we didn't miss multiple feature releases in between Read the note, please. On Sat, 17 Aug 2024 12:30

Re: [ANN] Maven Site Plugin 3.20.0 released

2024-08-19 Thread Yeikel Santana
Hi all, This was quite the version jump. Any particular reason why we went from 3.12.1 all the way to 3.20.0? We're trying to make sure we didn't miss multiple feature releases in between Thank you! On Sat, 17 Aug 2024 12:30:50 -0400 micha...@apache.org wrote The Apache Maven

No unique Source for - maven 3.9.9 to 4.0.0-beta3 upgrade fail

2024-08-19 Thread Delany
Hi, I tried building with Maven 4 by changing the wrapper script *PS C:\git\tep> git diffdiff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.propertiesindex 308007b56fe..078129b90db 100644--- a/.mvn/wrapper/maven-wrapper.properties+++ b/.mvn/wrapper/maven-wrappe

[ANN] Apache Maven Deploy Plugin 3.1.3 Released

2024-08-19 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Deploy Plugin, version 3.1.3 https://maven.apache.org/plugins/maven-deploy-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-deploy-plugin 3.1.3 You c

[ANN] Apache Maven Install Plugin 3.1.3 Released

2024-08-19 Thread Tamás Cservenák
The Apache Maven team is pleased to announce the release of the Apache Maven Install Plugin, version 3.1.3 https://maven.apache.org/plugins/maven-install-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-install-plugin 3.1.3 Yo

[OT] Re: Strange warning with m-enforcer-p

2024-08-19 Thread Stanimir Stamenkov
Fri, 9 Aug 2024 13:35:19 +0200: From: Thorsten Heit for unknown reasons I have seen Konrad's answer to my original post only on the list archive @ lists.apache.org; it didn't arrive in my mailbox... I don't know what's up with this mailing list adding .INVALID to people's email addresses.

Re: Strange warning with m-enforcer-p

2024-08-19 Thread Konrad Windszus
Hi, Indeed, it is explicitly mentioned in https://issues.apache.org/jira/browse/MBUILDCACHE-56 with a workaround in https://issues.apache.org/jira/browse/MBUILDCACHE-56?focusedCommentId=17715327&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17715327. Konrad > On

RE: Strange warning with m-enforcer-p

2024-08-19 Thread Julien Alizier
Hello, I have also seen this same warning. For me it started appearing when I added the maven-build-cache-extension (great plugin!) to my project. If you are in the same case maybe you can try to temporarily disable the extension with -Dmaven.build.cache.enabled=false to check if the warning sti