You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Borut Bolcina (JIRA)" <ji...@codehaus.org> on 2008/10/08 16:04:08 UTC

[jira] Commented: (MJAVADOC-218) Ignoring links element in the configuration

    [ http://jira.codehaus.org/browse/MJAVADOC-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=150303#action_150303 ] 

Borut Bolcina commented on MJAVADOC-218:
----------------------------------------

I tried now by explicitly stating

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>2.5</version>

and it seems it works! Can somebody confirm this?

> Ignoring links element in the configuration
> -------------------------------------------
>
>                 Key: MJAVADOC-218
>                 URL: http://jira.codehaus.org/browse/MJAVADOC-218
>             Project: Maven 2.x Javadoc Plugin
>          Issue Type: Bug
>            Reporter: Borut Bolcina
>
> The links elements are ignored - here is the plugin configuration:
>     <reporting>
>         <plugins>
>             <plugin>
>                 <artifactId>maven-javadoc-plugin</artifactId>
>                 <configuration>
>                     <doclet>ydoc.doclets.YStandard</doclet>
>                     <docletPath>C:/ydoc-3.0_01-jdk1.5/lib/ydoc.jar;C:/ydoc-3.0_01-jdk1.5/resources;${build.classes.dir}</docletPath>
>                     <additionalparam>-umlautogen</additionalparam>
>                     <links>
>                         <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
>                         <link>https://maven-docs.mycompany.com/util/apidocs/</link>
>                     </links>
>                 </configuration>
>             </plugin>
> It works if configured like this:
>     <reporting>
>         <plugins>
>             <plugin>
>                 <artifactId>maven-javadoc-plugin</artifactId>
>                 <configuration>
>                     <doclet>ydoc.doclets.YStandard</doclet>
>                     <docletPath>C:/ydoc-3.0_01-jdk1.5/lib/ydoc.jar;C:/ydoc-3.0_01-jdk1.5/resources;${build.classes.dir}</docletPath>
>                     <additionalparam>-umlautogen  -link http://java.sun.com/j2se/1.5.0/docs/api/ -link https://maven-docs.mycompany.com/util/apidocs/</additionalparam>
>                 </configuration>
>             </plugin>

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