[maven-release-plugin] prepare release hupa-parent-0.0.2

git-svn-id: https://svn.apache.org/repos/asf/james/hupa/trunk@1344210 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/client/pom.xml b/client/pom.xml
index 4a6a3fa..888afa2 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -17,13 +17,12 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.james.hupa</groupId>
         <artifactId>hupa-parent</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hupa</artifactId>
diff --git a/mock/pom.xml b/mock/pom.xml
index 28bfdcb..7aed4f2 100644
--- a/mock/pom.xml
+++ b/mock/pom.xml
@@ -17,15 +17,12 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.james.hupa</groupId>
         <artifactId>hupa-parent</artifactId>
-        <version>0.0.2-SNAPSHOT</version>
+        <version>0.0.2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hupa-mock</artifactId>
diff --git a/pom.xml b/pom.xml
index f5d144d..00c8cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,20 +17,17 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>james-project</artifactId>
         <version>1.8.1</version>
-        <relativePath></relativePath>
+        <relativePath />
     </parent>
     <groupId>org.apache.james.hupa</groupId>
     <artifactId>hupa-parent</artifactId>
-    <version>0.0.2-SNAPSHOT</version>
+    <version>0.0.2</version>
     <packaging>pom</packaging>
     <name>Apache James Hupa Parent</name>
     <description>Hupa is a GWT based Webmail</description>
@@ -44,9 +41,9 @@
         <module>client</module>
     </modules>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/james/hupa/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/hupa/trunk</developerConnection>
-        <url>http://svn.apache.org/viewvc/james/hupa/trunk/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/james/hupa/tags/hupa-parent-0.0.2</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/hupa/tags/hupa-parent-0.0.2</developerConnection>
+        <url>http://svn.apache.org/viewvc/james/hupa/tags/hupa-parent-0.0.2</url>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -61,7 +58,7 @@
     <properties>
         <gwtVersion>2.4.0</gwtVersion>
         <gwtMavenVersion>2.4.0</gwtMavenVersion>
-        <gwt.moduleSuffix></gwt.moduleSuffix>
+        <gwt.moduleSuffix />
         <gwt.logLevel>ERROR</gwt.logLevel>
         <jettyVersion>7.3.0.v20110203</jettyVersion>
         <mock.scope>test</mock.scope>
@@ -82,7 +79,7 @@
         <!-- Deliver Hupa with Demo stuff -->
         <id>demo</id>
         <properties>
-          <mock.scope></mock.scope>
+          <mock.scope />
         </properties>
       </profile>
     </profiles>
diff --git a/server/pom.xml b/server/pom.xml
index 78164fe..502f91e 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -1,139 +1,136 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-<!--

-    Licensed to the Apache Software Foundation (ASF) under one

-    or more contributor license agreements. See the NOTICE file

-    distributed with this work for additional information

-    regarding copyright ownership. The ASF licenses this file

-    to you under the Apache License, Version 2.0 (the

-    "License"); you may not use this file except in compliance

-    with the License. You may obtain a copy of the License at

-

-    http://www.apache.org/licenses/LICENSE-2.0

-

-    Unless required by applicable law or agreed to in writing,

-    software distributed under the License is distributed on an

-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

-    KIND, either express or implied. See the License for the

-    specific language governing permissions and limitations

-    under the License.

--->

-<project

-    xmlns="http://maven.apache.org/POM/4.0.0"

-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.james.hupa</groupId>

-        <artifactId>hupa-parent</artifactId>

-        <version>0.0.2-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-    <artifactId>hupa-server</artifactId>

-    <packaging>jar</packaging>

-    <name>Apache James Hupa Server</name>

-    <description>Servercode implementation to access IMAP Mailbox</description>

-    <dependencies>

-        <dependency>

-            <groupId>${project.groupId}</groupId>

-            <artifactId>hupa-mock</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>${project.groupId}</groupId>

-            <artifactId>hupa-shared</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>javax.inject</groupId>

-            <artifactId>javax.inject</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>aopalliance</groupId>

-            <artifactId>aopalliance</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>commons-logging</groupId>

-            <artifactId>commons-logging</artifactId>

-            <exclusions>

-                <exclusion>

-                    <groupId>logkit</groupId>

-                    <artifactId>logkit</artifactId>

-                </exclusion>

-                <exclusion>

