You just tell it what you want to get:

       <fileSet>
           <directory>furl-ear/target</directory>
           <outputDirectory></outputDirectory>
           <includes>
               <include>*.ear</include>
           </includes>
           <excludes>
               <exclude>xdocs/**</exclude>
           </excludes>
       </fileSet>

My ear is a sub project. If I wanted to include other things, I would just create a new fileSet

---
Thank You
Mick Knutson

Sr. Java/J2EE Consultant
BASE logic, inc.
(415) 648-1804 (S.F., CA)
http://www.BASELogic.com

Washington Mutual (WAMU) (Emeryville, California)
---




From: "Jens Zastrow" <[EMAIL PROTECTED]>
Reply-To: "Maven Users List" <[email protected]>
To: "Maven Users List" <[email protected]>
Subject: RE: How to create a distribution from a pom-pom
Date: Tue, 28 Feb 2006 16:58:20 +0100

I tried the assembly plugin before but i couldnt figure out how to
include the subprojects(modules).

-----Original Message-----
From: Du,Guo [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 28, 2006 4:18 PM
To: Maven Users List
Subject: Re: How to create a distribution from a pom-pom

You may use assembly plugin to achive this. There already has such a
question before.
http://maven.apache.org/plugins/maven-assembly-plugin/




Kind regards,

Du, Guo

----- Original Message -----
From: "Jens Zastrow" <[EMAIL PROTECTED]>
To: "Maven Users List" <[email protected]>
Sent: Tuesday, February 28, 2006 3:10 PM
Subject: How to create a distribution from a pom-pom


I have a Multimodule build.

Parent <pom>
   A <jar>
   B <jar>
   C <jar>

Is there a plugin out there to copy the A,B,C jars + their deps into to
directory/zip?

Thanks
Jens Zastrow

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





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



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




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

Reply via email to