Re: DependencyTreeBuilder vs. DependencyGraphBuilder

2014-04-22 Thread Tonio Caputo
Hi, Interesting problem, I've just faced, using aether and maven 3.1, I developed a plugin for creating a special kind of 'war' file for a plugin infrastructure. I was using aether directly, I faced the problem aether was changed, so just looking into maven dependency plugin, and looking at

Re: DependencyTreeBuilder vs. DependencyGraphBuilder

2014-04-02 Thread Stefan Ferstl
I haven't had any problems so far. I was just confused by DependencyTreeBuilder's Javadoc. It says that (at least I understood it that way) the dependency graph might differ from the dependency resolution in Maven 3. The same Javadoc references an Issue (MSHARED-167) that was solved two years ago.

Re: DependencyTreeBuilder vs. DependencyGraphBuilder

2014-04-01 Thread Hervé BOUTEMY
the difference still exists, and will never be fixed: that's the reasoning behind deprecating DependencyTreeBuilder I you need additional info about version conflicts, you should use Aether API + Maven Aether Provider for Maven 3, which will give you everything But at this precise level, you

RE: DependencyTreeBuilder vs. DependencyGraphBuilder

2014-04-01 Thread Martin Gainty
Stefan A year ago..Herve says r1469697 maven-dependency-tree is fixed for M3 Is this not the case? Martin Date: Tue, 1 Apr 2014 08:29:20 +0200 Subject: DependencyTreeBuilder vs. DependencyGraphBuilder From: st.fer...@gmail.com To: users@maven.apache.org I'm using the