Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE6879673 for ; Sun, 10 Mar 2013 22:08:06 +0000 (UTC) Received: (qmail 3578 invoked by uid 500); 10 Mar 2013 22:08:06 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 3496 invoked by uid 500); 10 Mar 2013 22:08:06 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 3486 invoked by uid 99); 10 Mar 2013 22:08:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Mar 2013 22:08:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of thomas.neidhart@gmail.com designates 74.125.82.52 as permitted sender) Received: from [74.125.82.52] (HELO mail-wg0-f52.google.com) (74.125.82.52) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Mar 2013 22:07:58 +0000 Received: by mail-wg0-f52.google.com with SMTP id 12so4220168wgh.31 for ; Sun, 10 Mar 2013 15:07:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=uhxW/gR0NoD5H4H4u7fUGKgbSS6lnKwslmAG82DFWZo=; b=LU1GxnTJhACLDDkc+EXk5mftJpBusSwufOJybJjl4+9ObC/TgJ1R3KwugD+5dBmBMr i6XeRqBVp5us+xjBZ+5EI3pQojjLagvq/t2vyTIkWzUZnauTa0whsp7kAlSF09QtT69T 0aGv1j90C543dAgH5TGsM/tzVsMCxe/uK+TDzZ+qjiJxt/0tac4Ys6zRBfavXeloghUV 3tNTQft89EH2qTyjj6VgmbLbmernEMC02520KnJJ3GkY9PzTgp9XmjQhkFGPcZDs8f5h k38Ngx6jkoBriT1PittxO5D0lIhDE9EcwDYdJnmIl8H3yCRV8Cwr6NvdPUyBlaQxpXsH cG4A== X-Received: by 10.181.13.175 with SMTP id ez15mr8921095wid.8.1362953258355; Sun, 10 Mar 2013 15:07:38 -0700 (PDT) Received: from [192.168.1.2] (ip-81-11-210-48.dsl.scarlet.be. [81.11.210.48]) by mx.google.com with ESMTPS id eo1sm12232817wib.8.2013.03.10.15.07.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 10 Mar 2013 15:07:37 -0700 (PDT) Message-ID: <513D0427.1090900@gmail.com> Date: Sun, 10 Mar 2013 23:07:35 +0100 From: Thomas Neidhart User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130221 Thunderbird/17.0.3 MIME-Version: 1.0 To: Commons Developers List Subject: Re: [DBUTILS] Working on a DBUtils 2.0 Release Candidate References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 03/10/2013 04:53 PM, William Speirs wrote: > As the subject implies, I'm trying to get a release candidate ready for > DBUtils 2.0. I haven't heard any feedback from the community on my changes, > so I'm going to assume everyone loves them ;-) > > A few issues I'm running into: > > 1) Clirr is trying to compare my 2.0 release with version 1.5. How do I > "reset" this? I fully expect 2.0 to be 100% incompatible with 1.5. > > 2) Checkstyle appears to be run multiple times. There are 2 Checkstyle > links on the resulting site and the first link reports all of the errors > twice. Any thoughts on how to fix this? It's currently like that, but I'd > like to fix it for this new release if possible. You can disable the aggregate report by defining your own reportSet like this: maven-checkstyle-plugin ${checkstyle.version} ... checkstyle > > 3) When I run mvn site I get an error downloading issues from JIRA: > org.apache.maven.plugin.MojoExecutionException: Failed to parse JIRA XML. > Any thoughts on this one? try updating to commons-parent version 28 (you will need it anyway for the release). This configuration from commons-math (see maven-changes-plugin configuration) works, so you may try this one (especially the fixVersionIds setting). > 4) Because this release will have different maven coordinates, do we need > to setup/change something in Nexus? I know ZERO about release libraries, so > any help here would be greatly appreciated. if the groupId is org.apache.commons it should work, otherwise you may need to create an INFRA ticket (see for example INFRA-5942). > 5) I'd really like some feedback on the redesign... do people hate it, love > it, or ambivalent? Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org