dev@glassfish.java.net

Re: [action - please review] pom change for deployment/javaee-full

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 27 Apr 2009 01:20:57 -0700

Looks fine.


Tim Quinn wrote:
> This module (deployment/javaee-full) currently has no properties files
> in src/main/java and we need to add a LocalStrings.properties. It
> should go in the resources subdir instead of the java subdir, so the
> non-default resources setting needs to be removed from the pom so the
> default resources handling will capture the new
> LocalStrings.properties file fromthe resources subdir.
>
> Thanks.
>
> - Tim
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 26628)
> +++ pom.xml (working copy)
> @@ -79,17 +79,6 @@
> </developer>
> </developers>
>
> - <build>
> - <resources>
> - <resource>
> - <directory>src/main/java</directory>
> - <includes>
> - <include>**/*.properties</include>
> - </includes>
> - </resource>
> - </resources>
> - </build>
> -
> <dependencies>
> <dependency>
> <groupId>org.glassfish</groupId>
>