Re: installing a war from a war based project automatically

2009-03-12 Thread Wendy Smoak
On Wed, Mar 11, 2009 at 2:06 PM, EJ Ciramella ecirame...@upromise.com wrote: Mvn assembly:directory, but I've tried mvn install and that doesn't seem to work either. I think you'll need to use one of the assembly goals that attaches the assembly to the build. I think I see what's going on now

RE: installing a war from a war based project automatically

2009-03-12 Thread EJ Ciramella
, 2009 5:06 PM To: Maven Users List Subject: RE: installing a war from a war based project automatically Mvn assembly:directory, but I've tried mvn install and that doesn't seem to work either. I think I see what's going on now - we have a custom packaging type that extends the war functionality

installing a war from a war based project automatically

2009-03-11 Thread EJ Ciramella
Is there a good way to, when building a war type project, to have the resulting war file placed in the users local repository? A friend pointed me to the build-helper-maven-plugin maintained by codehaus, but I see the primaryArtifact option to the war plugin but it doesn't seem to work.

Re: installing a war from a war based project automatically

2009-03-11 Thread Wendy Smoak
On Wed, Mar 11, 2009 at 12:48 PM, EJ Ciramella ecirame...@upromise.com wrote: Is there a good way to, when building a war type project, to have the resulting war file placed in the users local repository? Just 'mvn install' should do that. What command are you using and what's going wrong? --

RE: installing a war from a war based project automatically

2009-03-11 Thread EJ Ciramella
the jar and the custom one are installed by default. I'm looking at the plexus configuration we have right now -Original Message- From: Wendy Smoak [mailto:wsm...@gmail.com] Sent: Wednesday, March 11, 2009 4:12 PM To: Maven Users List Subject: Re: installing a war from a war based