Hello,

in der Maven documentation is an article about a workaround for creating skinny 
wars. http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html

In this approach, all libs in WEB-INF/lib are exluded by applying following 
pattern configuration: <warSourceExcludes>WEB-INF/lib/*.jar</warSourceExcludes>

Is it possible to exclude only certain libraries? Respectively, can I configure 
the war plugin in way that I it keeps the web specific dependencies, e.g. 
Struts libraries, in the web application and shares only the utility libraries 
in the EAR classloader?

Thanks

Kuno


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to