Re: Improvements to analyze goal of maven-dependency-plugin

2017-06-14 Thread jieryn
Yah, looks great! Would use it! On Wed, Jun 14, 2017 at 7:55 AM, Mark Raynsford wrote: > On 2017-06-14T11:51:46 + > Jonathan Haber wrote: >> Here an is example of the output before and after: >> >>

[GitHub] maven issue #107: Fixes to various JIRA issues.

2017-06-14 Thread ChristianSchulte
Github user ChristianSchulte commented on the issue: https://github.com/apache/maven/pull/107 You'll need to merge the resolver bugfixes as well to make the IT work, of course.

[GitHub] maven-surefire pull request #156: SUREFIRE-1382: fixing OutOfMemoryError

2017-06-14 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/maven-surefire/pull/156 SUREFIRE-1382: fixing OutOfMemoryError We experienced out of memory errors also on Apache Camel with JUnit 4. The reason is probably this infinite loop whenever the `exceptions` Queue

Improvements to analyze goal of maven-dependency-plugin

2017-06-14 Thread Jonathan Haber
I wanted to get feedback on a proposed improvement to the maven-dependency-plugin, specifically for the goals that analyze dependency usages. We have the plugin configured to fail our build if there are any used undeclared or unused declared dependencies. In the case of used undeclared, it is

Re: Improvements to analyze goal of maven-dependency-plugin

2017-06-14 Thread Mark Raynsford
On 2017-06-14T11:51:46 + Jonathan Haber wrote: > Here an is example of the output before and after: > > https://gist.github.com/jhaber/d8204829fe61569e0034250df74300fb > > Do you think this feature adds value? Any suggestions? This is wonderful! Nice work. M