/[schmitzm]/trunk/pom.xml
ViewVC logotype

Contents of /trunk/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1241 - (show annotations)
Fri Nov 5 13:03:41 2010 UTC (14 years, 3 months ago) by alfonx
File MIME type: text/xml
File size: 12087 byte(s)
2.4-SNAPSHOT
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>de.schmitzm</groupId>
6 <artifactId>schmitzm-library</artifactId>
7 <name>schmitzm-library</name>
8 <version>2.4-SNAPSHOT</version>
9 <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
10
11 <issueManagement>
12 <system>gforge</system>
13 <url>http://wald.intevation.org/tracker/?group_id=47</url>
14 </issueManagement>
15
16 <licenses>
17 <license>
18 <name>Lesser General Public License (LGPL)</name>
19 <url>http://www.gnu.org/copyleft/lgpl.txt</url>
20 </license>
21 </licenses>
22
23 <properties>
24 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25 <geotools.version>2.6.5</geotools.version>
26 </properties>
27
28 <developers>
29 <developer>
30 <id>mschmitz</id>
31 <name>Martin Schmitz</name>
32 <timezone>GMT+1</timezone>
33 <roles>
34 <role>Developer</role>
35 </roles>
36 </developer>
37 <developer>
38 <id>alfonx</id>
39 <name>Stefan A. Tzeggai</name>
40 <email>[email protected]</email>
41 <url>http://www.wikisquare.de</url>
42 <organization>Wikisquare.de</organization>
43 <organizationUrl>http://www.wikisquare.de</organizationUrl>
44 <timezone>GMT+1</timezone>
45 <roles>
46 <role>Developer</role>
47 <role>Maven package maintainer</role>
48 </roles>
49 </developer>
50 </developers>
51
52 <scm>
53 <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
54 <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
55 <developerConnection>svn+ssh://developername@svn.wald.intevation.org/schmitzm/trunk</developerConnection>
56 </scm>
57
58 <organization>
59 <url>http://www.wikisquare.de</url>
60 </organization>
61
62
63 <dependencies>
64
65 <dependency>
66 <groupId>org.geotools</groupId>
67 <artifactId>gt-render</artifactId>
68 <version>${geotools.version}</version>
69 <type>jar</type>
70 <scope>compile</scope>
71 </dependency>
72
73 <dependency>
74 <groupId>org.geotools.xsd</groupId>
75 <artifactId>gt-xsd-sld</artifactId>
76 <version>${geotools.version}</version>
77 <type>jar</type>
78 <scope>compile</scope>
79 </dependency>
80
81 <dependency>
82 <groupId>org.geotools</groupId>
83 <artifactId>gt-shapefile-renderer</artifactId>
84 <version>${geotools.version}</version>
85 <type>jar</type>
86 <scope>compile</scope>
87 </dependency>
88
89 <dependency>
90 <groupId>org.geotools</groupId>
91 <artifactId>gt-legacy</artifactId>
92 <version>${geotools.version}</version>
93 <type>jar</type>
94 <scope>compile</scope>
95 </dependency>
96
97 <dependency>
98 <groupId>org.geotools</groupId>
99 <artifactId>gt-brewer</artifactId>
100 <version>${geotools.version}</version>
101 <type>jar</type>
102 <scope>compile</scope>
103 </dependency>
104
105 <dependency>
106 <groupId>org.geotools</groupId>
107 <artifactId>gt-image</artifactId>
108 <version>${geotools.version}</version>
109 <type>jar</type>
110 <scope>compile</scope>
111 </dependency>
112
113 <dependency>
114 <groupId>org.geotools</groupId>
115 <artifactId>gt-coverage</artifactId>
116 <version>${geotools.version}</version>
117 <type>jar</type>
118 <scope>compile</scope>
119 </dependency>
120
121 <dependency>
122 <groupId>org.geotools</groupId>
123 <artifactId>gt-geotiff</artifactId>
124 <version>${geotools.version}</version>
125 <type>jar</type>
126 <scope>compile</scope>
127 </dependency>
128
129 <dependency>
130 <groupId>org.geotools</groupId>
131 <artifactId>gt-wfs</artifactId>
132 <version>${geotools.version}</version>
133 <type>jar</type>
134 </dependency>
135
136 <dependency>
137 <groupId>org.geotools</groupId>
138 <artifactId>gt-swing</artifactId>
139 <version>${geotools.version}</version>
140 <type>jar</type>
141 <scope>compile</scope>
142 </dependency>
143
144 <dependency>
145 <groupId>javax.mail</groupId>
146 <artifactId>mail</artifactId>
147 <version>1.4.1</version>
148 <type>jar</type>
149 <scope>compile</scope>
150 </dependency>
151
152 <dependency>
153 <groupId>jfree</groupId>
154 <artifactId>jfreechart</artifactId>
155 <version>1.0.13</version>
156 <scope>compile</scope>
157 </dependency>
158
159 <dependency>
160 <groupId>org.geotools</groupId>
161 <artifactId>gt-main</artifactId>
162 <version>${geotools.version}</version>
163 <type>jar</type>
164 <scope>compile</scope>
165 </dependency>
166
167 <dependency>
168 <groupId>org.geotools</groupId>
169 <artifactId>gt-arcgrid</artifactId>
170 <version>${geotools.version}</version>
171 <type>jar</type>
172 <scope>compile</scope>
173 </dependency>
174
175 <dependency>
176 <groupId>org.slf4j</groupId>
177 <artifactId>slf4j-log4j12</artifactId>
178 <version>1.5.11</version>
179 <type>jar</type>
180 <scope>compile</scope>
181 </dependency>
182
183 <dependency>
184 <!-- Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. downgraded
185 to 1.2.14 http://jira.codehaus.org/browse/MEV-649 -->
186 <groupId>log4j</groupId>
187 <artifactId>log4j</artifactId>
188 <version>1.2.14</version>
189 </dependency>
190
191 <dependency>
192 <groupId>junit</groupId>
193 <artifactId>junit</artifactId>
194 <version>4.8.1</version>
195 <type>jar</type>
196 <scope>compile</scope>
197 </dependency>
198
199 <dependency>
200 <groupId>colt</groupId>
201 <artifactId>colt</artifactId>
202 <version>1.2.0</version>
203 <type>jar</type>
204 <scope>compile</scope>
205 </dependency>
206
207 <dependency>
208 <groupId>javax.media</groupId>
209 <artifactId>jai_core</artifactId>
210 <version>1.1.3</version>
211 <type>jar</type>
212 <scope>compile</scope>
213 </dependency>
214
215 <dependency>
216 <groupId>commons-io</groupId>
217 <artifactId>commons-io</artifactId>
218 <version>1.4</version>
219 <type>jar</type>
220 <scope>compile</scope>
221 </dependency>
222
223 <dependency>
224 <groupId>net.jini</groupId>
225 <artifactId>jini-ext</artifactId>
226 <version>2.1</version>
227 <type>jar</type>
228 <scope>compile</scope>
229 </dependency>
230
231 <dependency>
232 <groupId>com.miglayout</groupId>
233 <artifactId>miglayout</artifactId>
234 <version>3.7.3</version>
235 </dependency>
236
237 <dependency>
238 <groupId>org.jdom</groupId>
239 <artifactId>jdom</artifactId>
240 <version>1.1</version>
241 </dependency>
242
243 <dependency>
244 <groupId>jfree</groupId>
245 <artifactId>jcommon</artifactId>
246 <version>1.0.15</version>
247 <type>jar</type>
248 <scope>compile</scope>
249 </dependency>
250
251 <dependency>
252 <!-- Fuer Sonderzeichenbehandlung -->
253 <groupId>ant-contrib</groupId>
254 <artifactId>ant-contrib</artifactId>
255 <version>1.0b3</version>
256 <type>jar</type>
257 <scope>provided</scope>
258 </dependency>
259
260 <dependency>
261 <!-- Fuer Sonderzeichenbehandlung -->
262 <groupId>ant</groupId>
263 <artifactId>ant-nodeps</artifactId>
264 <version>1.6.5</version>
265 <scope>provided</scope>
266 </dependency>
267
268 <dependency>
269 <!-- Fuer Sonderzeichenbehandlung -->
270 <groupId>com.sun</groupId>
271 <artifactId>tools</artifactId>
272 <version>1.6.0</version>
273 <scope>system</scope>
274 <systemPath>${java.home}/../lib/tools.jar</systemPath>
275 </dependency>
276
277 <dependency>
278 <groupId>org.geotools.jdbc</groupId>
279 <artifactId>gt-jdbc-postgis</artifactId>
280 <version>${geotools.version}</version>
281 <type>jar</type>
282 <scope>compile</scope>
283 </dependency>
284
285 </dependencies>
286
287
288 <build>
289
290 <sourceDirectory>src</sourceDirectory>
291 <testSourceDirectory>src_junit</testSourceDirectory>
292 <testResources>
293 <testResource>
294 <directory>src_junit</directory>
295 <filtering>false</filtering>
296 <excludes>
297 <exclude>**/*.java</exclude>
298 <exclude>**/*.svn*</exclude>
299 <exclude>**/*.cvs</exclude>
300 <exclude>**/*~</exclude>
301 <exclude>**/Thumbs.db</exclude>
302 </excludes>
303 </testResource>
304
305 <testResource>
306 <directory>testresources</directory>
307 <filtering>false</filtering>
308 <excludes>
309 <exclude>**/*.java</exclude>
310 <exclude>**/*.svn*</exclude>
311 <exclude>**/*.cvs</exclude>
312 <exclude>**/*~</exclude>
313 <exclude>**/Thumbs.db</exclude>
314 </excludes>
315 </testResource>
316
317 </testResources>
318
319 <!-- <outputDirectory>classes</outputDirectory> -->
320 <!-- <testOutputDirectory>test-classes</testOutputDirectory> -->
321 <!-- <directory>dist</directory> -->
322
323 <resources>
324 <resource>
325 <directory>src</directory>
326 <filtering>false</filtering>
327 <excludes>
328 <exclude>**/*.html</exclude>
329 <exclude>**/*.java</exclude>
330 <exclude>**/*.svn*</exclude>
331 <exclude>**/*.cvs</exclude>
332 <exclude>**/*~</exclude>
333 <exclude>**/Thumbs.db</exclude>
334 </excludes>
335 </resource>
336 </resources>
337
338 <plugins>
339
340 <plugin>
341 <groupId>org.apache.maven.plugins</groupId>
342 <artifactId>maven-jar-plugin</artifactId>
343 <version>2.3.1</version>
344 <executions>
345 <execution>
346 <goals>
347 <goal>test-jar</goal>
348 <goal>jar</goal>
349 </goals>
350 </execution>
351 </executions>
352 </plugin>
353
354 <plugin>
355 <groupId>org.apache.maven.plugins</groupId>
356 <artifactId>maven-resources-plugin</artifactId>
357 <version>2.4.2</version>
358 </plugin>
359
360 <plugin>
361 <groupId>org.apache.maven.plugins</groupId>
362 <artifactId>maven-source-plugin</artifactId>
363 <version>2.1.1</version>
364 <executions>
365 <execution>
366 <id>attach-sources</id>
367 <goals>
368 <goal>jar</goal>
369 </goals>
370 </execution>
371 </executions>
372 </plugin>
373
374 <plugin>
375 <groupId>org.apache.maven.plugins</groupId>
376 <artifactId>maven-compiler-plugin</artifactId>
377 <version>2.2</version>
378 <configuration>
379 <source>1.6</source>
380 <target>1.6</target>
381 <excludes>
382 <exclude>**/.svn</exclude> <!-- ??? -->
383 </excludes>
384 </configuration>
385 </plugin>
386
387 <plugin>
388 <groupId>org.apache.maven.plugins</groupId>
389 <artifactId>maven-eclipse-plugin</artifactId>
390 <version>2.8</version>
391 <configuration>
392 <downloadSources>true</downloadSources>
393 <downloadJavadocs>false</downloadJavadocs>
394 </configuration>
395 </plugin>
396
397
398
399 <plugin>
400 <artifactId>maven-antrun-plugin</artifactId>
401 <version>1.3</version>
402
403 <executions>
404 <execution>
405 <phase>compile</phase>
406 <goals>
407 <goal>run</goal>
408 </goals>
409 <configuration>
410
411 <tasks>
412 <taskdef resource="net/sf/antcontrib/antlib.xml">
413 <classpath refid="maven.dependency.classpath" />
414 </taskdef>
415
416 <typedef name="native2ascii"
417 classname="org.apache.tools.ant.taskdefs.optional.Native2Ascii">
418 <classpath refid="maven.dependency.classpath" />
419 </typedef>
420
421 <for param="file"
422 description="Alle .properties nach .propertieNative umbenennen">
423 <path>
424 <fileset dir="src" includes="**/*.properties" />
425 </path>
426 <sequential>
427 <move file="@{file}" overwrite="true" tofile="@{file}Native"
428 verbose="false" preservelastmodified="true" />
429 </sequential>
430 </for>
431
432 <native2ascii encoding="UTF8" src="src"
433 includes="**/*.propertiesNative" dest="src" ext=".properties" />
434
435 <for param="file">
436 <path>
437 <fileset dir="src" includes="**/*.propertiesNative" />
438 </path>
439 <sequential>
440 <delete file="@{file}" quiet="true" />
441 </sequential>
442 </for>
443
444 </tasks>
445 </configuration>
446 </execution>
447 </executions>
448 </plugin>
449
450 </plugins>
451
452 </build>
453
454
455 <repositories>
456
457 <repository>
458 <snapshots>
459 <enabled>false</enabled>
460 </snapshots>
461 <id>central</id>
462 <name>libs-releases</name>
463 <url>http://artifactory.wikisquare.de/artifactory/libs-releases</url>
464 </repository>
465
466 <repository>
467 <snapshots />
468 <id>snapshots</id>
469 <name>libs-snapshots</name>
470 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots</url>
471 </repository>
472
473 </repositories>
474
475 <distributionManagement>
476
477 <repository>
478 <id>artifactory.wikisquare.de</id>
479 <name>artifactory.wikisquare.de-releases</name>
480 <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>
481 </repository>
482
483 <snapshotRepository>
484 <id>artifactory.wikisquare.de</id>
485 <name>artifactory.wikisquare.de-snapshots</name>
486 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>
487 </snapshotRepository>
488
489 </distributionManagement>
490
491 </project>

Properties

Name Value
svn:eol-style native
svn:keywords Id URL
svn:mime-type text/xml

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26