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

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

Parent Directory Parent Directory | Revision Log Revision Log


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