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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to