I am trying to build a web app with maven2. the WEB-INF/lib includes all the jar (fromt the dependency list). I have tried the <excludes> tag but some how it doesn't seem to accept comma separated values (eg <excludes>WEB-INF/lib/xdoclet*.jar,WEB-INF/lib/servlet*.jar</excludes>).
It works fine if the excludes tag has only one value (eg: <excludes>WEB-INF/lib/xdoclet*.jar</excludes>) Is there something different to be done? Regards, mouli
