I actually solved my 3 questions, so I will give my solutions hereunder if anyone is also interested:

1) See this page from maven-war-plugin: http://maven.apache.org/plugins/maven-war-plugin/examples/skinny-wars.html

If config element <packagingExcludes> doesn't work, just use <warSourceExcludes> as indicated for deprecated version

2) Use <moduleSets> with following basic config:
    ...
    <moduleSet>
      <includes>
        <include>mypack:myapp1</include>
      </includes>
      <binaries>
        <includeDependencies>true</includeDependencies>
        <unpack>false</unpack>
        <useDefaultExcludes>true</useDefaultExcludes>
        <outputDirectory>lib</outputDirectory>
      </binaries>
    </moduleSet>
    ...

3) Set <inherited> element to 'false' under assembly <plugin> element

Regards,

*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]

Reply via email to