Re: [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M2

2022-07-06 Thread Herve Boutemy
+1 Reproducible Builds ok: reference done with JDK 8 on Windows Regards, Hervé On 2022/07/06 20:08:41 Michael Osipov wrote: > Hi, > > We solved 7 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12352045 > > There are no issues left in JIRA: > https:

Re: [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M2

2022-07-06 Thread Tamás Cservenák
+1 On Wed, Jul 6, 2022, 22:08 Michael Osipov wrote: > Hi, > > We solved 7 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12352045 > > There are no issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20re

Re: [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M2

2022-07-06 Thread Tibor Digana
+1, all fine T On Wed, Jul 6, 2022 at 10:08 PM Michael Osipov wrote: > Hi, > > We solved 7 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12352045 > > There are no issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%20M

Re: [VOTE] Release Apache Maven Reporting Impl version 4.0.0-M2

2022-07-06 Thread Michael Osipov
Am 2022-07-06 um 22:08 schrieb Michael Osipov: Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12352045 There are no issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unres

[VOTE] Release Apache Maven Reporting Impl version 4.0.0-M2

2022-07-06 Thread Michael Osipov
Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12352045 There are no issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20maven-reporting-

Re: JSR330: Overriding the default lifecycle

2022-07-06 Thread Konrad Windszus
On 2022/07/06 14:18:28 Tamás Cservenák wrote: > Maven 3.0 did not support sisu-index (produced by sisu-maven-plugin during > build), but 3.1 onward does support it. > > Hence. If you support Maven 3.0 inclusive, you must stick with plexus xml, > otherwise is not required. > > T The problem is

Re: JSR330: Overriding the default lifecycle

2022-07-06 Thread Tamás Cservenák
Maven 3.0 did not support sisu-index (produced by sisu-maven-plugin during build), but 3.1 onward does support it. Hence. If you support Maven 3.0 inclusive, you must stick with plexus xml, otherwise is not required. T On Wed, Jul 6, 2022, 15:17 Konrad Windszus wrote: > > > or are you trying t

Re: JSR330: Overriding the default lifecycle

2022-07-06 Thread Konrad Windszus
> or are you trying to create bindings for a new packaging? Yes, this is what I am doing. You can see it already in https://github.com/apache/jackrabbit-filevault-package-maven-plugin/blob/master/src/main/resources/META-INF/plexus/components.xml. But from all your information I derived that I

Re: JSR330: Overriding the default lifecycle

2022-07-06 Thread Hervé BOUTEMY
btw, are you trying ot override the default lifecycle = https://maven.apache.org/ref/3.8.6/maven-core/lifecycles.html or are you trying to override the default bindings for some packaging = https://maven.apache.org/ref/3.8.6/maven-core/default-bindings.html or are you trying to create bindings fo