Re: Bug in maven-javadoc-plugin
> 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'
Bug in maven-javadoc-plugin
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