Re: Maven Dependency Plugin

2011-09-12 Thread Kristian Rosenvold
Cool. Will take a look when you finish! Kristian Den 12. sep. 2011 kl. 23:12 skrev Ansgar Konermann : > Am 12.09.2011 22:44, schrieb Jason Pyeron: >> On my hit list are the following: > > I'd like to add: > > * make dependency:tree work with Maven 3.0 (as Benjamin pointed out, it > currently d

Re: Bug in maven-javadoc-plugin

2011-09-12 Thread Vincent Siveton
I think unifyPathSeparator method should take care of this directly Vincent 2011/9/12 Erik Lindblad : > The docletPath parameter is concatenated incorrectly (no separator > between last docletArtifact and docletPath). > > > Here's a fix: > > Index: src/main/java/org/apache/maven/plugin/javadoc/Ab

Re: Bug in maven-javadoc-plugin

2011-09-12 Thread Hervé BOUTEMY
please open a Jira issue in http://jira.codehaus.org/browse/MJAVADOC and adding a unit test or integration test would help us be sure that the improvement does really improve the plugin Regards, Hervé Le lundi 12 septembre 2011, Erik Lindblad a écrit : > The docletPath parameter is concatenate

Re: Maven Dependency Plugin

2011-09-12 Thread Ansgar Konermann
Am 12.09.2011 22:44, schrieb Jason Pyeron: > On my hit list are the following: I'd like to add: * make dependency:tree work with Maven 3.0 (as Benjamin pointed out, it currently does not, because of the way Aether works when constructing the dependency tree) Best regards Ansgar ---

Bug in maven-javadoc-plugin

2011-09-12 Thread Erik Lindblad
The docletPath parameter is concatenated incorrectly (no separator between last docletArtifact and docletPath). Here's a fix: Index: src/main/java/org/apache/maven/plugin/javadoc/AbstractJavadocMojo.java === --- src/main/java/org/ap

Maven Dependency Plugin

2011-09-12 Thread Jason Pyeron
What is the likelyhood of significant new features being accepted? On my hit list are the following: * a usable listing of all dependencies and/or plugins ** the current "list" does not list plugins ** the "resolve-plugins" does not list groupid, artifactid, etc ** might just be a "list-plugins"