On 6/22/06, Bram de Kruijff <[EMAIL PROTECTED]> wrote:
> Under  my src directory I have  2 other folders .One contains
> other subfolders with my java code(src/java/com/blah blah
> blah....) .The second subfolder (src/spring/context/blah blah
> blah...) contains some spring config files (xml) that I also
> wish to be bundled in the jar file( keeping the directory
> structure  intact).How do I specify this in my pom?

Assuming you have /src/main/java/com/blah and default jar packaging. Just
put the second directory under src/main/resources and your done. No need to
edit the pom.

grz

Nope.This an existing project that was created before adoption of
maven , hence the directory structure is different from the
/src/main/java format
:(

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

Reply via email to