Erik Drolshammer wrote:
Hi!

What is the difference between src/main/config and src/main/resources?

Anything you want to be included in the classpath of your application should go in src/main/resources. Other config files that are not needed at runtime by your application (eg checkstyle*.xml) should go to src/main/config.

HTH
Jorg


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

Reply via email to