Jamie,

according maven-war-plugin doco,

maven.war.final.name is default to ${pom.artifactId}.war

that is why maven war:war would produce, however when install
on repos, it must comform to maven filename convention.

Overide maven.war.final.name if you like


-D

On 8/23/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote:
> When I run 'maven war' on my project, blah, I get target/blah.war.
> However, when I run 'maven war:install', I get blah-1.0.war in my
> local repository.  Is this difference intentional, or is it a bug?
> --
> Jamie Bisotti
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to