Re: [ANN] Apache Maven maven-dependency-tree 3.0

2015-10-12 Thread Benson Margulies
Laird,

I really can't help you with this, I was 99% just the release manager of
this thing. I recommend, however, reading the source of the
maven-dependency-plugin, which uses the new API.



On Mon, Oct 12, 2015 at 3:01 PM, Laird Nelson  wrote:

> On Sat, Oct 10, 2015 at 12:04 PM, Benson Margulies  > wrote:
>
>> The Maven team is pleased to announce the release of the Apache Maven
>> Dependency Tree, version 3.0
>>
>
> Hello, Benson; I was wondering what the proper upgrade path for usage of
> DependencyGraphBuilder#buildDependencyGraph() should be.
>
> In version 2.2, the first parameter was a MavenProject, which I'm passing
> in just fine.
>
> In version 3.0, the first parameter is now a ProjectBuildingRequest.
> Will it suffice to create one of these, call its setProject() method (and
> no other methods), and then pass in the resulting request for equivalent
> behavior?  Or is additional configuration now needed?
>
> Thanks,
> Best,
> Laird
>
> --
>
> [image: --]
>
> Laird Nelson
> [image: http://]about.me/lairdnelson
> 
>
>


[ANN] Apache Maven maven-dependency-tree 3.0

2015-10-10 Thread Benson Margulies
The Maven team is pleased to announce the release of the Apache Maven
Dependency Tree, version 3.0

A tree-based API for resolution of Maven project dependencies

http://maven.apache.org/shared/maven-dependency-tree/

You should specify the version in your project's dependency configuration:


  org.apache.maven.shared
  maven-dependency-tree
  3.0



Release Notes - Apache Maven Dependency Tree - Version 3.0

Bug
* [MSHARED-422] Change DependencyGraphBuilder method signatures

Improvement
* [MSHARED-421] Change JDK + Maven requirements
* [MSHARED-371] Increase chance of java8 compliance by updating to
plexus-component-* 1.6


Enjoy,

-The Maven team

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org