RE: Is with maven-war-plugin? Works with JAR but not with WAR.

2006-05-12 Thread Shaun Barriball
7; Subject: RE: Is with maven-war-plugin? Works with JAR but not with WAR. Hi all, I've proven now that works with Jars packaging but foes NOT with WAR packaging: I can see that when using the following config the WAR plugin is configured with the warName and outputDirectory but NOT the class

RE: Is with maven-war-plugin? Works with JAR but not with WAR.

2006-05-12 Thread Shaun Barriball
p\target\my-webapp-1.0-SNAPSHOT All help appreciated. Regards, Shaun. -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: 09 May 2006 15:34 To: Maven Users List Subject: Re: Is with maven-war-plugin? Classifier goes in the top of your XML file, next to artifactId and groupI

Re: Is with maven-war-plugin?

2006-05-09 Thread Wayne Fay
Classifier goes in the top of your XML file, next to artifactId and groupId, not down in the war plugin configuration. At least, that's where I've put it when I've used it on some Jar files. Give that a try. Wayne On 5/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > The feature appea

Is with maven-war-plugin?

2006-05-09 Thread sbarriba
Hi, The feature appears not to be supported by the WAR plugin. Has anyone got this working? I always see an installed artifact of the form: [finalname]-[version].war I'm expecting to see: [finalname]-[version][classifier].war My pom.xml contains the following: