Thanks Samuel,
>> 1) How to prevent WAR plugin from putting each war's dependent JARs
into the
>> myappX.war:WEB-INF/lib ?
>
> 1 - Use the "provided" scope for all your war dependencies, see
>
http://maven.apache.org/ref/current/maven-model/maven.html#class_dependency
> and
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Scope
1) I already tried using "provided" has the dependency scope, but some
dependencies require their transitives on the compile classpath, so that
"compile" scope is required...
>> 3) How to limit execution of assembly plugin to my_project ? i.e.
prevent
>> its execution for each individual module
>
> 3 - You can use the "inherited" flag on your assembly execution, see
>
http://maven.apache.org/ref/current/maven-model/maven.html#class_execution
3) I tried to set the "inherited" element to 'false', but it seems
assembly for modules still occurs... any idea why this is the case?
Thanks
*Olivier Gies*
*Delivery Manager
Customs & Tax Software Engineering Center
Bull, Architect of an Open World ^TM
Phone: +86 (10) 65978001 - Ext 555 *
*www.bull.com <http://www.bull.com/>*
*This e-mail contains material that is confidential for the sole use of
the intended recipient. Any review, reliance or distribution by others
or forwarding without express permission is strictly prohibited. If you
are not the intended recipient, please contact the sender and delete all
copies.*
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]