Hello,

Say I have the following directory structure for my project:

myproject
--myresources/foo.sql (located within myproject directory)
--src/main/java/etc.

And I want to have the resulting directory structure:
myyproject
-target/executable/
--myproject.jar(located within executable directory)
--myresources/foo.sql

Is that possible? It seems the targetPath points to the classes directory.

Any clue welcome,

Julien.

Reply via email to