You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mauro Botelho <ma...@e-botelho.com> on 2004/03/15 11:21:34 UTC

war plugin variables unaccessible?

I'm trying to apply some filtering to my web.xml before building the 
webapp, but it seems that the variables that the war plugin use are not 
exported.

Is this possible?

When I add these lines to my maven.xml file:

  <preGoal name="war:webapp">
         <echo>
        maven war src preGoal: ${maven.war.src}
                maven src dir preGoal: ${maven.src.dir}
          </echo>
  </preGoal>


I see the following result:

    [echo]
                maven war src preGoal:
                maven src dir preGoal: 
/home/mbotelho/workspace/TVSchedule/src
          


Mauro

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