offline links not generated when offline
----------------------------------------

         Key: MJAVADOC-55
         URL: http://jira.codehaus.org/browse/MJAVADOC-55
     Project: Maven 2.x Javadoc Plugin
        Type: Bug

 Environment: maven 2.0.2
javadoc plugin (beta-3)
    Reporter: David DIDIER


The javadoc plugin (beta-3) in offline mode doesn't take into account the 
offlineLinks parameter.
In JavadocReport.java, line 829:

if ( !isOffline )
{
    addLinkArguments( arguments );
    addLinkofflineArguments( arguments );
    ...
}

Shouldn't addLinkofflineArguments be outside the if block ?


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to