Re: How to put a Jar in my War

2006-04-06 Thread Piéroni Raphaël
If you take the axis archetype example you have something like this : parent-project +-- pom.xml (packaging = pom, modules= jspg-core, jspg-webapp) +-- jspg-core | +-- pom.xml (packaging = jar) +-- jspg-webapp +-- pom.xml (packaging = war, dependency = jspg-core) Do not forget to add the pa

RE: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
d , while > you have a parameter webXml (note the uppercase X) > > Hermod > > -Original Message- > From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 06, 2006 10:25 AM > To: Maven Users List > Subject: Re: How to put a Jar in my War &g

RE: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
d , while > you have a parameter webXml (note the uppercase X) > > Hermod > > -Original Message- > From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 06, 2006 10:25 AM > To: Maven Users List > Subject: Re: How to put a Jar in my War &g

Re: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
Hi Piéroni Raphaël, Thank you for responding, it might be a solution... So if I understand you correctly I don't need to change my dir structure to do this, currently we have one large project which should remain this way for now. in /pom.xml (root pom) I will use jar this will be the spg.jar A

RE: How to put a Jar in my War

2006-04-06 Thread hermod.opstvedt
Hi I noted that the error states: webxml attribute is required , while you have a parameter webXml (note the uppercase X) Hermod -Original Message- From: Piéroni Raphaël [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 10:25 AM To: Maven Users List Subject: Re: How to put a Jar

Re: How to put a Jar in my War

2006-04-06 Thread Piéroni Raphaël
Hello Raymond, Inline answer 2006/4/6, Raymond Domingo <[EMAIL PROTECTED]>: > > > > Hello Mang Jun Lau, > > Thank you for responsing, but it still isn't working :( > > Currently I have this in my pom.xml: > >maven-war-plugin > >web >

How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
Hello Mang Jun Lau, Thank you for responsing, but it still isn't working :( Currently I have this in my pom.xml: maven-war-plugin web spg web/WEB-INF/web.xml I als

Re: Re: How to put a Jar in my War

2006-04-06 Thread Raymond Domingo
Hello Mang Jun Lau, Thank you for responsing, but it still isn't working :( Currently I have this in my pom.xml: maven-war-plugin web spg web/WEB-INF/web.xml I

Re: How to put a Jar in my War

2006-04-05 Thread Mang Jun Lau
ers List" To users@maven.apache.org cc Subject How to put a Jar in my War Hello all, Can any one please explain to me how I can add my Jar file to my War file... it seems such an easy thing to do... So currently I have an assembly which create a jar file (I like this) I also ca

How to put a Jar in my War

2006-04-05 Thread Raymond Domingo
Hello all, Can any one please explain to me how I can add my Jar file to my War file... it seems such an easy thing to do... So currently I have an assembly which create a jar file (I like this) I also can create a second assembly creating a zip file (looks good) But if I change the format of t