RE: Ivy 2.0.0-rc1 PomModuleDescriptorWriter

2008-09-18 Thread Wardrip, Paul
t;[EMAIL PROTECTED]> To: Ant Developers List Sent: Thursday, September 18, 2008 10:49:40 PM Subject: Re: Ivy 2.0.0-rc1 PomModuleDescriptorWriter On Thu, Sep 18, 2008 at 10:12 PM, Wardrip, Paul <[EMAIL PROTECTED]>wrote: > In PomModuleDescriptorWriter.java would it be possible to ch

Ivy 2.0.0-rc1 PomModuleDescriptorWriter

2008-09-18 Thread Wardrip, Paul
In PomModuleDescriptorWriter.java would it be possible to change hard coded "jar" value that is written for packaging to use the artifact extension? If I publish something that isn't a jar to a maven repository, ivy expects it to be a jar when I try to use it as a dependency of another project.

RE: Ivy 2.0.0 beta2: MakePom Patch (Enhancement)

2008-03-13 Thread Wardrip, Paul
and attach your patch to it? Xavier On Wed, Mar 12, 2008 at 11:08 PM, Wardrip, Paul <[EMAIL PROTECTED]> wrote: > > > > I am working on a new build process for my company using Ivy and an > Archiva > (Maven2 based) repository. I use the Ibiblio resolver to read and SFTP &

Ivy 2.0.0 beta2: MakePom Patch (Enhancement)

2008-03-12 Thread Wardrip, Paul
I am working on a new build process for my company using Ivy and an Archiva (Maven2 based) repository. I use the Ibiblio resolver to read and SFTP to publish. SFTP is not ideal, but I read that webdav support was currently broken in Ivy 2.0. I need to deploy projects in a Maven2 format for the repo