I think there's a plugin for that, but it escapes me. It isn't a very
portable solution what you are proposing. A more portable solution is to
make a new module for these files. Use assembly:single to zip them up
and deploy them to your repos. Then you can use the dependency plugin to
unpack this zip where you need it.

-----Original Message-----
From: EJ Ciramella [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 18, 2007 2:08 PM
To: Maven Users List
Subject: Copying resources

Is there a way to copy stuff outside of the project directory in?
 
Say I'm building in:
 
E:\project\somedir\pom.xml
 
and I want to copy in files as defined as a property in profiles.xml:
 
some.dir=C:\somedir
 
Is there a way I can copy some items from ${some.dir}?

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

Reply via email to