dev@glassfish.java.net

Re: who owns 'com.sun.enterprise.registration'?

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Tue, 14 Jun 2011 16:18:33 -0500

On Jun 14, 2011, at 4:02 PM, Bill Shannon wrote:

> In general, we're putting these LocalStrings.properties files in
> src/main/java instead of src/main/resources, right? It's a lot
> easier to keep them in sync with the code when they're right next
> to the code.

I thought we were MOVING such files from java to resources!

The default behavior of the maven plug-ins for building the modules, I
thought, took only .class files from the java tree and we had to
customize the pom.xml to have it also take .properties files.
Any .properties files from the resources tree would be gathered by
default.