DependencyTreeBuilder vs. DependencyGraphBuilder

2014-04-01 Thread Stefan Ferstl
I'm using the org.apache.maven.shared:dependency-tree library to gather dependency information on my projects. In order to get additional information about version conflicts, I prefer to use DependencyTreeBuilder instead of DependencyGraphBuilder. However, the Javadoc of DependencyTreeBuilder

Aw: database/users lost after upgrade from archiva 1.3.6 to 2.0.1

2014-04-01 Thread Michael-O
Hi, I have run into a problem when upgrading Archiva 1.3.6 to v2.0.1 Even though I retained the data/database/users directory, archiva fail to validate accounts. I have tried this a few times now and the problem is the same. It's running on tomcat-7.0.42 Starts up nicely and performs

Re: Aw: database/users lost after upgrade from archiva 1.3.6 to 2.0.1

2014-04-01 Thread ghostwolf59
sorry about that - just closely linked to both maven and archiva - good @ being sucked @ -- View this message in context: http://maven.40175.n5.nabble.com/database-users-lost-after-upgrade-from-archiva-1-3-6-to-2-0-1-tp5790266p5790270.html Sent from the Maven - Users mailing list archive

What packaging for Jira excel reports with maven?

2014-04-01 Thread Steinar Bang
I have access to a Jar-file that contains code that: - Reads an excel file containing a JQL query, the names of the fields from the JQL results to include in excel, as well as the sheets that are to be populated - Talks to Jira, using the Jira REST API, to do the query and extract the

Re: Correct way to include aggregated javadocs in subproject assembly?

2014-04-01 Thread org.apache.maven.user
Noone does this? Here's a small example that reproduces the issue: https://github.com/io7m/maven-javadoc-bug-20140401 $ mvn -C clean package The javadoc:aggregate goal runs as part of the docs project, but no javadoc is produced. M

Re: [fixed] Correct way to include aggregated javadocs in subproject assembly?

2014-04-01 Thread org.apache.maven.user
On Tue, 1 Apr 2014 19:48:14 + org.apache.maven.u...@io7m.com wrote: Noone does this? Here's a small example that reproduces the issue: https://github.com/io7m/maven-javadoc-bug-20140401 $ mvn -C clean package The javadoc:aggregate goal runs as part of the docs project

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