On 11-06-2003 14:27, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> I've read the "Documentation update" thread, which ended in Jan 2003.
> I'm running 1.0 b9, but apparently there is no change in the behaviour of
> the war name generation. It's still ${pom.id}.war.
> Is the patch mentioned there supposed to allow one to specify a war name
> with a version number ?
> 



I found some workaround

    <preGoal name="nightly-build">
        <property name="maven.war.final.name" value="${maven.final.name}"/>
    </preGoal>


where the goal nightly-build includes the war file generation.


m.


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

Reply via email to