Setting project.version in web.xml

2007-07-02 Thread ben short

Hi,

It is possible to get maven to insert the project name and version
from my pom to my web.xml display-name element?

Regards

Ben Short

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



Re: Setting project.version in web.xml

2007-07-02 Thread Tim Kettler

Hi,

resource filtering is the way to go. Have a look at the 'How do I filter 
resource files' section of the 'Getting Started Guide'[1]. After you 
have set this up point the war plugin's webXml/ property to the 
filtered web.xml.


-Tim

[1] http://maven.apache.org/guides/getting-started/

ben short schrieb:

Hi,

It is possible to get maven to insert the project name and version
from my pom to my web.xml display-name element?

Regards

Ben Short

-
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]