unable to create war file by using maven2

2005-04-19 Thread NATARAJAN Sasi Kumar
I used following tag, shall I need any change on the tag?. Please let me know project model modelVersion4.0.0/modelVersion groupIdcom.mycompany.app/groupId artifactIdmy-app/artifactId packagingjar/packaging version1.0-SNAPSHOT/version build sourceDirectory

Re: unable to create war file by using maven2

2005-04-19 Thread Brett Porter
these should be two separate files, and no model/ tags inside project/ See the getting started guide for a full example. - Brett On 4/19/05, NATARAJAN Sasi Kumar [EMAIL PROTECTED] wrote: I used following tag, shall I need any change on the tag?. Please let me know project model

Re: unable to create war file by using maven2

2005-04-19 Thread Emmanuel Venisse
The web.xml file is missing. It's a required file for the war plugin. You must add it in a resource directory Emmanuel NATARAJAN Sasi Kumar said: I used following tag, shall I need any change on the tag?. Please let me know project model modelVersion4.0.0/modelVersion

RE: unable to create war file by using maven2

2005-04-19 Thread NATARAJAN Sasi Kumar
: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 4:04 PM To: Maven Users List Subject: Re: unable to create war file by using maven2 these should be two separate files, and no model/ tags inside project/ See the getting started guide for a full example. - Brett On 4/19/05

RE: unable to create war file by using maven2

2005-04-19 Thread Kenney Westerhof
Memory: 1M/2M [INFO] D:\Maven2.0\bin -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 19, 2005 4:04 PM To: Maven Users List Subject: Re: unable to create war file

Re: unable to create war file by using maven2

2005-04-19 Thread Brett Porter
Yes, Keneey is correct, this is a bug in m2-alpha-1, already filed in JIRA. - Brett On 4/19/05, Kenney Westerhof [EMAIL PROTECTED] wrote: On Tue, 19 Apr 2005, NATARAJAN Sasi Kumar wrote: You specified warNamemy-webapp/warName so m2 builds my-webapp.war. The install phase however, expects