You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kurt Schrader <ks...@karmalab.org> on 2003/02/27 20:59:06 UTC

RE: WAR File Name

Historically it has been unversioned to support easy deployment into
servlet containers.  If someone wants to patch it to allow it to produce a
versioned jar if a property is set then I would be glad to commit the
changes.

-Kurt

On Thu, 27 Feb 2003 EPugh@upstate.com wrote:

> This has gone back and forth.  Some people like having vesion information,
> others don't.  The cactus plugin is happiest taking a non versioned name.
> But for archiving, having version information could be nice.  Seems like it
> really ought to be a property that you could set.
>
> Eric
>
> -----Original Message-----
> From: Chan, Charles [mailto:Charles.Chan@CIBC.ca]
> Sent: Thursday, February 27, 2003 2:17 PM
> To: 'Turbine Maven Users List'
> Subject: RE: exception using velocity in maven.xml
>
>
> Hi, I am using Maven from CVS. I noticed that for the "war" plugin, the war
> filename is taken as:
>
> ${pom.artifactId}.war
>
> (so no version info in the filename)
>
> instead of:
>
> ${maven.final.name}.war
>
> Is there a reason for it? Or is it a bug?
>
> Thanks,
> Charles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: turbine-maven-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: turbine-maven-user-help@jakarta.apache.org
>