[MASSEMBLY-939] - Aggregation Handlers support

2020-08-12 Thread Robert Oxspring
Hi folks, I raised a bug and pull request for the Assembly plugin last month… is anybody able to provide review & feedback? https://github.com/apache/maven-assembly-plugin/pull/32 Thanks, Rob - To unsubscribe, e-mail: dev-unsu

Re: Maven Invoker updateOnly

2020-08-12 Thread Robert Oxspring
I’m taking no news as good news so have raised a Jira issue and a pull request along these lines: https://issues.apache.org/jira/browse/MINVOKER-268 https://github.com/apache/maven-invoker-plugin/pull/24 Feedback welcome! Thanks, Rob > On 29 Jul 2020, at 19:28, Rob Oxspring wrote: > > Hi al

Re: Does maven-filtering really require maven-shared-utils 3.3.0-SNAPSHOT?

2020-07-17 Thread Robert Oxspring
> On 17 Jul 2020, at 10:42, Dennis Lundberg wrote: > > Hi, > > I'm checking the scope of releasing maven-resources-plugin. There is > currently a transitive dependency chain like this: > - maven-resources-plugin depends upon > - maven-filtering 3.2.0-SNAPSHOT depends upon > - maven-shared-util

Re: Open Pull Requests

2020-06-01 Thread Robert Oxspring
>> Before we go to release stuff, will you need more changes maybe for >> assembly plugin? >> to make this faster and as we already did in past we can release all >> together. >> > > Great - good to know the process! > > I’d briefly forgotten this all started with the assembly plugin so will bu

Re: Open Pull Requests

2020-05-28 Thread Robert Oxspring
>> I’d really like to get these changes into a released version of the >> resources plugin so that my team can make use of them… I presume that to do >> this we’d need to: >> >> 1. Release a Maven Shared Utils 3.3.1 (unless some other changes require a >> bigger release?) >> > > will be 3.3.0

Re: Open Pull Requests

2020-05-27 Thread Robert Oxspring
ged the first one > 2 others moved as branch pr-{id} to check Jenkins build. > If no one else merged, I will finish my tomm. > cheers > Olivier > > On Tue, 26 May 2020 at 08:19, Robert Oxspring > wrote: > >> Hi folks, >> >> >> I’ve got a few open pull

Open Pull Requests

2020-05-25 Thread Robert Oxspring
Hi folks, I’ve got a few open pull requests (one approved) but without any further action in the last week… is there anything I can do to encourage next steps towards getting the changes merged? https://github.com/apache/maven-shared-utils/pull/31

Minimum Supported Java Versions

2020-05-15 Thread Robert Oxspring
Hi folks, I’ve been looking at MRESOURCES-236 (Copying of files with permissions broken) and it looks like it should be solvable using Java 7’s Files.getPosixFilePermission() and Files.setPostixFilePermission(). In particular I propose that the various copyFile() methods in maven-resources-plu

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-29 Thread Robert Oxspring
> On 29 Apr 2020, at 14:43, Tobias wrote: > > Hi, > > I just came across this issue the other day, too. A mvn install after a > mvn clean install, i.e. nothing has to be compiled, results in a jar > being created for one module which takes one minute. This is due to > filtered resources being

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-25 Thread Robert Oxspring
> On 25 Apr 2020, at 16:31, Romain Manni-Bucau wrote: > > Le sam. 25 avr. 2020 à 17:12, Robert Oxspring a > écrit : > >> >>> On 25 Apr 2020, at 15:37, Romain Manni-Bucau >> wrote: >>> >>> Hi Robert, two thoughts maybe >>&g

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-25 Thread Robert Oxspring
> On 25 Apr 2020, at 15:37, Romain Manni-Bucau wrote: > > Hi Robert, two thoughts maybe > > 1. all that work (thinking also of assembly one) should probably end up by > enriching > https://github.com/apache/maven-shared-incremental/blob/master/src/main/java/org/apache/maven/shared/incremental

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-25 Thread Robert Oxspring
chieve. > > By default all files created during maven running are write to target > directory. And in most case target directory is cleaned before new build > starting. > Usual maven is running by: > mvn clean install. > > sob., 25 kwi 2020 o 00:59 Robert Oxspring >

Re: Maven Assembly Plugin & no-op recreation

2020-04-24 Thread Robert Oxspring
> On 22 Apr 2020, at 02:42, Olivier Lamy wrote: > >> >> >> Should I be targeting my change at the assembly plugin or would it make >> more sense to try and get this deeper into plexus-archiver? Do you have any >> further advice where best to start?? >> > > Well you're hitting the real probl

Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-24 Thread Robert Oxspring
Hi all, When copying resources with filtering on, files are always overwritten even when the filters have not changed. I’d like to change this such that repeated filtering copies do not modify the destination file. I’ve prepared a change to write the filtered content to a temporary file and o

Maven Assembly Plugin & no-op recreation

2020-04-21 Thread Robert Oxspring
Hi all, I’m working on a multi module project where should-be no-op “mvn install -DskipTests” takes multiple minutes and "assembly:single" appears to be among the offenders - needlessly recreating archives when none of the inputs have been modified. I’m considering modifying the plugin to avoid