Hi folks,
I am currently investigating
https://issues.apache.org/jira/browse/MASSEMBLY-809
After an analysis, I came to the conclusion that Maven Common Artifact
Filters apply include filters telescopic for non-wildcard patterns.
Consider this in the assembly.xml [1]:
test.project:pro
Am 2016-06-13 um 15:47 schrieb Anders Hammar:
On Sat, Jun 11, 2016 at 5:46 PM, Michael Osipov wrote:
Am 2016-06-11 um 15:25 schrieb Anders Hammar:
Even if this (breaking) change is for v3.0.0 of the plugin, I'm missing
some clear docs about how it is supposed to work from now on. Specificall
Hi Robert,
you were to fast for me...
On 6/13/16 7:12 PM, Robert Scholte wrote:
or simply return classpathLayoutType;
??
On Mon, 13 Jun 2016 10:25:35 +0200, wrote:
+return CLASSPATH_LAYOUT_TYPE_REPOSITORY.equals(
classpathLayoutType ) ? CLASSPATH_LAYOUT_TYPE_REPOSITORY
or simply return classpathLayoutType;
??
On Mon, 13 Jun 2016 10:25:35 +0200, wrote:
+return CLASSPATH_LAYOUT_TYPE_REPOSITORY.equals(
classpathLayoutType ) ? CLASSPATH_LAYOUT_TYPE_REPOSITORY
: classpathLayoutType;
---
The plugin that was the origin of my plexus-util changes still uses
plexus-utils, but thanks for letting me know, I actually did not know that.
-Original Message-
From: Jochen Wiedmann [mailto:jochen.wiedm...@gmail.com]
Sent: Sonntag, 12. Juni 2016 20:16
To: Maven Developers List
Cc: mar
On Sat, Jun 11, 2016 at 5:46 PM, Michael Osipov wrote:
> Am 2016-06-11 um 15:25 schrieb Anders Hammar:
>
>> Even if this (breaking) change is for v3.0.0 of the plugin, I'm missing
>> some clear docs about how it is supposed to work from now on. Specifically
>> for the plugin I assume that the ide