On 26/01/07, adingfelder <[EMAIL PROTECTED]> wrote:


I got my jar creation working using the maven-jar-plugin but I also need
to
copy some resources such as property files, dlls and readme files etc.

Is there an easy way to copy either specific files, or alternatively all
files from a secondary source file dir?
--
View this message in context:
http://www.nabble.com/how-to-copy-mupltiple-resource-files-tf3120604s177.html#a8645682
Sent from the Maven - Users mailing list archive at Nabble.com.


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

An ugly way solution is to use the maven ant plugin and to write a
build.xml that copies them.

However the best solution would be to reorganize your  source directory so
that you avoid the duplication of the reource files.


--
Regards, Petar!
Karlovo, Bulgaria.

Reply via email to