Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 63548 invoked from network); 23 Mar 2005 12:32:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Mar 2005 12:32:31 -0000 Received: (qmail 96699 invoked by uid 500); 23 Mar 2005 12:32:27 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 96653 invoked by uid 500); 23 Mar 2005 12:32:26 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 96634 invoked by uid 99); 23 Mar 2005 12:32:26 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of vincent.siveton@gmail.com designates 64.233.184.202 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.202) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 23 Mar 2005 04:32:25 -0800 Received: by wproxy.gmail.com with SMTP id 40so205007wri for ; Wed, 23 Mar 2005 04:32:23 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:in-reply-to:x-mimeole:thread-index:message-id; b=iBy8prTOMgImNrpNxPGP5/sO6eAX7g48vpKjkVKf6y5FTgcDdS7ADySTM8IGwqhjbU3zl4PJmUsH70zq14Gm7KGARmuxUCJtQnJ4bkHcaNSpQATipcWW/knFv14wtv5wXJevsbXRvapDUOym4uTLuKjRslX9pQtaO2kFul25OD8= Received: by 10.54.19.20 with SMTP id 20mr915191wrs; Wed, 23 Mar 2005 04:32:22 -0800 (PST) Received: from homer ([216.239.70.72]) by mx.gmail.com with ESMTP id 67sm1351177wra.2005.03.23.04.32.22; Wed, 23 Mar 2005 04:32:22 -0800 (PST) From: "Vincent Siveton" To: "'Maven Users List'" Subject: RE: Best approach to job Date: Wed, 23 Mar 2005 07:32:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <33179343A442684DA694959586C68A5EB3A2F3@bbcxues08.national.core.bbc.co.uk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcUvoqjzC8/A7AsdR36k0FGkRn9yqAAAMaPA Message-ID: <424161d6.1410d5a2.0f6a.ffff978f@mx.gmail.com> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > I have a simple project which produces a java stand-alone and I need to > produce the distribution zip file, and I would like to have a maven goal > to do that. > Lets have a look to the distribution plugin: http://maven.apache.org/reference/plugins/dist/ Moreover you can create in your maven.xml ant script (like u said) Regards, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org