[ 
http://jira.codehaus.org/browse/MJAVADOC-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vincent Siveton closed MJAVADOC-97.
-----------------------------------

         Assignee: Vincent Siveton  (was: Kenney Westerhof)
       Resolution: Fixed
    Fix Version/s: 2.6

Fixed in [r795801|http://svn.apache.org/viewvc?rev=795801&view=rev]

I added two new parameters: detectLinks and detectOfflineLinks
Using detectlinks parameter, it *tries* to add dependencies Javadoc links, ie  
if you have

{noformat}
<dependency>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
 </dependency>
{noformat}

The added Javadoc link will be http://commons.apache.org/lang/apidocs.

Using detectOfflineLinks, all modules javadoc dirs are added as offlinelinks.

> enable internal/external dependency references as links 
> --------------------------------------------------------
>
>                 Key: MJAVADOC-97
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-97
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: New Feature
>    Affects Versions: 2.1
>            Reporter: Richard van Nieuwenhoven
>            Assignee: Vincent Siveton
>            Priority: Minor
>             Fix For: 2.6
>
>         Attachments: maven-javadoc-plugin-2.1.patch, 
> MJAVADOC-97-maven-javadoc-plugin.patch
>
>
> This patch enables the java doc plugin to autmaticaly connect the dependent 
> javadoc pages as links.
> There is no more need to add links in your pom's for internal and external 
> maven projects.
> The plugin resolves the dependencies and adds the defined project url's 
> extended with "/apidocs" to the links in the plugin.
> TODO: a warning occures when the project has no javadocs (or no maven 
> generated javadoc on its homepage) ...... 

-- 
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