Hello everyone,
 
I'm trying to build an EAR with multiple "skinny" WARs that look to the
EAR for their common libraries.  The maven-war-plugin site has some good
examples on how to do this, but there is one use case that I need, that
apparently is not supported.  The manifest guide says:
 
"Note that no way is shown to include a dependency in WEB-INF/lib but
not the manifest classpath."
 
I don't know when this example was last updated, but does anyone know if
this has been changed?  Or if there is an easy way around it, short of
modifying the plugin code myself?  I'm using the latest snapshot
(2.0.3-SNAPSHOT).
 
Thanks,
Ryan

Reply via email to