Re: Maven Plugin and JSR330

2016-09-06 Thread Dan Tran
@Stuart, could you provide instructions on how to enable JSR 250 support? Thanks -Dan On Fri, Sep 2, 2016 at 9:22 AM, Dan Tran wrote: > here you go https://issues.apache.org/jira/browse/MNG-6084 > > Very much appreciated > > -Dan > > On Fri, Sep 2, 2016 at 8:42 AM, Stuart McCulloch > wrote:

Re: Excluding all transitive dependencies

2016-09-06 Thread Mark Derricutt
On 7 Sep 2016, at 4:16, Benson Margulies wrote: > In fact, I think I've seen it work. However, today, with Maven 3.3.9, > it seems to be having no effect with the declaration below. Can anyone > suggest a way to explain/fix/repair? That appears to work for me in 3.3.9/3.4.0-SNAPSHOT. No other de

Excluding all transitive dependencies

2016-09-06 Thread Benson Margulies
The doc describes: * * is supposed to work to exclude all transitive dependencies. In fact, I think I've seen it work. However, today, with Maven 3.3.9, it seems to be having no effect with the declaration below.