You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andrei Selkin (JIRA)" <ji...@apache.org> on 2015/08/12 19:52:46 UTC

[jira] [Created] (MSITE-749) Maven site plugin generates sonar.html page with redirection.

Andrei Selkin created MSITE-749:
-----------------------------------

             Summary: Maven site plugin generates sonar.html page with redirection.
                 Key: MSITE-749
                 URL: https://issues.apache.org/jira/browse/MSITE-749
             Project: Maven Site Plugin
          Issue Type: Question
         Environment: maven-site-plugin, checkstyle sourceforge site
            Reporter: Andrei Selkin


Hello! We use maven-site-plugin to generate site for checkstyle's: http://checkstyle.sourceforge.net/ . The linkcheck plugin reports that the following link on sonar.html page is redirected:
http://nemo.sonarqube.org/project/index/com.puppycrawl.tools:checkstyle
to
http://nemo.sonarqube.org/dashboard/index/com.puppycrawl.tools:checkstyle

In our case sonar.html page can be reached from project-reports.html. project-reports.html is generated by maven-site-plugin CategorySummaryDocumentRenderer class:
https://github.com/apache/maven-plugins/blob/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/render/CategorySummaryDocumentRenderer.java#L150

So, is there any way to avoid redirection, because, as you can see, there are contradictions between linkcheck and maven-site-plugin.

Thank in advance!




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)