You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by adingfelder <Di...@SirTrack.com> on 2007/01/26 04:38:07 UTC

how to copy mupltiple resource files

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: how to copy mupltiple resource files

Posted by Petar Tahchiev <pa...@gmail.com>.
On 26/01/07, adingfelder <Di...@sirtrack.com> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
> 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.