Re: [VOTE] Release Apache Maven EAR Plugin version 3.3.0

2022-10-19 Thread Sylwester Lachiewicz
+1 śr., 19 paź 2022, 22:55 użytkownik Tamás Cservenák napisał: > +1 > > On Tue, Oct 18, 2022, 19:38 Slawomir Jaranowski > wrote: > > > Hi, > > > > We solved 18 issues: > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422=12349537 > > > > There are still a couple

Re: [DISCUSS] Change maven code style

2022-10-19 Thread Mark Derricutt
On 20/10/2022 at 10:52:41 AM, Olivier Lamy wrote: > definitely +1 for palantir. > Having been trusted with clang-format on a few things - tried out spotless/pantir on a small project. +1 on that - it’s nice, tho - I wish it could be 2 space indents, going back to 4 spaces I suspect will be

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Mark Derricutt
+1 one my projects not using tiles. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree On 20/10/2022 at 10:38:47 AM, Olivier Lamy wrote: > +1 > > I only have a small issue. > I have this env var > MAVEN_OPTS=-Djava.awt.headless=true -client

API changes - was [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Mark Derricutt
Trying out the new 4.0.0-alpha-2 release I see our tiles-maven-plugin doesn’t work: Caused by: java.lang.NoSuchMethodError: org.apache.maven.project.DefaultProjectBuilder: method ()V not found at io.repaint.maven.tiles.TilesProjectBuilder. (TilesProjectBuilder.groovy) at

Re: [VOTE] Release Apache Maven EAR Plugin version 3.3.0

2022-10-19 Thread Olivier Lamy
+1 On Wed, 19 Oct 2022 at 3:38 am, Slawomir Jaranowski wrote: > Hi, > > We solved 18 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422=12349537 > > There are still a couple of issues left in JIRA: > >

Re: [DISCUSS] Change maven code style

2022-10-19 Thread Olivier Lamy
On Wed, 19 Oct 2022 at 17:05, Guillaume Nodet wrote: > > After having given that more thought, I think it would make sense to simply > reuse an existing formatter. It seems people are keen to align with a more > traditional code style, so I see two possibilities: > * palantir java format [1],

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Olivier Lamy
+1 I only have a small issue. I have this env var MAVEN_OPTS=-Djava.awt.headless=true -client -Xmx2048m -Xms2048m a project has .mvn/jvm.config with -Xmx1100m Maven 3.8.5 does this + exec /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/bin/java -Xmx1100m -Djava.awt.headless=true

Re: Install / Deploy plugins at the end

2022-10-19 Thread Slawomir Jaranowski
I'm. In plugins each processed module are marked with one of flags: SKIPPED, INSTALLED, TO_BE_INSTALLED or SKIPPED, DEPLOYED, TO_BE_DEPLOYED And finally we check if all modules have a flag set to detect end of session in method allProjectsMarked But if one module not used install / deploy

Re: Install / Deploy plugins at the end

2022-10-19 Thread Tamás Cservenák
Slawek, Are you sure those issues still stand for 3.0.x of plugins? T On Wed, Oct 19, 2022, 22:07 Slawomir Jaranowski wrote: > Hi, > > I'm looking for how to resolve issues connected with the feature > installAtEnd / deployAtEnd of install and deploy plugins. > > We have a similar feature in

Re: [VOTE] Release Apache Maven EAR Plugin version 3.3.0

2022-10-19 Thread Tamás Cservenák
+1 On Tue, Oct 18, 2022, 19:38 Slawomir Jaranowski wrote: > Hi, > > We solved 18 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422=12349537 > > There are still a couple of issues left in JIRA: > >

Re: [VOTE] Release Apache Maven 4.0.0-alpha-2

2022-10-19 Thread Slawomir Jaranowski
+1 tested with some of my projects sob., 15 paź 2022 o 02:19 Guillaume Nodet napisał(a): > I've staged a release candidate at > https://repository.apache.org/content/repositories/maven-1811 > > The binaries are available at: > > >

[ANN] Apache Maven Doxia version 2.0.0-M4 released

2022-10-19 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia, version 2.0.0-M4 https://maven.apache.org/doxia/ Release Notes - Maven Doxia - Version 2.0.0-M4 ** Sub-task * [DOXIA-599] - Replace element's name attribute with id attribute * [DOXIA-668] - Remove

Install / Deploy plugins at the end

2022-10-19 Thread Slawomir Jaranowski
Hi, I'm looking for how to resolve issues connected with the feature installAtEnd / deployAtEnd of install and deploy plugins. We have a similar feature in clean plugin where it is implemented by wrapping session.getRequest().getExecutionListener() [1] Because ExecutionListener on request is not

Re: [VOTE] Release Apache Maven EAR Plugin version 3.3.0

2022-10-19 Thread Michael Osipov
Am 2022-10-18 um 19:38 schrieb Slawomir Jaranowski: Hi, We solved 18 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422=12349537 There are still a couple of issues left in JIRA:

[RESULT] [VOTE] Release Maven Doxia version 2.0.0-M4

2022-10-19 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, 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.

Re: [DISCUSS] Change maven code style

2022-10-19 Thread Guillaume Nodet
After having given that more thought, I think it would make sense to simply reuse an existing formatter. It seems people are keen to align with a more traditional code style, so I see two possibilities: * palantir java format [1], a 120 column, 4 spaces indent formatter, well supported in