Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/pom.xml @ 121:6b9a07f758cf
Move resources to a place where maven puts them into final package.
Cleaned up changelog.
gnv-artifacts/trunk@191 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 06 Oct 2009 11:04:52 +0000 |
parents | 065ec0a29394 |
children | 1b2fc94766c9 |
comparison
equal
deleted
inserted
replaced
120:5134266f00e7 | 121:6b9a07f758cf |
---|---|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 1 <?xml version="1.0"?> |
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | 2 <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"> |
3 <modelVersion>4.0.0</modelVersion> | 3 <modelVersion>4.0.0</modelVersion> |
4 <groupId>de.intevation.bsh.artifacts</groupId> | 4 <groupId>de.intevation.bsh.artifacts</groupId> |
5 <artifactId>gnv-artifacts</artifactId> | 5 <artifactId>gnv-artifacts</artifactId> |
6 <packaging>jar</packaging> | 6 <packaging>jar</packaging> |
7 <version>1.0-SNAPSHOT</version> | 7 <version>1.0-SNAPSHOT</version> |
8 <name>gnv-artifacts</name> | 8 <name>gnv-artifacts</name> |
9 <url>http://maven.apache.org</url> | 9 <url>http://maven.apache.org</url> |
10 <build> | 10 <properties> |
11 <plugins> | 11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 <plugin> | 12 </properties> |
13 <groupId>org.apache.maven.plugins</groupId> | 13 <build> |
14 <artifactId>maven-eclipse-plugin</artifactId> | 14 <plugins> |
15 <version>2.5.1</version> | 15 <plugin> |
16 </plugin> | 16 <groupId>org.apache.maven.plugins</groupId> |
17 <plugin> | 17 <artifactId>maven-eclipse-plugin</artifactId> |
18 <groupId>org.apache.maven.plugins</groupId> | 18 <version>2.5.1</version> |
19 <artifactId>maven-compiler-plugin</artifactId> | 19 </plugin> |
20 <version>2.0.2</version> | 20 <plugin> |
21 <configuration> | 21 <groupId>org.apache.maven.plugins</groupId> |
22 <source>1.5</source> | 22 <artifactId>maven-compiler-plugin</artifactId> |
23 <target>1.5</target> | 23 <version>2.0.2</version> |
24 </configuration> | 24 <configuration> |
25 </plugin> | 25 <source>1.5</source> |
26 </plugins> | 26 <target>1.5</target> |
27 </configuration> | |
28 </plugin> | |
29 </plugins> | |
27 </build> | 30 </build> |
28 <dependencies> | 31 <dependencies> |
29 <dependency> | 32 <dependency> |
30 <groupId>de.intevation.bsh.artifact-database</groupId> | 33 <groupId>de.intevation.bsh.artifact-database</groupId> |
31 <artifactId>artifact-database</artifactId> | 34 <artifactId>artifact-database</artifactId> |
32 <version>1.0-SNAPSHOT</version> | 35 <version>1.0-SNAPSHOT</version> |
33 </dependency> | 36 </dependency> |
34 <dependency> | 37 <dependency> |
35 <groupId>de.intevation.bsh.geo-backend</groupId> | 38 <groupId>de.intevation.bsh.geo-backend</groupId> |
36 <artifactId>geo-backend</artifactId> | 39 <artifactId>geo-backend</artifactId> |
37 <version>1.0-SNAPSHOT</version> | 40 <version>1.0-SNAPSHOT</version> |
38 </dependency> | 41 </dependency> |
39 <dependency> | 42 <dependency> |
40 <groupId>junit</groupId> | 43 <groupId>junit</groupId> |
41 <artifactId>junit</artifactId> | 44 <artifactId>junit</artifactId> |
42 <version>3.8.1</version> | 45 <version>3.8.1</version> |
51 <groupId>jfree</groupId> | 54 <groupId>jfree</groupId> |
52 <artifactId>jfreechart</artifactId> | 55 <artifactId>jfreechart</artifactId> |
53 <version>1.0.7</version> | 56 <version>1.0.7</version> |
54 </dependency> | 57 </dependency> |
55 <dependency> | 58 <dependency> |
56 <groupId>net.sf.opencsv</groupId> | 59 <groupId>net.sf.opencsv</groupId> |
57 <artifactId>opencsv</artifactId> | 60 <artifactId>opencsv</artifactId> |
58 <version>2.0</version> | 61 <version>2.0</version> |
59 </dependency> | 62 </dependency> |
60 <dependency> | 63 <dependency> |
61 <groupId>commons-math</groupId> | 64 <groupId>commons-math</groupId> |
62 <artifactId>commons-math</artifactId> | 65 <artifactId>commons-math</artifactId> |
63 <version>1.1</version> | 66 <version>1.1</version> |
66 <groupId>net.sf.ehcache</groupId> | 69 <groupId>net.sf.ehcache</groupId> |
67 <artifactId>ehcache</artifactId> | 70 <artifactId>ehcache</artifactId> |
68 <version>1.6.2</version> | 71 <version>1.6.2</version> |
69 </dependency> | 72 </dependency> |
70 <dependency> | 73 <dependency> |
71 <groupId>commons-validator</groupId> | 74 <groupId>commons-validator</groupId> |
72 <artifactId>commons-validator</artifactId> | 75 <artifactId>commons-validator</artifactId> |
73 <version>1.3.1</version> | 76 <version>1.3.1</version> |
74 </dependency> | 77 </dependency> |
75 <dependency> | 78 <dependency> |
76 <groupId>oro</groupId> | 79 <groupId>oro</groupId> |
77 <artifactId>oro</artifactId> | 80 <artifactId>oro</artifactId> |
78 <version>2.0.8</version> | 81 <version>2.0.8</version> |
79 </dependency> | 82 </dependency> |
80 </dependencies> | 83 </dependencies> |
81 </project> | 84 </project> |