Hi Francois, To retrieve any files you first of all need to install them into the Maven repository in some way, and to install them into the Maven repository so they are accessible by other modules which can then retrieve them. The basic steps are: Package/Assemble, Install/Deploy, Retrieve.
- To assemble files into packages use the Maven Assembly Plugin (potentially creating a zip file of all the files you wish to distribute). - To install the files use either the Maven install or deploy plugins (depending on where you want to copy the files to install for your local repository and deploy for your remote/proxy repository) - To retrieve the packages use the Maven dependency plugin (and potentially the unpack goal). See how you get along with this and if you have more questions then please ask. Matt -----Original Message----- From: François Xavier Gendrin [mailto:[EMAIL PROTECTED] Sent: 08 January 2008 13:23 To: [email protected] Subject: import file from other modules Hi, I search into archive but I didn't found. I'm searching a way to include files (shell script, properties files, etc.) from an another module, and I didn't know how to do it. Best regards, -- François Xavier Gendrin IT Engineer [EMAIL PROTECTED] __________________________________ STORE ELECTRONIC SYSTEMS 1-7 rue Henri de France 95870 Bezons - France Tél. : + 33 1 34 34 61 61 Fax : + 33 1 34 34 61 62 www.store-electronic-systems.com www.ses-esl.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] The content of this e-mail is confidential and may be privileged. It may be read, copied and used only by the intended recipient and may not be disclosed, copied or distributed. If you received this email in error, please contact the sender immediately by return e-mail or by telephoning +44 20 7260 2000, delete it and do not disclose its contents to any person. You should take full responsibility for checking this email for viruses. Markit reserves the right to monitor all e-mail communications through its network. Markit and its affiliated companies make no warranty as to the accuracy or completeness of any information contained in this message and hereby exclude any liability of any kind for the information contained herein. Any opinions expressed in this message are those of the author and do not necessarily reflect the opinions of Markit. For full details about Markit, its offerings and legal terms and conditions, please see Markit's website at http://www.markit.com <http://www.markit.com/> . --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
