[ANN] Apache Maven Assembly Plugin 3.3.0 Released

2020-04-30 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 3.3.0 The Assembly Plugin for Maven enables developers to combine project output into a single distributable archive that also contains dependencies, modules, site documentation, and other file

[RESULT] [VOTE] Release Apache Maven Assembly Plugin version 3.3.0

2020-04-30 Thread Robert Scholte
Hi, The vote has passed with the following result: +1 : Robert Scholte, Hervé BOUTEMY, Karl Heinz Marbaise, Eric Lilja PMC quorum: reached I will promote the artifacts to the central repo. On 30-4-2020 20:24:29, Eric Lilja wrote: +1 non-binding Nice to see a release of this plugin! - Eric L

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

2020-04-30 Thread Eric Lilja
+1 non-binding Nice to see a release of this plugin! - Eric Lilja On Thu, Apr 30, 2020 at 8:09 PM Karl Heinz Marbaise wrote: > Hi, > > +1 from me > > > Kind regards > Karl Heinz Marbaise > On 27.04.20 20:19, Robert Scholte wrote: > > Hi, > > > > We solved 10 issues: > > > https://issues.apache

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

2020-04-30 Thread Karl Heinz Marbaise
Hi, +1 from me Kind regards Karl Heinz Marbaise On 27.04.20 20:19, Robert Scholte wrote: Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317220&version=12344774&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.o

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-30 Thread Robert Scholte
The main different is the moment you know you have to write the file. If there's zero interpolation/filtering, then there's no need to write the file. As soon as you detect interpolation/filtering you can start overwriting the original file. The challenge is probably to fit this concept in the cu

Re: source directory layout for multirelease jars

2020-04-30 Thread Robert Scholte
Hi Benjamin, You're confusing me "Sadly, you cannot just add executions to the maven compiler plugin." Why not? The design of the pom contains support of multiple executions within the same plugin "Almost no IDE supports it, ..." I think they all do. And even if they don't, they should. I consi

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-30 Thread Rob Oxspring
> On 30 Apr 2020, at 07:38, Robert Scholte wrote: > > I prefer to see an in memory solution. Well if it’s reasonable to assume that filtered files are always small then we could use replace the temporary file in my solution with an in memory buffer... but I’m not sure that’s what you’re sho