-                    <groupId>javax.servlet</groupId>

-                    <artifactId>servlet-api</artifactId>

-                </exclusion>

-            </exclusions>

-        </dependency>

-        <dependency>

-            <groupId>log4j</groupId>

-            <artifactId>log4j</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>javax.mail</groupId>

-            <artifactId>mail</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>net.customware.gwt.dispatch

-        </groupId>

-            <artifactId>gwt-dispatch</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.googlecode.gwtupload</groupId>

-            <artifactId>gwtupload</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>commons-fileupload</groupId>

-            <artifactId>commons-fileupload</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>commons-io</groupId>

-            <artifactId>commons-io</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.google.code.guice</groupId>

-            <artifactId>guice</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.google.code.guice</groupId>

-            <artifactId>guice-assistedinject</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.google.code.guice</groupId>

-            <artifactId>guice-servlet</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.google.gwt</groupId>

-            <artifactId>gwt-user</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.google.gwt</groupId>

-            <artifactId>gwt-servlet</artifactId>

-            <scope>runtime</scope>

-        </dependency>

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-    <build>

-        <outputDirectory>war/WEB-INF/classes</outputDirectory>

-        <plugins>

-            <plugin>

-                <groupId>org.apache.maven.plugins</groupId>

-                <artifactId>maven-war-plugin</artifactId>

-                <configuration>

-                    <webXml>src/main/webapp/WEB-INF/web.xml</webXml>

-                    <webResources>

-                        <resource>

-                            <directory>war</directory>

-                            <excludes>

