Re: changing bundle goal defaults in maven-remote-resources-plugin

2021-08-12 Thread Delany
Ok nevermind, that would include all classes, meta, etc. On Thu, 12 Aug 2021 at 13:18, Delany wrote: > Hi there > > As per instructions at > https://github.com/apache/maven-remote-resources-plugin > > I have resources outside of src/main/resources directory I would like > bundled. These are

changing bundle goal defaults in maven-remote-resources-plugin

2021-08-12 Thread Delany
Hi there As per instructions at https://github.com/apache/maven-remote-resources-plugin I have resources outside of src/main/resources directory I would like bundled. These are nevertheless packaged in the project JAR. Since packaging a JAR is a prerequisite to unbundling, it seems logical to

Re: [VOTE] Release Apache Maven version 3.8.2

2021-08-12 Thread Olivier Lamy
On Thu, 12 Aug 2021 at 11:54, Olivier Lamy wrote: > No it's not that simple :) and probably doesn;t impact many plugins (btw > those plugins are using a wrong pattern :) ) > > In your mojo you have this field: > @Parameter(defaultValue = "${project}", readonly = true) > private