Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 37076 invoked from network); 3 Nov 2004 22:33:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Nov 2004 22:33:45 -0000 Received: (qmail 90141 invoked by uid 500); 3 Nov 2004 22:33:35 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 89938 invoked by uid 500); 3 Nov 2004 22:33:33 -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 89923 invoked by uid 99); 3 Nov 2004 22:33:33 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of brett.porter@gmail.com designates 64.233.184.193 as permitted sender) Received: from [64.233.184.193] (HELO wproxy.gmail.com) (64.233.184.193) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 03 Nov 2004 14:33:32 -0800 Received: by wproxy.gmail.com with SMTP id 69so387569wri for ; Wed, 03 Nov 2004 14:33:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MmFoUibs9C5ilSMnueNOdOQo34ojvSYb06hrufLbXrEkUI6+xPCUMmIDsXV/UVF2SvLvXqXV8aY1nhmoWQPFrQOOIb9eDadyrmbIRJzMRckskl3ofXWq63V6eZNxtxLiS20b220ZFhDL44HqCV9UPLJCkrhltiO1rZ62y+b5XYY= Received: by 10.54.27.26 with SMTP id a26mr25916wra; Wed, 03 Nov 2004 14:33:30 -0800 (PST) Received: by 10.54.42.13 with HTTP; Wed, 3 Nov 2004 14:33:30 -0800 (PST) Message-ID: <9e3862d8041103143372ce79da@mail.gmail.com> Date: Thu, 4 Nov 2004 09:33:30 +1100 From: Brett Porter Reply-To: Brett Porter To: Maven Users List Subject: Re: deploy custom artifact's type In-Reply-To: <41891ED8.7040400@videotron.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <41891ED8.7040400@videotron.ca> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N you can use the tags in the artifact plugin to deploy artifacts. It only gets tricky if extension !=3D type. eg: See plugin.jelly from the JAR plugin for an example. If you need extension !=3D type, look at the dist plugin source. HTH, Brett On Wed, 03 Nov 2004 13:09:28 -0500, Eric Giguere wrote: > Hi St=E9phane >=20 > I've develop a completely new distribution plugin that I called > uber-dist. Its goal is to allow maven users to build "complex" > distributions. At work here, we build a server application based on a > commercial framework. Distribution mechanism currently in maven are not > suited for that kind of project...well...not for its deployment anyway. >=20 > The new distribution plugin works more or less like the xdoc plugin, > that is based on a registration. You project must register with the > plugin and then the plugin will call a custom goal that you write in > your project to perform all imaginable operations required to build your > distribution. >=20 > I will maybe submit this plugin through someday, to source-forge or > somewhere else but if you (or anybody that is) are interested, I can > send it directly to you and you can play with it. >=20 > Regards, > Eric. >=20 >=20 >=20 > St=E9phane Nicoll wrote: >=20 > >Hello list, > > > >We are using the listfoot compare tool to compare changed files between = two releases. Is there an easy way to deploy custom arfiacts in maven (I am= thinking about the CSV file generated by listfoot). > > > >Typically, I would have a dependency on the previously CSV file to compa= re it with the current one. Is there something about this in the deploy/art= ifact plugin? > > > >Thanks, > > > >St=E9phane > > > >St=E9phane Nicoll > >Business Solutions Builders > >Place de l'Universit=E9 25/10 > >B-1348 Louvain-La-Neuve > > > > > > > > >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org