Where is the correct location in the project directory tree for
properties files?

 

For instance, I am using a file I call message_en.properties that is
used to contain the i18n messages that I want to access using resource
bundles. In other words, it contains the English version of
internationalized text.

 

Currently, I'm putting them in my src/main/java directory and Eclipse is
automatically copying them into the directory with my test app server
needs them.  However, maven doesn't seem to know where to put them on
its own. 

Reply via email to