You've found the web.xml mapping trick, but the version number is in the 
TLDs for a reason.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Emmanuel Boudrant" <[EMAIL PROTECTED]> wrote on 14/08/2003 08:13:41 PM:

> Only because my TLDs d�clarations in my JSPs does not contain the 
> version number. 
> 
> Same thing from the TLDs provided by Struts framework binaries.
> 
> Thx,
> -emmanuel
> 
> 
> [------  En r�ponse �  [EMAIL PROTECTED]:  ------]
> 
> >>Why would you want to?
> >>--
> >>dIon Gillard, Multitask Consulting
> >>Blog:      http://blogs.codehaus.org/people/dion/
> >>
> >>
> >>"Emmanuel Boudrant" <[EMAIL PROTECTED]> wrote on
> >>14/08/2003 02:16:15 AM:
> >>
> >>> 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]
> >>> 
> >>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to