You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Konrad <kh...@yahoo.com> on 2004/07/20 17:31:38 UTC

[.war plugin] maven.war.final.name changed in 1.0 (from 1.0-rc2)?

Hello.

Just wondering if anything changed with the .war
plugin since 1.0-rc2?  In my maven.xml file, I define
the following:

<preGoal name="java:prepare-filesystem">
  <tstamp>
    <format property="timestamp"
pattern="yyyyMMdd-HHmm"/>
  </tstamp>
  <property name="maven.war.final.name"
value="${prj.war.name}-${pom.currentVersion}-${timestamp}.war"/>
...
</preGoal>


In Maven 1.0-RC2, I would get the following as the
.war name:

   project-1.0-20040720-1029.war

However, after upgrading to Maven 1.0, the .war name
goes back to the default:

   project.war


Any ideas?

Thanks...



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org