You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jorg Heymans <jh...@apache.org> on 2006/11/01 11:47:25 UTC

Re: src/main/config

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org