[ANN] Apache Maven Filtering 3.3.0 released

2022-06-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Filtering version 3.3.0. https://maven.apache.org/shared/maven-filtering/ Release Notes - Maven Shared Components - Version maven-filtering-3.3.0 ** Improvement * [MSHARED-937] - Demote log statement to debug ** Task

[ANN] Apache Maven Common Artifact Filters 3.3.0 released

2022-06-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Common Artifact Filters version 3.3.0. https://maven.apache.org/shared/maven-common-artifact-filters/ Release Notes - Maven Shared Components - Version maven-common-artifact-filters-3.3.0 ** Bug * [MSHARED-1017] - nul

[RESULT] [VOTE] Release Apache Maven Filtering version 3.3.0

2022-06-14 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Tamás Cservenák, Michael Osipov, Slawomir Jaranowski, Olivier Lamy PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: Maven plugin to generate key material for SSL unit tests

2022-06-14 Thread Michael Osipov
Am 2022-06-13 um 19:26 schrieb Graham Leggett: On 13 Jun 2022, at 14:18, Delany wrote: https://www.mojohaus.org/keytool/keytool-maven-plugin/plugin-info.html Thanks for this. It seems to come close, but the missing piece seems to be the step where the CSR is turned into a signed certificat

[RESULT] [VOTE] Release Apache Maven Common Artifact Filters version 3.3.0

2022-06-14 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Sylwester Lachiewicz, Tamás Cservenák, Michael Osipov, Václav Haisman, Slawomir Jaranowski PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

[ANN] Maven Resolver 1.8.1 released

2022-06-14 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.8.1. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.8.1 ** Bug * [MRESOLVER-256] - Dependency tree is different between DF and BF strategies when a dependency package ha

[RESULT] [VOTE] Release Maven Resolver version 1.8.1

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

Re: [VOTE] Release Apache Maven Filtering version 3.3.0

2022-06-14 Thread Slawomir Jaranowski
+1 - build ok - sig ok by key 0x6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688 to fix in next release - empty JIRA Report [1] [1] https://maven.apache.org/shared-archives/maven-filtering-LATEST/jira-report.html sob., 11 cze 2022 o 15:48 Michael Osipov napisał(a): > Hi, > > We solved 3 issues: > >

Re: [VOTE] Release Apache Maven Common Artifact Filters version 3.3.0

2022-06-14 Thread Slawomir Jaranowski
+1 - build ok - sig ok by key 0x6A814B1F869C2BBEAB7CB7271A2A1C94BDE89688 sob., 11 cze 2022 o 15:40 Michael Osipov napisał(a): > Hi, > > We solved 5 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12349729 > > There are still a couple of issues left

Re: Override the scm details in the maven-project-info-reports-plugin

2022-06-14 Thread Slawomir Jaranowski
Hi, Maybe a simple custom page with description about all your scm repositories, like for Maven https://maven.apache.org/scm.html wt., 14 cze 2022 o 13:11 Graham Leggett napisał(a): > Hi all, > > The website https://hc.apache.org has no SCM report, primarily because > the website is in one proj

Override the scm details in the maven-project-info-reports-plugin

2022-06-14 Thread Graham Leggett
Hi all, The website https://hc.apache.org has no SCM report, primarily because the website is in one project, while the actual components are in other projects. In theory you can override the SCM details in the maven-project-info-reports-plugin by following https://maven.apache.org/plugins/mav

Re: collectDependencies - artifact with runtime scope

2022-06-14 Thread Slawomir Jaranowski
Ok, sorry but I don't still understand difference: Given project dependencies: jakarta.transaction jakarta.transaction-api 2.0.1 runtime mvn dependency:tree - give me org.apache.maven.its.dependency-tree:verbose:jar:1.0-SNAPSHOT \- jakarta.transaction:jak

Re: collectDependencies - artifact with runtime scope

2022-06-14 Thread Tamás Cservenák
Howdy, so, scopes are always from "this" (being built, the org.apache.maven.its.dependency-tree:verbose:jar:1.0-SNAPSHOT) project perspective. Hence your observation: "The most strange thing for me is that if I have an artifact with transitive provided dependencies and put it as runtime dependency