Hi,
I've got a struts application described by maven, in my dependencies I add all the
struts 1.1 TLDS. When I build the war (maven war), maven copy all the TLDs in my
webapp but it's keeping the version suffix (struts-html-1.1.tld).
How can I tell maven to remove the version suffix in my webapp structure
(WEB_INF/tld/*) ?
Here the declaration :
<dependency>
<groupId>struts</groupId>
<artifactId>struts-nested</artifactId>
<version>1.1</version>
<type>tld</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
Thx,
-emmanuel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]