Module is equivalent to an application dir with all its sub dirs and files that it needs to run. The dir can also be in tar.gz or zip or whatever other compressed/tar'd format. For example, my simpleWebapp.tar.gz for Tomcat would contain subdirs such as jsps, images, WEB-INF etc... This does not mean that a module is limited to being a webapp. It could be a standalone Java app, or even perl.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of SoftwareEngineering Hauschel Sent: Tuesday, October 24, 2006 5:05 PM To: Maven Users List Subject: Re: copying configs from dependencies How is your definition for module? 2006/10/24, Chen, Anning <[EMAIL PROTECTED]>: > If I have 2 modules A and B, and A depends on B, but B has a file > config.properties in its conf/ dir. How can I build/package A so that > config.properties will be in A also? How can I do it using > maven-assembly-plugin? > > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Mit freundlichen Grüßen Fred Robert Hauschel +49 179 6917092 --------------------------------------------------------------------- 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]
