Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B9452C9D1 for ; Tue, 11 Jun 2013 16:04:42 +0000 (UTC) Received: (qmail 83504 invoked by uid 500); 11 Jun 2013 16:04:40 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 83192 invoked by uid 500); 11 Jun 2013 16:04:40 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 83183 invoked by uid 99); 11 Jun 2013 16:04:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 16:04:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of anders.g.hammar@gmail.com designates 209.85.214.182 as permitted sender) Received: from [209.85.214.182] (HELO mail-ob0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Jun 2013 16:04:36 +0000 Received: by mail-ob0-f182.google.com with SMTP id va7so12058384obc.13 for ; Tue, 11 Jun 2013 09:04:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=LioqbdkmkVprW/hFEC+Gg42Jvx6LltYCThkjyeetoQ8=; b=iwy5dKiNnJPN/tKdWVyHRbH0GR2sUOjFRNnfpMfdzgz+IN9r8Sgbi+Zs//3hJJOqsX KsT0APfi2BI3CTpJzMuCpxRrqqDgq7tvE6yr01Vs0LBUTpiYAP4gbPRSFIvfGM/SN31b 9Gz3cktALlFCiI7CBD+YASSOxSJAdKi4KZ5susWlYIpQ3BcN8KytrjF2UJT3faTCbmnN boiBsIHRm6Ict+0G0+YmZOZbAgi37G6NmN4IxpgYIGWELGPWa1XjSnintBx1zB4HF3tq 1bKpHKbTrLDWDSb2opA9ELcw9d6+o861vrf+z7WdmCMj9XBUxURNkQMIksG4A850zUcE s0BQ== MIME-Version: 1.0 X-Received: by 10.182.118.226 with SMTP id kp2mr12200747obb.48.1370966655393; Tue, 11 Jun 2013 09:04:15 -0700 (PDT) Sender: anders.g.hammar@gmail.com Received: by 10.76.171.232 with HTTP; Tue, 11 Jun 2013 09:04:15 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Jun 2013 18:04:15 +0200 X-Google-Sender-Auth: XrUb4oEwhS3BJMGKu_DVcuuOlAQ Message-ID: Subject: Re: [ANN] Mojo's Tidy Maven Plugin 1.0-alpha-1 Released From: Anders Hammar To: Maven Users List Content-Type: multipart/alternative; boundary=089e0116170e7e68f804dee30c1d X-Virus-Checked: Checked by ClamAV on apache.org --089e0116170e7e68f804dee30c1d Content-Type: text/plain; charset=ISO-8859-1 Even better, file a ticket: http://mojo.codehaus.org/tidy-maven-plugin/issue-tracking.html I also think there has been some work wrt spaces/tabs on trunk. /Anders On Tue, Jun 11, 2013 at 5:45 PM, Curtis Rueden wrote: > Hi Stephen, > > > The Mojo team is pleased to announce the release of Mojo's Tidy Maven > > Plugin version 1.0-alpha-1. > > Thanks, I think this is a good idea for a plugin! However, when I gave it a > spin on my project, it munged the leading whitespace for each major > section, replacing a single leading tab with a single leading space. Of > course, it's alpha; I'll give it a try again when there is another release. > > Regards, > Curtis > > > On Mon, Jun 10, 2013 at 3:13 PM, Stephen Connolly < > stephen.alan.connolly@gmail.com> wrote: > > > Hi, > > > > The Mojo team is pleased to announce the release of Mojo's Tidy Maven > > Plugin version 1.0-alpha-1. > > > > The Tidy Plugin is used when you want to sort the sections of a pom.xml > > into the canonical order. > > > > http://mojo.codehaus.org/tidy-maven-plugin/ > > > > To get this update, simply specify the version in your project's plugin > > configuration: > > > > > > org.codehaus.mojo > > tidy-maven-plugin > > 1.0-alpha-1 > > > > > > This is the first release of Mojo's Tidy Maven Plugin. > > > > Share and enjoy[1], > > > > The Mojo team. > > > > Stephen Connolly. > > > > [1] Or go stick your head in a pig if you have issues with the complaints > > department of the Sirius Cybernetics Corporation[2] > > > > [2] http://en.wikipedia.org/wiki/Sirius_Cybernetics_Corporation > > > --089e0116170e7e68f804dee30c1d--