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 6CCD718419 for ; Thu, 13 Aug 2015 11:36:49 +0000 (UTC) Received: (qmail 67492 invoked by uid 500); 13 Aug 2015 11:36:46 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 67394 invoked by uid 500); 13 Aug 2015 11:36:46 -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 67084 invoked by uid 99); 13 Aug 2015 11:36:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 11:36:45 +0000 Date: Thu, 13 Aug 2015 11:36:45 +0000 (UTC) From: "Andrei Selkin (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SUREFIRE-1173) Link to plugin's web site is reported as redirected by maven linkcheck plugin. 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/SUREFIRE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Selkin updated SUREFIRE-1173: ------------------------------------ Description: Hello! We use maven linkcheck plugin to check links on checkstyle's website: http://checkstyle.sourceforge.net/ . The plugin reports that on page http://checkstyle.sourceforge.net/plugins.html the following link is redirected: http://maven.apache.org/surefire/maven-surefire-plugin (301 Moved Permanently) at http://maven.apache.org/components/surefire/maven-surefire-plugin/ . Links on plugins.html are generated by Apache Maven Project Info Reports Plugin. All URLs are grabbed from effective POMs of plugins. Here is the code: https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L239 https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L269 In effective POM of maven surefire plugin the problematic link is: http://maven.apache.org/surefire/maven-surefire-plugin Should be: http://maven.apache.org/components/surefire/maven-surefire-plugin/ As a result, we do not have an ability to change plugins urls on that page, because those links are specified by plugins developers. So, please correct the link, because there are contradictions between linkcheck and maven surefire plugin. Thank in advance! was: Hello! We use maven linkcheck plugin to check links on checkstyle's website: http://checkstyle.sourceforge.net/ . The plugin reports that on page http://checkstyle.sourceforge.net/plugins.html the following link is redirected: http://maven.apache.org/surefire/maven-surefire-plugin (301 Moved Permanently) at http://maven.apache.org/components/surefire/maven-surefire-plugin/ . Links on plugins.html are generated by Apache Maven Project Info Reports Plugin. All URLs are grabbed from effective POMs of plugins. Here is the code: https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L239 https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L269 In effective POM of maven surefire plugin the problematic link is: http://maven.apache.org/surefire/maven-surefire-plugin Should be: http://maven.apache.org/components/surefire/maven-surefire-plugin/ As a result, we do not have an ability to change plugins urls on that page, because those links are specified by plugins developers. So, please correct the link. Thank in advance! > Link to plugin's web site is reported as redirected by maven linkcheck plugin. > ------------------------------------------------------------------------------ > > Key: SUREFIRE-1173 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1173 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin, Maven Surefire Report Plugin > Affects Versions: 2.18.1 > Environment: checkstyle, maven linkcheck plugin > Reporter: Andrei Selkin > > Hello! > We use maven linkcheck plugin to check links on checkstyle's website: http://checkstyle.sourceforge.net/ . The plugin reports that on page http://checkstyle.sourceforge.net/plugins.html the following link is redirected: > http://maven.apache.org/surefire/maven-surefire-plugin (301 Moved Permanently) at http://maven.apache.org/components/surefire/maven-surefire-plugin/ . > Links on plugins.html are generated by Apache Maven Project Info Reports Plugin. All URLs are grabbed from effective POMs of plugins. > Here is the code: > https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L239 > https://github.com/apache/maven-plugins/blob/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/PluginsReport.java#L269 > In effective POM of maven surefire plugin the problematic link is: > http://maven.apache.org/surefire/maven-surefire-plugin > Should be: > http://maven.apache.org/components/surefire/maven-surefire-plugin/ > As a result, we do not have an ability to change plugins urls on that page, because those links are specified by plugins developers. > So, please correct the link, because there are contradictions between linkcheck and maven surefire plugin. > Thank in advance! -- This message was sent by Atlassian JIRA (v6.3.4#6332)