comparison gnv-artifacts/pom.xml @ 1119:7c4f81f74c47

merged gnv-artifacts
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:00 +0200
parents c01c220312d0
children
comparison
equal deleted inserted replaced
1027:fca4b5eb8d2f 1119:7c4f81f74c47
1 <?xml version="1.0"?>
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>
4 <groupId>de.intevation.bsh.artifacts</groupId>
5 <artifactId>gnv-artifacts</artifactId>
6 <packaging>jar</packaging>
7 <version>1.0-SNAPSHOT</version>
8 <name>gnv-artifacts</name>
9 <url>http://maven.apache.org</url>
10 <scm>
11 <connection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/gnv-artifacts</connection>
12 <developerConnection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/gnv-artifacts</developerConnection>
13 <url>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/gnv-artifacts</url>
14 </scm>
15 <properties>
16 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17 </properties>
18 <build>
19 <plugins>
20 <plugin>
21 <groupId>org.codehaus.mojo</groupId>
22 <artifactId>buildnumber-maven-plugin</artifactId>
23 <executions>
24 <execution>
25 <phase>validate</phase>
26 <goals>
27 <goal>create</goal>
28 </goals>
29 </execution>
30 </executions>
31 <configuration>
32 <doCheck>false</doCheck>
33 <doUpdate>false</doUpdate>
34 </configuration>
35 </plugin>
36 <plugin>
37 <groupId>org.apache.maven.plugins</groupId>
38 <artifactId>maven-eclipse-plugin</artifactId>
39 <version>2.5.1</version>
40 </plugin>
41 <plugin>
42 <groupId>org.apache.maven.plugins</groupId>
43 <artifactId>maven-compiler-plugin</artifactId>
44 <version>2.0.2</version>
45 <configuration>
46 <source>1.5</source>
47 <target>1.5</target>
48 </configuration>
49 </plugin>
50 <plugin>
51 <groupId>org.apache.maven.plugins</groupId>
52 <artifactId>maven-jar-plugin</artifactId>
53 <configuration>
54 <archive>
55 <manifest>
56 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
57 </manifest>
58 <manifestEntries>
59 <SCM-Revision>${buildNumber}</SCM-Revision>
60 </manifestEntries>
61 </archive>
62 </configuration>
63 </plugin>
64 </plugins>
65 </build>
66 <dependencies>
67 <dependency>
68 <groupId>de.intevation.bsh.artifact-database</groupId>
69 <artifactId>artifact-database</artifactId>
70 <version>1.0-SNAPSHOT</version>
71 </dependency>
72 <dependency>
73 <groupId>de.intevation.bsh.geo-backend</groupId>
74 <artifactId>geo-backend</artifactId>
75 <version>1.0-SNAPSHOT</version>
76 </dependency>
77 <dependency>
78 <groupId>junit</groupId>
79 <artifactId>junit</artifactId>
80 <version>3.8.1</version>
81 <scope>test</scope>
82 </dependency>
83 <dependency>
84 <groupId>com.esri.sde</groupId>
85 <artifactId>jsde_sdk</artifactId>
86 <version>9.3</version>
87 <scope>test</scope>
88 </dependency>
89 <dependency>
90 <groupId>com.esri.sde</groupId>
91 <artifactId>jpe_sdk</artifactId>
92 <version>9.3</version>
93 <scope>test</scope>
94 </dependency>
95 <dependency>
96 <groupId>com.esri.sde</groupId>
97 <artifactId>jpe_sdkres</artifactId>
98 <version>9.3</version>
99 <scope>test</scope>
100 </dependency>
101 <dependency>
102 <groupId>com.ibm</groupId>
103 <artifactId>icu4j</artifactId>
104 <version>3.2</version>
105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>log4j</groupId>
109 <artifactId>log4j</artifactId>
110 <version>1.2.14</version>
111 </dependency>
112 <dependency>
113 <groupId>jfree</groupId>
114 <artifactId>jfreechart</artifactId>
115 <version>1.0.13</version>
116 </dependency>
117 <dependency>
118 <groupId>org.apache.xmlgraphics</groupId>
119 <artifactId>batik-dom</artifactId>
120 <version>1.7</version>
121 </dependency>
122 <dependency>
123 <groupId>org.apache.xmlgraphics</groupId>
124 <artifactId>batik-svggen</artifactId>
125 <version>1.7</version>
126 </dependency>
127 <dependency>
128 <groupId>org.apache.velocity</groupId>
129 <artifactId>velocity</artifactId>
130 <version>1.6.1</version>
131 </dependency>
132 <dependency>
133 <groupId>com.lowagie</groupId>
134 <artifactId>itext</artifactId>
135 <version>2.1.7</version>
136 </dependency>
137 <dependency>
138 <groupId>net.sf.opencsv</groupId>
139 <artifactId>opencsv</artifactId>
140 <version>2.0</version>
141 </dependency>
142 <dependency>
143 <groupId>org.apache.commons</groupId>
144 <artifactId>commons-math</artifactId>
145 <version>2.0</version>
146 </dependency>
147 <dependency>
148 <groupId>net.sf.ehcache</groupId>
149 <artifactId>ehcache</artifactId>
150 <version>1.6.2</version>
151 </dependency>
152 <dependency>
153 <groupId>commons-validator</groupId>
154 <artifactId>commons-validator</artifactId>
155 <version>1.3.1</version>
156 </dependency>
157 <dependency>
158 <groupId>oro</groupId>
159 <artifactId>oro</artifactId>
160 <version>2.0.8</version>
161 </dependency>
162 <dependency>
163 <groupId>org.geotools</groupId>
164 <artifactId>gt-shapefile</artifactId>
165 <version>2.5.8</version>
166 </dependency>
167 <dependency>
168 <groupId>org.geotools</groupId>
169 <artifactId>gt-epsg-wkt</artifactId>
170 <version>2.5.8</version>
171 </dependency>
172 <dependency>
173 <groupId>com.vividsolutions</groupId>
174 <artifactId>jts</artifactId>
175 <version>1.9</version>
176 </dependency>
177 <dependency>
178 <groupId>trove</groupId>
179 <artifactId>trove</artifactId>
180 <version>2.1.1</version>
181 </dependency>
182 </dependencies>
183 <repositories>
184 <repository>
185 <id>gt2.repo</id>
186 <name>GeoTools2 Repository including JTS</name>
187 <url>http://download.osgeo.org/webdav/geotools</url>
188 </repository>
189 <repository>
190 <id>repository.jboss.org</id>
191 <name>JBoss Repository</name>
192 <url>http://repository.jboss.com/maven2</url>
193 </repository>
194 </repositories>
195 </project>

http://dive4elements.wald.intevation.org