Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B7DE183D6 for ; Wed, 12 Aug 2015 18:36:51 +0000 (UTC) Received: (qmail 21845 invoked by uid 500); 12 Aug 2015 18:36:45 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 21775 invoked by uid 500); 12 Aug 2015 18:36:45 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 21760 invoked by uid 99); 12 Aug 2015 18:36:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 18:36:45 +0000 Date: Wed, 12 Aug 2015 18:36:45 +0000 (UTC) From: "Andrei Selkin (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (MPIR-331) Links on plugins.html and plugin-management.html are redirected MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MPIR-331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Selkin updated MPIR-331: ------------------------------- Description: Hello! We use maven-linkcheck-plugin to generate report for checkstyle's sourceforge site: http://checkstyle.sourceforge.net/ . The linkcheck plugin reports that the following links are redirected: on plugin-management.html http://maven.apache.org/plugins/maven-release-plugin/ on plugins.html http://maven.apache.org/enforcer/maven-enforcer-plugin: 301 Moved Permanently http://maven.apache.org/surefire/maven-failsafe-plugin: 301 Moved Permanently http://maven.apache.org/surefire/maven-surefire-plugin: 301 Moved Permanently http://maven.apache.org/surefire/maven-surefire-report-plugin: 301 Moved Permanently http://mojo.codehaus.org/antlr-maven-plugin: 302 Found http://mojo.codehaus.org/build-helper-maven-plugin: 302 Found http://mojo.codehaus.org/cobertura-maven-plugin/: 302 Found http://mojo.codehaus.org/jdepend-maven-plugin: 302 Found http://mojo.codehaus.org/taglist-maven-plugin: 302 Found http://mojo.codehaus.org/xml-maven-plugin: 302 Found and the following link on plugins.html are not found: http://www.antlr.org/antlr4-maven-plugin: 404 Not Found maven-project-info-reports-plugin uses urls from effective pom.xml to generate those links. For example, for antlr-maven-plugin url from effective pom.xml is: http://mojo.codehaus.org/antlr-maven-plugin. To grab the link from effective pom.xml, maven-project-info-reports-plugin uses PluginsReport class: https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L239 and PluginManagementReport class: https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginManagementReport.java#L230 Redirect tracers report that http://mojo.codehaus.org/antlr-maven-plugi is redirected to http://www.mojohaus.org. Redirect tracers: http://www.wheregoes.com/retracer.php http://www.internetofficer.com/seo-tool/redirect-check/ http://redirectdetective.com/ So, from my point of view, there should be another way to generate links to plugins sites on plugins.html and plugin-management.html or a way to set links manually should be allowed, because, as you can see, there are contradictions between linkcheck and maven-project-info-reports-plugin. Thank in advance! was: Hello! We use maven-linkcheck-plugin to generate report for checkstyle's sourceforge site: http://checkstyle.sourceforge.net/ . The linkcheck plugin reports that the following links are redirected: on plugin-management.html http://maven.apache.org/plugins/maven-release-plugin/ on plugins.html http://maven.apache.org/enforcer/maven-enforcer-plugin: 301 Moved Permanently http://maven.apache.org/surefire/maven-failsafe-plugin: 301 Moved Permanently http://maven.apache.org/surefire/maven-surefire-plugin: 301 Moved Permanently http://maven.apache.org/surefire/maven-surefire-report-plugin: 301 Moved Permanently http://mojo.codehaus.org/antlr-maven-plugin: 302 Found http://mojo.codehaus.org/build-helper-maven-plugin: 302 Found http://mojo.codehaus.org/cobertura-maven-plugin/: 302 Found http://mojo.codehaus.org/jdepend-maven-plugin: 302 Found http://mojo.codehaus.org/taglist-maven-plugin: 302 Found http://mojo.codehaus.org/xml-maven-plugin: 302 Found and the following link on plugins.html are not found: http://www.antlr.org/antlr4-maven-plugin: 404 Not Found maven-project-info-reports-plugin uses urls from effective pom.xml to generate those links. For example, for antlr-maven-plugin url from effective pom.xml is: http://mojo.codehaus.org/antlr-maven-plugin. To grab the link from effective pom.xml, maven-project-info-reports-plugin uses PluginsReport class: https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L239 and PluginManagementReport class: https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginManagementReport.java#L230 Redirect tracers report that http://mojo.codehaus.org/antlr-maven-plugi is redirected to http://www.mojohaus.org. Redirect tracers: http://www.wheregoes.com/retracer.php http://www.internetofficer.com/seo-tool/redirect-check/ http://redirectdetective.com/ So, from my point of view there should be another way to generate links to plugins sites on plugins.html and plugin-management.html or a way to set links manually should be allowed, because, as you can see, there are contradictions between linkcheck and maven-project-info-reports-plugin. Thank in advance! > Links on plugins.html and plugin-management.html are redirected > --------------------------------------------------------------- > > Key: MPIR-331 > URL: https://issues.apache.org/jira/browse/MPIR-331 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Affects Versions: 2.8 > Environment: maven-project-info-reports-plugin, maven-linkcheck-plugin, checkstyle > Reporter: Andrei Selkin > > Hello! We use maven-linkcheck-plugin to generate report for checkstyle's sourceforge site: http://checkstyle.sourceforge.net/ . The linkcheck plugin reports that the following links are redirected: > on plugin-management.html > http://maven.apache.org/plugins/maven-release-plugin/ > on plugins.html > http://maven.apache.org/enforcer/maven-enforcer-plugin: 301 Moved Permanently > http://maven.apache.org/surefire/maven-failsafe-plugin: 301 Moved Permanently > http://maven.apache.org/surefire/maven-surefire-plugin: 301 Moved Permanently > http://maven.apache.org/surefire/maven-surefire-report-plugin: 301 Moved Permanently > http://mojo.codehaus.org/antlr-maven-plugin: 302 Found > http://mojo.codehaus.org/build-helper-maven-plugin: 302 Found > http://mojo.codehaus.org/cobertura-maven-plugin/: 302 Found > http://mojo.codehaus.org/jdepend-maven-plugin: 302 Found > http://mojo.codehaus.org/taglist-maven-plugin: 302 Found > http://mojo.codehaus.org/xml-maven-plugin: 302 Found > and the following link on plugins.html are not found: > http://www.antlr.org/antlr4-maven-plugin: 404 Not Found > maven-project-info-reports-plugin uses urls from effective pom.xml to generate those links. > For example, for antlr-maven-plugin url from effective pom.xml is: > http://mojo.codehaus.org/antlr-maven-plugin. > To grab the link from effective pom.xml, maven-project-info-reports-plugin uses PluginsReport class: > https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L239 > and PluginManagementReport class: > https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginManagementReport.java#L230 > Redirect tracers report that http://mojo.codehaus.org/antlr-maven-plugi is redirected to http://www.mojohaus.org. > Redirect tracers: > http://www.wheregoes.com/retracer.php > http://www.internetofficer.com/seo-tool/redirect-check/ > http://redirectdetective.com/ > So, from my point of view, there should be another way to generate links to plugins sites on plugins.html and plugin-management.html or a way to set links manually should be allowed, because, as you can see, there are contradictions between linkcheck and maven-project-info-reports-plugin. > Thank in advance! -- This message was sent by Atlassian JIRA (v6.3.4#6332)