Capabilty to add additionnal dependencies when running javadoc
--------------------------------------------------------------
Key: MJAVADOC-322
URL: https://jira.codehaus.org/browse/MJAVADOC-322
Project: Maven 2.x Javadoc Plugin
Issue Type: New Feature
Affects Versions: 2.8
Reporter: Olivier Lamy
While playing with with [doclava|http://code.google.com/p/doclava/], it looks
this doclet in some case needs some dependencies which are not provided when
running javadoc.
My use which fail : I depends on ehcache-core:2.4.2 which has provided
dependency to javax.transaction:jta:1.1 .
So I propose to be able to add additionnal dependencies as :
{code:xml}
<additionnalDependencies>
<additionnalDependency>
<groupId>geronimo-spec</groupId>
<artifactId>geronimo-spec-jta</artifactId>
<version>1.0.1B-rc4</version>
</additionnalDependency>
</additionnalDependencies>
{code}
Those dependencies will be add in -classpath of javadoc cli.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira