dev@glassfish.java.net

Re: [action] pom.xml review

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Sun, 28 Jun 2009 20:54:25 -0500

Marina Vatkina wrote:
> Tim,
>
> src/main/resources is picked up by default - you don't need
> <resources> at all to use it.
Duh. I knew that. Or at least I used to.

With that in mind, here is the revised and improved set of diffs:

Thanks.

- Tim

Index: web/gui-plugin-common/pom.xml
===================================================================
--- web/gui-plugin-common/pom.xml (revision 28225)
+++ web/gui-plugin-common/pom.xml (working copy)
@@ -60,17 +60,6 @@
         </developer>
     </developers>
 
- <build>
- <resources>
- <resource>
- <directory>src/main/java</directory>
- <includes>
- <include>**/*.properties</include>
- <include>**/*.xml</include>
- </includes>
- </resource>
- </resources>
- </build>
     <dependencies>
         <dependency>
             <groupId>com.sun.enterprise</groupId>