-                                <exclude>**/hupa/*</exclude>

-                            </excludes>

-                        </resource>

-                    </webResources>

-                    <warName>${project.name}</warName>

-                </configuration>

-            </plugin>

-        </plugins>

-    </build>

-</project>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.james.hupa</groupId>
+        <artifactId>hupa-parent</artifactId>
+        <version>0.0.2</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>hupa-server</artifactId>
+    <packaging>jar</packaging>
+    <name>Apache James Hupa Server</name>
+    <description>Servercode implementation to access IMAP Mailbox</description>
+    <dependencies>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>hupa-mock</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>hupa-shared</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.inject</groupId>
+            <artifactId>javax.inject</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>aopalliance</groupId>
+            <artifactId>aopalliance</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-logging</groupId>
+            <artifactId>commons-logging</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>logkit</groupId>
+                    <artifactId>logkit</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.servlet</groupId>
+                    <artifactId>servlet-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.customware.gwt.dispatch
+        </groupId>
+            <artifactId>gwt-dispatch</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.googlecode.gwtupload</groupId>
+            <artifactId>gwtupload</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-fileupload</groupId>
+            <artifactId>commons-fileupload</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>commons-io</groupId>
+            <artifactId>commons-io</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice-assistedinject</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.code.guice</groupId>
+            <artifactId>guice-servlet</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-servlet</artifactId>
+            <scope>runtime</scope>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <outputDirectory>war/WEB-INF/classes</outputDirectory>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-war-plugin</artifactId>
+                <configuration>
+                    <webXml>src/main/webapp/WEB-INF/web.xml</webXml>
+                    <webResources>
+                        <resource>
+                            <directory>war</directory>
+                            <excludes>
+                                <exclude>**/hupa/*</exclude>
+                            </excludes>
+                        </resource>
+                    </webResources>
+                    <warName>${project.name}</warName>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/shared/pom.xml b/shared/pom.xml
index 2f729ed..611631f 100644
--- a/shared/pom.xml
+++ b/shared/pom.xml
@@ -1,65 +1,62 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-<!--

-    Licensed to the Apache Software Foundation (ASF) under one

-    or more contributor license agreements. See the NOTICE file

-    distributed with this work for additional information

-    regarding copyright ownership. The ASF licenses this file

-    to you under the Apache License, Version 2.0 (the

-    "License"); you may not use this file except in compliance

-    with the License. You may obtain a copy of the License at

-

-    http://www.apache.org/licenses/LICENSE-2.0

-

-    Unless required by applicable law or agreed to in writing,

-    software distributed under the License is distributed on an

-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

-    KIND, either express or implied. See the License for the

-    specific language governing permissions and limitations

-    under the License.

--->

-<project

-    xmlns="http://maven.apache.org/POM/4.0.0"

-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.james.hupa</groupId>

-        <artifactId>hupa-parent</artifactId>

-        <version>0.0.2-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-    <artifactId>hupa-shared</artifactId>

-    <packaging>jar</packaging>

-    <name>Apache James Hupa Shared</name>

-    <description>Shared code for the client and server</description>

-    <dependencies>

-        <dependency>

-            <groupId>com.google.gwt</groupId>

-            <artifactId>gwt-user</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>net.customware.gwt.dispatch</groupId>

-            <artifactId>gwt-dispatch</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>junit</groupId>

-            <artifactId>junit</artifactId>

-            <scope>test</scope>

-        </dependency>

-    </dependencies>

-    <build>

-        <plugins>

-            <plugin>

-                <groupId>org.codehaus.mojo</groupId>

-                <artifactId>gwt-maven-plugin</artifactId>

-                <executions>

-                    <execution>

-                        <goals>

-                            <goal>resources</goal>

-                        </goals>

-                    </execution>

-                </executions>

-            </plugin>

-        </plugins>

-    </build>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.james.hupa</groupId>
+        <artifactId>hupa-parent</artifactId>
+        <version>0.0.2</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>hupa-shared</artifactId>
+    <packaging>jar</packaging>
+    <name>Apache James Hupa Shared</name>
+    <description>Shared code for the client and server</description>
+    <dependencies>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.customware.gwt.dispatch</groupId>
+            <artifactId>gwt-dispatch</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>gwt-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>resources</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
 </project>
diff --git a/widgets/pom.xml b/widgets/pom.xml
index 93de505..3df7fc2 100644
--- a/widgets/pom.xml
+++ b/widgets/pom.xml
@@ -1,66 +1,63 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>

-<!--

-    Licensed to the Apache Software Foundation (ASF) under one

-    or more contributor license agreements. See the NOTICE file

-    distributed with this work for additional information

-    regarding copyright ownership. The ASF licenses this file

-    to you under the Apache License, Version 2.0 (the

-    "License"); you may not use this file except in compliance

-    with the License. You may obtain a copy of the License at

-

-    http://www.apache.org/licenses/LICENSE-2.0

-

-    Unless required by applicable law or agreed to in writing,

-    software distributed under the License is distributed on an

-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY

-    KIND, either express or implied. See the License for the

-    specific language governing permissions and limitations

-    under the License.

--->

-<project

-    xmlns="http://maven.apache.org/POM/4.0.0"

-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

-    <modelVersion>4.0.0</modelVersion>

-    <parent>

-        <groupId>org.apache.james.hupa</groupId>

-        <artifactId>hupa-parent</artifactId>

-        <version>0.0.2-SNAPSHOT</version>

-        <relativePath>../pom.xml</relativePath>

-    </parent>

-    <artifactId>hupa-widgets</artifactId>

-    <packaging>jar</packaging>

-    <name>Apache James Hupa Widgets</name>

-    <description>Collection of reusable widgets</description>

-    <dependencies>

-        <dependency>

-            <groupId>com.google.gwt</groupId>

-            <artifactId>gwt-user</artifactId>

-        </dependency>

-        <dependency>

-            <groupId>com.google.gwt</groupId>

-            <artifactId>gwt-incubator</artifactId>

-        </dependency>

+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements. See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership. The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License. You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied. See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.james.hupa</groupId>
+        <artifactId>hupa-parent</artifactId>
+        <version>0.0.2</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <artifactId>hupa-widgets</artifactId>
+    <packaging>jar</packaging>
+    <name>Apache James Hupa Widgets</name>
+    <description>Collection of reusable widgets</description>
+    <dependencies>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-incubator</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.cobogw.gwt</groupId>
             <artifactId>cobogw</artifactId>
         </dependency>
-    </dependencies>

-    <build>

-        <resources>

-            <resource>

-                <directory>src/main/java</directory>

-                <includes>

-                    <include>**/*.java</include>

-                    <include>**/*.gwt.xml</include>

-                </includes>

-            </resource>

-            <resource>

-                <directory>src/main/resources</directory>

-                <includes>

-                    <include>**/*.*</include>

-                </includes>

-            </resource>

-        </resources>

-    </build>

+    </dependencies>
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/*.java</include>
+                    <include>**/*.gwt.xml</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*.*</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
 </project>