Unversioned artifacts

2004-10-12 Thread Colin Hawkett
Hi, We are trying to generate artifacts without maven automatically appending the version number to the end. For example, when building an EAR file, we use a pre-existing application.xml and simply direct it to be included in the META-INF of the ear. It is not built at build-time, so to sp

Re: Unversioned artifacts

2004-10-12 Thread Nicolas . CHALUMEAU
PROTECTED]> cc : Objet : Unversioned artifacts Hi, We are trying to generate artifacts without maven automatically appending the version number to the end. For example, when building an EAR file, we use a pre-existing application.xml and simply direct it to be included in th

Re: Unversioned artifacts

2004-10-12 Thread jeff mutonho
ame to force maven to produce > artifact with name like ${maven.final.name}.ear > > Nicolas, > > > > > > "Colin Hawkett" <[EMAIL PROTECTED]> > 12/10/2004 13:08 > Veuillez répondre à "Maven Users List" > > > Pour :

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
True. I am battling with it now. Oren -Original Message- From: jeff mutonho [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 13:37 To: Maven Users List Subject: Re: Unversioned artifacts >use maven.final.name to force maven to produce artifact with name like ${maven.final.name}.

RE: Unversioned artifacts

2004-10-12 Thread jeff mutonho
ober 2004 13:37 > To: Maven Users List > Subject: Re: Unversioned artifacts > > > >use maven.final.name to force maven to produce > artifact with name like ${maven.final.name}.ear > > That seems to only fix it for the jar,ejb , war or > ear files created under th

Re: Unversioned artifacts

2004-10-12 Thread Milos Kleint
Users List Subject: Re: Unversioned artifacts use maven.final.name to force maven to produce artifact with name like ${maven.final.name}.ear That seems to only fix it for the jar,ejb , war or ear files created under the "targets" directory.The jar,war and ear created unde

RE: Unversioned artifacts

2004-10-12 Thread James . Shute
I think this is already filed as a bug - MPWAR-31 / MPARTIFACT-35 James -Original Message- From: Oren Berenson [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 13:40 To: Maven Users List Subject: RE: Unversioned artifacts True. I am battling with it now. Oren -Original Message

Re: Unversioned artifacts

2004-10-12 Thread Brett Porter
; > > -Original Message- > From: Oren Berenson [mailto:[EMAIL PROTECTED] > Sent: 12 October 2004 13:40 > To: Maven Users List > Subject: RE: Unversioned artifacts > > True. I am battling with it now. > > Oren > > -Original Message- > From: je

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
Sorry, but i don't understand how to fix it. Can you please provide some help. Thanks Oren -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 13:50 To: Maven Users List Subject: Re: Unversioned artifacts I think this is correct. Please rea

Re: Unversioned artifacts

2004-10-12 Thread Brett Porter
MAIL PROTECTED] > Sent: 12 October 2004 13:50 > To: Maven Users List > Subject: Re: Unversioned artifacts > > I think this is correct. Please read the resolution to > MPARTIFACT-35... a fix is needed in maven-ear-plugin. > > On Tue, 12 Oct 2004 13:45:35 +0100, [EMAIL PROTECTE

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
Ok, So how can i control the war name in the ear file? Instead of xxx-1.0.war in the ear i need xxx.war. Oren -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 14:13 To: Oren Berenson Cc: Maven Users List Subject: Re: Unversioned artifacts sorry

Re: Unversioned artifacts

2004-10-12 Thread Brett Porter
le? Instead of > xxx-1.0.war in the ear i need xxx.war. > > > Oren > > > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 12 October 2004 14:13 > To: Oren Berenson > Cc: Maven Users List > Subject: Re: Unversio

RE: Unversioned artifacts

2004-10-12 Thread Oren Berenson
Do i need to apply the patches of bug MPJAVA-8? If so how do i apply patches? Thanks Oren -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 12 October 2004 14:27 To: Oren Berenson Cc: Maven Users List Subject: Re: Unversioned artifacts theoretically

Re: Unversioned artifacts

2004-10-12 Thread Brett Porter
MPJAVA-8? > > If so how do i apply patches? > > Thanks > > Oren > > > > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: 12 October 2004 14:27 > To: Oren Berenson > Cc: Maven Users List > Subject: Re: Unversioned ar

RE: Unversioned artifacts

2004-10-13 Thread Oren Berenson
[mailto:[EMAIL PROTECTED] Sent: 12 October 2004 22:06 To: Oren Berenson Cc: Maven Users List Subject: Re: Unversioned artifacts If you build the war plugin from CVS (checkout maven-plugins/war maven-plugins/plugin-parent, run maven plugin:install in war directory), it has been fixed there. On Tue, 12

RE: Unversioned artifacts

2004-10-13 Thread jmutonho
Contact me off the list if you need more help.I manged to get things going with the unversioned artifact Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor th

Re: Unversioned artifacts

2004-10-13 Thread Brett Porter
Let me reiterate what I said earlier: Files in ${maven.repo.local} or remote repositories will always have versions. This is a Maven-controlled area, and Maven relies on certain things being there. On Wed, 13 Oct 2004 10:10:21 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Contact m

How to include my application.xml and unversioned artifacts

2005-07-26 Thread Bhaskar . Pathak
nstalling. 2. I've included the ibm specific file in the ear(**/META-INF/** ). These files refer to the unversioned artifacts(war, ejb, jars). However the ear has this artifatcs in their versioned form. I reckon there are two ways to solve this 1. i find a way to include my own application.

Re: How to include my application.xml and unversioned artifacts

2005-07-26 Thread Nicolas Chalumeau
2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > being new to maven i've started by creating one 'project.xml' per module > without inheritence. My project consists of one ejeb module, one web module > and two java modules. after generating all the articats individually from > command prompt i'm

Re: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Nicolas Chalumeau
Hi 2005/7/26, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > That is what i've tried to do(...among other things of course). The > relevant portion of my 'project.xml' is I think you meen project.properties... > > maven.ear.appxml.generate=false > maven.ear.appxml=${basedir}/META-INF/application

Fwd: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Nicolas Chalumeau
-- Forwarded message -- From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 27 juil. 2005 12:46 Subject: Re: How to include my application.xml and unversioned artifacts To: [EMAIL PROTECTED] Hi I think i've found the reason why my application.xml is not being included

Fwd: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Nicolas Chalumeau
on.xml and unversioned artifacts To: [EMAIL PROTECTED] Hi, This is in continuation to my last mail. If i override the 'maven.ear.src' propert in the 'project.property' file and make it ${basedir}, the build process will later on include everything that is in the basedirectory

Re: Fwd: How to include my application.xml and unversioned artifacts

2005-07-27 Thread Bhaskar . Pathak
Sorry Nicolas. Since i could not find a way mentioned on the site to mark my response such that they are picked up as part of existing thread i was sending my mails to you. I reckon the subject line is used for that. Thanks and regards Bhaskar pathak Software Engineer Xansa India Ltd. Whilst this