From commits-return-539-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Tue Sep 25 04:45:14 2012 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7C21FDB80 for ; Tue, 25 Sep 2012 04:45:14 +0000 (UTC) Received: (qmail 64699 invoked by uid 500); 25 Sep 2012 04:45:13 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 63277 invoked by uid 500); 25 Sep 2012 04:45:10 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 62816 invoked by uid 500); 25 Sep 2012 04:45:09 -0000 Delivered-To: apmail-incubator-sis-commits@incubator.apache.org Received: (qmail 62755 invoked by uid 99); 25 Sep 2012 04:45:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Sep 2012 04:45:07 +0000 Date: Tue, 25 Sep 2012 15:45:07 +1100 (NCT) From: "Martin Desruisseaux (JIRA)" To: sis-commits@incubator.apache.org Message-ID: <175126861.120513.1348548307869.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (SIS-65) Remove the version number overwriting of maven-project-info-reports-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Martin Desruisseaux created SIS-65: -------------------------------------- Summary: Remove the version number overwriting of maven-projec= t-info-reports-plugin Key: SIS-65 URL: https://issues.apache.org/jira/browse/SIS-65 Project: Spatial Information Systems Issue Type: Task Components: Build process Reporter: Martin Desruisseaux Priority: Trivial The root {{pom.xml}}=C2=A0contains the following element in the {{}} section: {code:xml} org.apache.maven.plugins maven-project-info-reports-plugin 2.5.1 {code} This has been made necessary because the parent Apache pom (currently in ve= rsion 11) declares version 2.5 for the above plugin, and that plugin has a = {{NullPointerException}} bug while generating the Maven reports for the {{s= is-build-helper}} module. This issue has been fixed in 2.5.1 ([MPIR-248|htt= p://jira.codehaus.org/browse/MPIR-248]). We should remove this hack after t= he next upgrade of Apache parent pom, if the new parent declare version 2.5= .1 or above for the {{maven-project-info-reports-plugin}}. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira