/[schmitzm]/branches/2.3.x/pom.xml
ViewVC logotype

Annotation of /branches/2.3.x/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1240 - (hide annotations)
Fri Nov 5 13:02:30 2010 UTC (14 years, 3 months ago) by alfonx
File MIME type: text/xml
File size: 12087 byte(s)
Branch 2.3.x angelegt

1 alfonx 755 <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 alfonx 1207
4 alfonx 755 <modelVersion>4.0.0</modelVersion>
5 alfonx 756 <groupId>de.schmitzm</groupId>
6     <artifactId>schmitzm-library</artifactId>
7 alfonx 903 <name>schmitzm-library</name>
8 alfonx 899 <version>2.3-SNAPSHOT</version>
9 alfonx 803 <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
10    
11 alfonx 755 <issueManagement>
12     <system>gforge</system>
13     <url>http://wald.intevation.org/tracker/?group_id=47</url>
14     </issueManagement>
15 alfonx 757
16 alfonx 784 <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 alfonx 757
23 alfonx 756 <properties>
24 alfonx 803 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25 alfonx 961 <geotools.version>2.6.5</geotools.version>
26 alfonx 756 </properties>
27 alfonx 784
28 alfonx 755 <developers>
29     <developer>
30 alfonx 803 <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 alfonx 755 <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 alfonx 784
52 alfonx 755 <scm>
53     <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
54     <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
55 alfonx 803 <developerConnection>svn+ssh://developername@svn.wald.intevation.org/schmitzm/trunk</developerConnection>
56 alfonx 755 </scm>
57 alfonx 784
58 alfonx 755 <organization>
59     <url>http://www.wikisquare.de</url>
60     </organization>
61 alfonx 784
62    
63 alfonx 755 <dependencies>
64 alfonx 784
65 alfonx 765 <dependency>
66 alfonx 755 <groupId>org.geotools</groupId>
67     <artifactId>gt-render</artifactId>
68 alfonx 756 <version>${geotools.version}</version>
69 alfonx 755 <type>jar</type>
70     <scope>compile</scope>
71     </dependency>
72    
73     <dependency>
74 alfonx 1207 <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 alfonx 755 <groupId>org.geotools</groupId>
83     <artifactId>gt-shapefile-renderer</artifactId>
84 alfonx 756 <version>${geotools.version}</version>
85 alfonx 755 <type>jar</type>
86     <scope>compile</scope>
87     </dependency>
88    
89     <dependency>
90     <groupId>org.geotools</groupId>
91     <artifactId>gt-legacy</artifactId>
92 alfonx 756 <version>${geotools.version}</version>
93 alfonx 755 <type>jar</type>
94     <scope>compile</scope>
95     </dependency>
96 alfonx 756
97 alfonx 755 <dependency>
98     <groupId>org.geotools</groupId>
99     <artifactId>gt-brewer</artifactId>
100 alfonx 756 <version>${geotools.version}</version>
101 alfonx 755 <type>jar</type>
102     <scope>compile</scope>
103     </dependency>
104 alfonx 756
105 alfonx 755 <dependency>
106     <groupId>org.geotools</groupId>
107     <artifactId>gt-image</artifactId>
108 alfonx 756 <version>${geotools.version}</version>
109 alfonx 755 <type>jar</type>
110     <scope>compile</scope>
111     </dependency>
112 alfonx 756
113 alfonx 755 <dependency>
114     <groupId>org.geotools</groupId>
115 alfonx 758 <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 alfonx 755 <artifactId>gt-geotiff</artifactId>
124 alfonx 756 <version>${geotools.version}</version>
125 alfonx 755 <type>jar</type>
126     <scope>compile</scope>
127     </dependency>
128 alfonx 756
129 alfonx 755 <dependency>
130     <groupId>org.geotools</groupId>
131 alfonx 1161 <artifactId>gt-wfs</artifactId>
132     <version>${geotools.version}</version>
133     <type>jar</type>
134     </dependency>
135    
136     <dependency>
137     <groupId>org.geotools</groupId>
138 alfonx 755 <artifactId>gt-swing</artifactId>
139 alfonx 756 <version>${geotools.version}</version>
140 alfonx 755 <type>jar</type>
141     <scope>compile</scope>
142     </dependency>
143    
144     <dependency>
145 alfonx 1176 <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 alfonx 755 <groupId>jfree</groupId>
154     <artifactId>jfreechart</artifactId>
155     <version>1.0.13</version>
156 alfonx 803 <scope>compile</scope>
157 alfonx 755 </dependency>
158    
159     <dependency>
160     <groupId>org.geotools</groupId>
161     <artifactId>gt-main</artifactId>
162 alfonx 756 <version>${geotools.version}</version>
163 alfonx 755 <type>jar</type>
164     <scope>compile</scope>
165     </dependency>
166    
167     <dependency>
168     <groupId>org.geotools</groupId>
169     <artifactId>gt-arcgrid</artifactId>
170 alfonx 756 <version>${geotools.version}</version>
171 alfonx 755 <type>jar</type>
172     <scope>compile</scope>
173     </dependency>
174    
175 alfonx 771 <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 alfonx 755
183     <dependency>
184 alfonx 1087 <!-- 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 alfonx 755 <groupId>log4j</groupId>
187     <artifactId>log4j</artifactId>
188     <version>1.2.14</version>
189     </dependency>
190 alfonx 768
191 alfonx 755 <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 alfonx 784
199 alfonx 755 <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 alfonx 784
207 alfonx 755 <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 alfonx 922
215 alfonx 755 <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 alfonx 784
223 alfonx 755 <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 alfonx 784
231 alfonx 758 <dependency>
232     <groupId>com.miglayout</groupId>
233     <artifactId>miglayout</artifactId>
234 alfonx 1222 <version>3.7.3</version>
235 alfonx 758 </dependency>
236 alfonx 784
237 alfonx 758 <dependency>
238 alfonx 796 <groupId>org.jdom</groupId>
239 alfonx 758 <artifactId>jdom</artifactId>
240     <version>1.1</version>
241     </dependency>
242 alfonx 784
243 alfonx 841 <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 alfonx 922
251     <dependency>
252 alfonx 1087 <!-- Fuer Sonderzeichenbehandlung -->
253 alfonx 922 <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 alfonx 1087 <!-- Fuer Sonderzeichenbehandlung -->
262 alfonx 922 <groupId>ant</groupId>
263     <artifactId>ant-nodeps</artifactId>
264     <version>1.6.5</version>
265     <scope>provided</scope>
266     </dependency>
267    
268     <dependency>
269 alfonx 1087 <!-- Fuer Sonderzeichenbehandlung -->
270 alfonx 922 <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 alfonx 1161 <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 alfonx 755 </dependencies>
286    
287 alfonx 784
288 alfonx 755 <build>
289 alfonx 784
290 alfonx 755 <sourceDirectory>src</sourceDirectory>
291     <testSourceDirectory>src_junit</testSourceDirectory>
292 alfonx 832 <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 alfonx 1212
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 alfonx 832 </testResources>
318 alfonx 784
319 alfonx 1087 <!-- <outputDirectory>classes</outputDirectory> -->
320     <!-- <testOutputDirectory>test-classes</testOutputDirectory> -->
321     <!-- <directory>dist</directory> -->
322 alfonx 784
323     <resources>
324     <resource>
325     <directory>src</directory>
326     <filtering>false</filtering>
327     <excludes>
328 mojays 805 <exclude>**/*.html</exclude>
329 alfonx 784 <exclude>**/*.java</exclude>
330 alfonx 803 <exclude>**/*.svn*</exclude>
331 alfonx 793 <exclude>**/*.cvs</exclude>
332 alfonx 794 <exclude>**/*~</exclude>
333     <exclude>**/Thumbs.db</exclude>
334 alfonx 784 </excludes>
335     </resource>
336     </resources>
337    
338 alfonx 755 <plugins>
339 alfonx 832
340 alfonx 803 <plugin>
341     <groupId>org.apache.maven.plugins</groupId>
342 alfonx 1087 <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 alfonx 806 <artifactId>maven-resources-plugin</artifactId>
357     <version>2.4.2</version>
358     </plugin>
359    
360     <plugin>
361     <groupId>org.apache.maven.plugins</groupId>
362 alfonx 803 <artifactId>maven-source-plugin</artifactId>
363 alfonx 810 <version>2.1.1</version>
364 alfonx 803 <executions>
365     <execution>
366     <id>attach-sources</id>
367     <goals>
368     <goal>jar</goal>
369     </goals>
370     </execution>
371     </executions>
372     </plugin>
373 alfonx 784
374 alfonx 755 <plugin>
375 alfonx 791 <groupId>org.apache.maven.plugins</groupId>
376 alfonx 755 <artifactId>maven-compiler-plugin</artifactId>
377 alfonx 804 <version>2.2</version>
378 alfonx 755 <configuration>
379     <source>1.6</source>
380     <target>1.6</target>
381 mojays 805 <excludes>
382     <exclude>**/.svn</exclude> <!-- ??? -->
383     </excludes>
384 alfonx 755 </configuration>
385     </plugin>
386    
387     <plugin>
388     <groupId>org.apache.maven.plugins</groupId>
389     <artifactId>maven-eclipse-plugin</artifactId>
390 alfonx 799 <version>2.8</version>
391 alfonx 755 <configuration>
392     <downloadSources>true</downloadSources>
393 alfonx 790 <downloadJavadocs>false</downloadJavadocs>
394 alfonx 755 </configuration>
395     </plugin>
396    
397 alfonx 922
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 alfonx 1161
416 alfonx 922 <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 alfonx 755 </plugins>
451 alfonx 784
452 alfonx 755 </build>
453    
454 alfonx 756
455 alfonx 784 <repositories>
456 alfonx 756
457 alfonx 784 <repository>
458     <snapshots>
459     <enabled>false</enabled>
460     </snapshots>
461     <id>central</id>
462     <name>libs-releases</name>
463 alfonx 937 <url>http://artifactory.wikisquare.de/artifactory/libs-releases</url>
464 alfonx 784 </repository>
465 alfonx 783
466 alfonx 784 <repository>
467     <snapshots />
468     <id>snapshots</id>
469     <name>libs-snapshots</name>
470 alfonx 937 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots</url>
471 alfonx 784 </repository>
472    
473     </repositories>
474    
475     <distributionManagement>
476    
477     <repository>
478     <id>artifactory.wikisquare.de</id>
479     <name>artifactory.wikisquare.de-releases</name>
480 alfonx 937 <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>
481 alfonx 784 </repository>
482    
483     <snapshotRepository>
484     <id>artifactory.wikisquare.de</id>
485     <name>artifactory.wikisquare.de-snapshots</name>
486 alfonx 937 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>
487 alfonx 784 </snapshotRepository>
488    
489     </distributionManagement>
490    
491 alfonx 755 </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