On 11/12/05, Stephen Duncan <[EMAIL PROTECTED]> wrote: > I believe you must do <optional>true</optional> rather than just <optional/>
Thank you! Now, what's the correct way to keep the servlet API .jar files out of my webapp? They're not optional for the dependencies that need them (Struts Core for example) but they should not come all the way through to my .war file. Is it <scope>compile</scope> or something else? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
