Replacements for ArtifactMetadataSource

2022-08-19 Thread Slawomir Jaranowski
Hi Interface ArtifactMetadataSource [1] is deprecated - what is replacement for it? especially for method retrieveAvailableVersions [1] https://maven.apache.org/ref/3.8.6/apidocs/org/apache/maven/artifact/metadata/ArtifactMetadataSource.html -- Sławomir Jaranowski

[ANN] Maven PDF Plugin 1.6.1 released

2022-08-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven PDF Plugin version 1.6.1. https://maven.apache.org/plugins/maven-pdf-plugin/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins maven-pdf-plugin 1.6.1 Release Notes - Ma

[ANN] Apache Maven JXR 3.3.0 released

2022-08-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven JXR version 3.3.0 This module generates browsable HTML pages from Java source code. https://maven.apache.org/jxr/ You should specify the version in your project's plugin configuration: org.apache.maven.plugins m

[RESULT] [VOTE] Release Maven PDF Plugin version 1.6.1

2022-08-19 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Slawomir Jaranowski, Sylwester Lachiewicz, Michael Osipov, Olivier Lamy, Herve Boutemy, Karl Heinz Marbaise PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board

[RESULT] [VOTE] Release Maven JXR version 3.3.0

2022-08-19 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Olivier Lamy, Slawomir Jaranowski, Herve Boutemy, Karl Heinz Marbaise 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 Maven JXR version 3.3.0

2022-08-19 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 16.08.22 12:35, Michael Osipov wrote: Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317527&version=12351480 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/

Re: [VOTE] Release Maven PDF Plugin version 1.6.1

2022-08-19 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 16.08.22 22:25, Michael Osipov wrote: Hi, We solved 1 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317620&version=12352204 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/

Re: API for resolving Maven artifacts to be used from Mojos

2022-08-19 Thread Slawomir Jaranowski
Hi, 1, contains methods like createArtifact, I use it for replacement for deprecated https://maven.apache.org/ref/3.8.6/apidocs/org/apache/maven/artifact/factory/ArtifactFactory.html it is correct way? We should point the correct way in code by deprecating some of classes/interfaces with pointing