Mercurial > dive4elements > gnv-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
43:830f4cf0e4ab | 44:134de54acc2f |
---|---|
5 <artifactId>gnv</artifactId> | 5 <artifactId>gnv</artifactId> |
6 <packaging>war</packaging> | 6 <packaging>war</packaging> |
7 <version>1.0-SNAPSHOT</version> | 7 <version>1.0-SNAPSHOT</version> |
8 <name>gnv</name> | 8 <name>gnv</name> |
9 <url>http://maven.apache.org</url> | 9 <url>http://maven.apache.org</url> |
10 <properties> | |
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
12 </properties> | |
10 <dependencies> | 13 <dependencies> |
11 <dependency> | 14 <dependency> |
12 <groupId>junit</groupId> | 15 <groupId>junit</groupId> |
13 <artifactId>junit</artifactId> | 16 <artifactId>junit</artifactId> |
14 <version>3.8.1</version> | 17 <version>3.8.1</version> |
71 </resource> | 74 </resource> |
72 </webResources> | 75 </webResources> |
73 </configuration> | 76 </configuration> |
74 </plugin> | 77 </plugin> |
75 <plugin> | 78 <plugin> |
76 <groupId>org.codehaus.mojo</groupId> | |
77 <artifactId>xmlbeans-maven-plugin</artifactId> | |
78 <version>2.3.0</version> | |
79 <executions> | |
80 <execution> | |
81 <goals> | |
82 <goal>xmlbeans</goal> | |
83 </goals> | |
84 </execution> | |
85 </executions> | |
86 <inherited>true</inherited> | |
87 <configuration> | |
88 <schemaDirectory>src/main/xsd</schemaDirectory> | |
89 </configuration> | |
90 </plugin> | |
91 <plugin> | |
92 <groupId>org.apache.maven.plugins</groupId> | 79 <groupId>org.apache.maven.plugins</groupId> |
93 <artifactId>maven-jar-plugin</artifactId> | 80 <artifactId>maven-jar-plugin</artifactId> |
94 <version>2.2</version> | 81 <version>2.2</version> |
95 <configuration> | 82 <configuration> |
96 <archive> | 83 <archive> |