Dependencies with scope "runtime" or "provided" are not used in the javadoc 
classpath
-------------------------------------------------------------------------------------

                 Key: MJAVADOC-106
                 URL: http://jira.codehaus.org/browse/MJAVADOC-106
             Project: Maven 2.x Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.1
            Reporter: Christophe DENEUX


Hi,

I have a class inherited from an hibernate class. So my project contains a 
dependency onto Hibernate with the default scope, and an other dependencies 
needed by Hibernate with scope=runtime and/or provided.

My javadoc plugin is configured to use the doclet Umlgraph.

At the report generation I have an error telling that classes are not found. 
These classes are contained in dependencies with scope=runtime/provided. If I 
change the scope to compile, that works fine.

After investigation in the source code, it seems to me that only dependencies 
with scope=compile are used.

Can you take into account dependencies with scope=runtime/provided, or propose 
configuration parameters to set these artifacts.

Christophe DENEUX
Capgemini Sud - France - Nice

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to