changeset 44:134de54acc2f

Remove XMLBeans stuff, set filtered resources to UTF-8 to supress maven build warning. gnv/trunk@186 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 06 Oct 2009 09:37:31 +0000
parents 830f4cf0e4ab
children 54b0a352acb1
files gnv/Changelog gnv/pom.xml
diffstat 2 files changed, 7 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/gnv/Changelog	Tue Oct 06 09:23:28 2009 +0000
+++ b/gnv/Changelog	Tue Oct 06 09:37:31 2009 +0000
@@ -1,3 +1,7 @@
+2009-10-08	Sascha L. Teichmann	<sascha.teichmann@intevation.de>
+
+	* pom.xml: Remove XMLBeans stuff, set filtered resources to UTF-8
+
 2009-10-06  Tim Englich  <tim.englich@intevation.de>
 
     * src/main/webapp/index.jsp Added:
--- a/gnv/pom.xml	Tue Oct 06 09:23:28 2009 +0000
+++ b/gnv/pom.xml	Tue Oct 06 09:37:31 2009 +0000
@@ -7,6 +7,9 @@
   <version>1.0-SNAPSHOT</version>
   <name>gnv</name>
   <url>http://maven.apache.org</url>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -73,22 +76,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xmlbeans-maven-plugin</artifactId>
-        <version>2.3.0</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>xmlbeans</goal>
-            </goals>
-          </execution>
-        </executions>
-        <inherited>true</inherited>
-        <configuration>
-          <schemaDirectory>src/main/xsd</schemaDirectory>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <version>2.2</version>

http://dive4elements.wald.intevation.org