Peter Horlock wrote:
Hi,

I am using a default maven project layout:

src/resources/images <!-- jpg files -->
src/resources/styles <!-- css files -->

This the the wrong way to go!

resources are only for non-Java files visible to the classloader.
your "web" resources should always be unter src/main/webapp!


--
<NO> OOXML - Say NO To Microsoft Office broken standard
http://www.noooxml.org

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

Reply via email to