RE: Deploying a custom artifact to the remote repository

2005-03-15 Thread =?iso-8859-1?Q?J=F6rg_Schaible?=
> -Original Message- > From: dan tran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 15, 2005 10:54 AM > To: Maven Users List > Subject: Re: Deploying a custom artifact to the remote repository > > > Take a lookat maven-jar-plugin's plugin.jelly, it shows

Re: Deploying a custom artifact to the remote repository

2005-03-15 Thread dan tran
Take a lookat maven-jar-plugin's plugin.jelly, it shows you how to use maven-artifact-plugin tag to deploy any file type you'd like. -D On Tue, 15 Mar 2005 09:08:37 +0100, Deblauwe, Wim <[EMAIL PROTECTED]> wrote: > Hi, > > I can deploy a jar file to the remote repository fine using > jar:depl

Deploying a custom artifact to the remote repository

2005-03-15 Thread Deblauwe, Wim
Hi, I can deploy a jar file to the remote repository fine using jar:deploy-snapshot. But we also have c modules that output a dll or an exe. How can I deploy those to the remote repository? I have no problem writing some custom ant to do this: But this has "dlls" fix