[ANN] Apache Maven Enforcer Plugin 3.3.0 Released

2023-04-04 Thread Slawomir Jaranowski
The Apache Maven team is pleased to announce the release of the Apache Maven Enforcer Plugin, version 3.3.0 This plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family along with many more built-in rules and user created rules.

[RESLT] [VOTE] Release Apache Maven Enforcer version 3.3.0

2023-04-04 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1: Delany, Sylwester Lachiewicz, Herve Boutemy, Michael Osipov, Tamás Cservenák PMC quorum: reached I will promote the source release zip file to Apache distribution area and the artifacts to the central repo. -- Sławomir Jaranowski

Re: empty settings elements in maven 4

2023-04-04 Thread Guillaume Nodet
Could you raise a JIRA please ? Le mar. 4 avr. 2023 à 10:15, Delany a écrit : > Hi there, > > When i needed a settings.xml file in the past I would copy the code from > https://maven.apache.org/settings.html > https://maven.apache.org/ref/4.0.0-alpha-5/maven-settings/settings.html > > and

Re: [VOTE] Release Apache Resource Bundles 1.5

2023-04-04 Thread Herve Boutemy
here is my +1 build not fully Reproducible... diffoscope target/reference/apache-jar-txt-resource-bundle-1.5.jar jar-txt/target/apache-jar-txt-resource-bundle-1.5.jar --- target/reference/apache-jar-txt-resource-bundle-1.5.jar +++ jar-txt/target/apache-jar-txt-resource-bundle-1.5.jar ├──

[ANN] Apache Maven Reporting Exec 2.0.0-M6 released

2023-04-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Exec version 2.0.0-M6. https://maven.apache.org/shared/maven-reporting-exec/ Release Notes - Maven Shared Components - Version maven-reporting-exec-2.0.0-M6 ** Dependency upgrade * [MSHARED-1222] - Upgrade

[ANN] Apache Maven Reporting Impl 4.0.0-M6 released

2023-04-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting Impl version 4.0.0-M6. https://maven.apache.org/shared/maven-reporting-impl/ Release Notes - Maven Shared Components - Version maven-reporting-impl-4.0.0-M6 ** Dependency upgrade * [MSHARED-1221] - Upgrade

[ANN] Apache Maven Doxia Sitetools 2.0.0-M7 released

2023-04-04 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 2.0.0-M7 Doxia Sitetools is an extension of base Doxia component that generates text markup, consisting of decoration and content that was generated by Doxia.

[RESULT] [VOTE] Release Apache Maven Reporting Exec version 2.0.0-M6

2023-04-04 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Tamás Cservenák PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

[RESULT] [VOTE] Release Apache Maven Reporting Impl 4.0.0-M6

2023-04-04 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Tamás Cservenák PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

[RESULT] [VOTE] Release Apache Maven Doxia Sitetools version 2.0.0-M7

2023-04-04 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Tamás Cservenák PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

empty settings elements in maven 4

2023-04-04 Thread Delany
Hi there, When i needed a settings.xml file in the past I would copy the code from https://maven.apache.org/settings.html https://maven.apache.org/ref/4.0.0-alpha-5/maven-settings/settings.html and replace the self-closing tag of whichever section I needed - typically servers, mirrors and