diff gnv/pom.xml @ 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 fe6a64545552
children b98a6d175916
line wrap: on
line diff
--- 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