You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Aleksey Nesterenko (JIRA)" <ji...@codehaus.org> on 2015/02/08 22:43:17 UTC

[jira] (MJAVADOC-425) Outdated doxia's version is used in plugin

Aleksey  Nesterenko created MJAVADOC-425:
--------------------------------------------

             Summary: Outdated doxia's version is used in plugin
                 Key: MJAVADOC-425
                 URL: https://jira.codehaus.org/browse/MJAVADOC-425
             Project: Maven Javadoc Plugin
          Issue Type: Bug
    Affects Versions: 2.10.1
            Reporter: Aleksey  Nesterenko


I've faced problems while generating linkcheck report on our project.
Links are pointing to methods in javadoc generated html pages, but in final report lots of links are marked as "invalid"
Analyzing of the problem let me noticed that maven-javadoc-plugin is using doxia libs version 1.0, e.g. snippet from maven-javadoc-plugin version 2.10.1 pom:

<properties>
   ...
    <doxiaVersion>1.0</doxiaVersion>
    <doxia-sitetoolsVersion>1.0</doxia-sitetoolsVersion>
    ...
  </properties>

My problem is close to this one http://jira.codehaus.org/browse/DOXIA-397 and as you see it was fixed in doxia 1.4

Current latest doxia version is 1.6, so I think there's need of updating javadoc plugin.

Steps of reproducing my problem:

1) git clone git@github.com:checkstyle/checkstyle.git && cd checkstyle/ && git checkout checkstyle-6.3

2) mvn clean install -DskipTests -Dpmd.skip=true -Dfindbugs.skip=true -Dcobertura.skip=true

3) Open target/site/linkcheck.html

Example of my current report: http://alexkravin.github.io/linkcheck/linkcheck.html

As you can see - even "invalid" link will redirect you to proper location.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)