2008/12/18 Stevo Slavić <[email protected]>: > Yes, all dependency jars (and transitive ones) end up well in WEB-INF/lib. > Problem is that I need to configure to have some of the dependencies > expanded in WEB-INF/classes.
Possibly a feature request for the war plugin... until then I'd probably just use antrun to expand the jar and then delete it from WEB-INF/lib. -- Wendy
