Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 400 invoked from network); 21 Jun 2009 10:36:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Jun 2009 10:36:19 -0000 Received: (qmail 75301 invoked by uid 500); 21 Jun 2009 10:36:30 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 75175 invoked by uid 500); 21 Jun 2009 10:36:29 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 75165 invoked by uid 99); 21 Jun 2009 10:36:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 10:36:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Jun 2009 10:36:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B87F8234C004 for ; Sun, 21 Jun 2009 03:36:07 -0700 (PDT) Message-ID: <134636027.1245580567748.JavaMail.jira@brutus> Date: Sun, 21 Jun 2009 03:36:07 -0700 (PDT) From: "Stevo Slavic (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (DBCP-295) In project pom please replace maven artifact relative license URL with the official URL for the license In-Reply-To: <1071619034.1245578047530.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DBCP-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12722336#action_12722336 ] Stevo Slavic commented on DBCP-295: ----------------------------------- .. or even better, have the project specify org.apache:apache as parent, and remove licenses section from the project pom, so license section from parent pom gets inherited. > In project pom please replace maven artifact relative license URL with the official URL for the license > ------------------------------------------------------------------------------------------------------- > > Key: DBCP-295 > URL: https://issues.apache.org/jira/browse/DBCP-295 > Project: Commons Dbcp > Issue Type: Bug > Affects Versions: 1.2.2 > Reporter: Stevo Slavic > Priority: Trivial > > POM of the commons-dbcp 1.2.2 currently points to /LICENSE.txt while it should (by the documentation for the license url element in http://maven.apache.org/maven-v4_0_0.xsd) point to http://www.apache.org/licenses/LICENSE-2.0.txt which is the official url for the license text. This prevents maven plugins like maven jboss license plugin to download license, which instead currently prints a warning: > [WARNING] POM for dependency commons-dbcp:commons-dbcp:jar:1.2.2 has an invalid license URL: /LICENSE.txt -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.