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 D0EC210A8B for ; Fri, 14 Jun 2013 04:00:10 +0000 (UTC) Received: (qmail 46514 invoked by uid 500); 14 Jun 2013 04:00:08 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 46305 invoked by uid 500); 14 Jun 2013 04:00:08 -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 46297 invoked by uid 99); 14 Jun 2013 04:00:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 04:00:08 +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 (athena.apache.org: domain of baerrach@gmail.com designates 209.85.212.47 as permitted sender) Received: from [209.85.212.47] (HELO mail-vb0-f47.google.com) (209.85.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Jun 2013 04:00:03 +0000 Received: by mail-vb0-f47.google.com with SMTP id x14so84344vbb.20 for ; Thu, 13 Jun 2013 20:59:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DkFHVB98+K9XNvqoykri3Un484ezg0NYUJ/QpUmjg5g=; b=rzzO+lg31868EyH1vSd5pnBL0y1A0/MHcV14louT4kkg69l6EzTBYmCQzoQMbaLI5/ wfS85OuDnJmnRLM8iIor9lhoKgevsh59IK2phFSjN+FgTfaA7/5UP0zmerT9MCWbcZV/ MhEp6sRfGNCocdP7QT0YwOkSOb8Gol1L/luUZ4PIWx1xU3QAFngv6zAJV71Dp6l0MzZW l49WIK/4drZBZm2jShqBkEZcRfiDdNpba6DKqcHh/Ef+5kVkfevE+4wifpSpT48cIE4l qF+7aQknaprNGEa8Y9cEiGyGB6EiXaDlK2pTXQWS04WdCmmd6Zyhjz/5TaZfGU73rhRL wyzA== MIME-Version: 1.0 X-Received: by 10.220.182.193 with SMTP id cd1mr222628vcb.32.1371182382181; Thu, 13 Jun 2013 20:59:42 -0700 (PDT) Received: by 10.58.196.210 with HTTP; Thu, 13 Jun 2013 20:59:42 -0700 (PDT) In-Reply-To: <1371173444429-5759284.post@n5.nabble.com> References: <1371173444429-5759284.post@n5.nabble.com> Date: Fri, 14 Jun 2013 13:29:42 +0930 Message-ID: Subject: Re: Ant Project Convert To Maven From: Barrie Treloar To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Please have a look at the freely available books at http://maven.apache.org/articles.html I'm sure one of these shows you a step by step approach for converting to Maven. Something along the lines of 1) Write a basic pom that does nothing but invoke ant 2) Start removing bits from Ant and replacing them with the Maven equivalent ... N) Done --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org