Hello,     I'm currently working on a multimodule project with a
distribution module which creates archives using the maven-assembly-plugin.
 I am including the javadocs for 2 other peer modules with the
maven-javadoc-plugin and am referencing these with the sourcepath property.
 This is working out just great, however in order for the JavaDocs to run I
must duplicate the dependencies section of one of these peer modules.  I was
wondering if there was a property available that would enable me to
reference the separate classpath scopes of this peer module much in the way
the maven-antrun-plugin does for the current project (maven.compile.classpath).
I will stick to my current approach of including the same dependencies
needed to generate javadoc, I just thought this would be a much
cleaner (and easier to maintain) approach if a property were
available...

Thanks in advance to all.
-Ryan

Reply via email to