Re: Do I need to separate between src/java and src/resources? (Was: How to turn filtering on with images in the resource folder?)

2005-12-06 Thread Doug Douglass
Well, you don't _need_ to have separate resource type directories, nor a separate resource directory, Maven allows you the flexibility to do either. Cheers, Doug Jochen Wiedmann wrote: Doug Douglass wrote: 1) Put you images in a separate resource directory (e.g., src/main/image) and add

Do I need to separate between src/java and src/resources? (Was: How to turn filtering on with images in the resource folder?)

2005-12-05 Thread Jochen Wiedmann
Doug Douglass wrote: 1) Put you images in a separate resource directory (e.g., src/main/image) and add another resource stanza to your POM with filteringfalse/filtering That brings me up to another question: I understand that your suggestion is easier for maintaining the POM. OTOH, I do