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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/pom.xml revision 758 by alfonx, Mon Mar 8 13:11:47 2010 UTC branches/2.3.x/pom.xml revision 1240 by alfonx, Fri Nov 5 13:02:30 2010 UTC
# Line 1  Line 1 
1  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  <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">          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>          <modelVersion>4.0.0</modelVersion>
5          <groupId>de.schmitzm</groupId>          <groupId>de.schmitzm</groupId>
6          <artifactId>schmitzm-library</artifactId>          <artifactId>schmitzm-library</artifactId>
7          <name>SCHMITZM</name>          <name>schmitzm-library</name>
8          <version>2.0.x-SNAPSHOT</version>          <version>2.3-SNAPSHOT</version>
9          <description>A jar full of utility methods for Java, Swing, Geotools          <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
10                  and JFreeChart</description>  
11          <issueManagement>          <issueManagement>
12                  <system>gforge</system>                  <system>gforge</system>
13                  <url>http://wald.intevation.org/tracker/?group_id=47</url>                  <url>http://wald.intevation.org/tracker/?group_id=47</url>
14          </issueManagement>          </issueManagement>
15    
16   <licenses>          <licenses>
17    <license>                  <license>
18     <name>Lesser General Public License (LGPL)</name>                          <name>Lesser General Public License (LGPL)</name>
19     <url>http://www.gnu.org/copyleft/lgpl.txt</url>                          <url>http://www.gnu.org/copyleft/lgpl.txt</url>
20    </license>                  </license>
21   </licenses>          </licenses>
22    
23          <properties>          <properties>
24                  <geotools.version>2.6.2</geotools.version>                  <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
25                    <geotools.version>2.6.5</geotools.version>
26          </properties>          </properties>
27    
28          <developers>          <developers>
29                  <developer>                  <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>                          <id>alfonx</id>
39                          <name>Stefan A. Tzeggai</name>                          <name>Stefan A. Tzeggai</name>
40                          <email>[email protected]</email>                          <email>[email protected]</email>
# Line 36  Line 47 
47                                  <role>Maven package maintainer</role>                                  <role>Maven package maintainer</role>
48                          </roles>                          </roles>
49                  </developer>                  </developer>
                 <developer>  
                         <id>mschmitz</id>  
                         <name>Martin Schmitz</name>  
                         <timezone>GMT+1</timezone>  
                         <roles>  
                                 <role>Developer</role>  
                         </roles>  
                 </developer>  
50          </developers>          </developers>
51    
52          <scm>          <scm>
53                  <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>                  <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
54                  <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>                  <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
55                    <developerConnection>svn+ssh://[email protected]/schmitzm/trunk</developerConnection>
56          </scm>          </scm>
57    
58          <organization>          <organization>
59                  <url>http://www.wikisquare.de</url>                  <url>http://www.wikisquare.de</url>
60          </organization>          </organization>
61    
62    
63          <dependencies>          <dependencies>
64    
65                  <dependency>                  <dependency>
66                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
67                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
# Line 62  Line 71 
71                  </dependency>                  </dependency>
72    
73                  <dependency>                  <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>                          <groupId>org.geotools</groupId>
83                          <artifactId>gt-shapefile-renderer</artifactId>                          <artifactId>gt-shapefile-renderer</artifactId>
84                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 77  Line 94 
94                          <scope>compile</scope>                          <scope>compile</scope>
95                  </dependency>                  </dependency>
96    
   
97                  <dependency>                  <dependency>
98                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
99                          <artifactId>gt-brewer</artifactId>                          <artifactId>gt-brewer</artifactId>
# Line 86  Line 102 
102                          <scope>compile</scope>                          <scope>compile</scope>
103                  </dependency>                  </dependency>
104    
   
105                  <dependency>                  <dependency>
106                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
107                          <artifactId>gt-image</artifactId>                          <artifactId>gt-image</artifactId>
# Line 103  Line 118 
118                          <scope>compile</scope>                          <scope>compile</scope>
119                  </dependency>                  </dependency>
120    
   
121                  <dependency>                  <dependency>
122                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
123                          <artifactId>gt-geotiff</artifactId>                          <artifactId>gt-geotiff</artifactId>
# Line 112  Line 126 
126                          <scope>compile</scope>                          <scope>compile</scope>
127                  </dependency>                  </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>                  <dependency>
137                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
# Line 122  Line 142 
142                  </dependency>                  </dependency>
143    
144                  <dependency>                  <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>                          <groupId>jfree</groupId>
154                          <artifactId>jfreechart</artifactId>                          <artifactId>jfreechart</artifactId>
155                          <version>1.0.13</version>                          <version>1.0.13</version>
156                            <scope>compile</scope>
157                  </dependency>                  </dependency>
158    
159                  <dependency>                  <dependency>
# Line 143  Line 172 
172                          <scope>compile</scope>                          <scope>compile</scope>
173                  </dependency>                  </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>                  <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>                          <groupId>log4j</groupId>
187                          <artifactId>log4j</artifactId>                          <artifactId>log4j</artifactId>
188                          <version>1.2.14</version>                          <version>1.2.14</version>
                         <type>jar</type>  
                         <scope>compile</scope>  
189                  </dependency>                  </dependency>
190    
191                  <dependency>                  <dependency>
192                          <groupId>junit</groupId>                          <groupId>junit</groupId>
193                          <artifactId>junit</artifactId>                          <artifactId>junit</artifactId>
# Line 158  Line 195 
195                          <type>jar</type>                          <type>jar</type>
196                          <scope>compile</scope>                          <scope>compile</scope>
197                  </dependency>                  </dependency>
198    
199                  <dependency>                  <dependency>
200                          <groupId>colt</groupId>                          <groupId>colt</groupId>
201                          <artifactId>colt</artifactId>                          <artifactId>colt</artifactId>
# Line 165  Line 203 
203                          <type>jar</type>                          <type>jar</type>
204                          <scope>compile</scope>                          <scope>compile</scope>
205                  </dependency>                  </dependency>
206    
207                  <dependency>                  <dependency>
208                          <groupId>javax.media</groupId>                          <groupId>javax.media</groupId>
209                          <artifactId>jai_core</artifactId>                          <artifactId>jai_core</artifactId>
# Line 172  Line 211 
211                          <type>jar</type>                          <type>jar</type>
212                          <scope>compile</scope>                          <scope>compile</scope>
213                  </dependency>                  </dependency>
214    
215                  <dependency>                  <dependency>
216                          <groupId>commons-io</groupId>                          <groupId>commons-io</groupId>
217                          <artifactId>commons-io</artifactId>                          <artifactId>commons-io</artifactId>
# Line 179  Line 219 
219                          <type>jar</type>                          <type>jar</type>
220                          <scope>compile</scope>                          <scope>compile</scope>
221                  </dependency>                  </dependency>
222    
223                  <dependency>                  <dependency>
224                          <groupId>net.jini</groupId>                          <groupId>net.jini</groupId>
225                          <artifactId>jini-ext</artifactId>                          <artifactId>jini-ext</artifactId>
# Line 186  Line 227 
227                          <type>jar</type>                          <type>jar</type>
228                          <scope>compile</scope>                          <scope>compile</scope>
229                  </dependency>                  </dependency>
230    
231                  <dependency>                  <dependency>
232                          <groupId>com.miglayout</groupId>                          <groupId>com.miglayout</groupId>
233                          <artifactId>miglayout</artifactId>                          <artifactId>miglayout</artifactId>
234                          <version>3.7.2</version>                          <version>3.7.3</version>
235                  </dependency>                  </dependency>
236    
237                  <dependency>                  <dependency>
238                          <groupId>jdom</groupId>                          <groupId>org.jdom</groupId>
239                          <artifactId>jdom</artifactId>                          <artifactId>jdom</artifactId>
240                          <version>1.1</version>                          <version>1.1</version>
241                  </dependency>                  </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>          </dependencies>
286    
287    
288          <build>          <build>
289    
290                  <sourceDirectory>src</sourceDirectory>                  <sourceDirectory>src</sourceDirectory>
291                  <testSourceDirectory>src_junit</testSourceDirectory>                  <testSourceDirectory>src_junit</testSourceDirectory>
292                  <outputDirectory>classes</outputDirectory>                  <testResources>
293                  <testOutputDirectory>test-classes</testOutputDirectory>                          <testResource>
294                  <directory>dist</directory>                                  <directory>src_junit</directory>
295                  <finalName>schmitzm-2.0.x</finalName>                                  <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>                  <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>                          <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>                                  <artifactId>maven-compiler-plugin</artifactId>
377                                    <version>2.2</version>
378                                  <configuration>                                  <configuration>
379                                          <source>1.6</source>                                          <source>1.6</source>
380                                          <target>1.6</target>                                          <target>1.6</target>
381                                            <excludes>
382                                                    <exclude>**/.svn</exclude> <!-- ??? -->
383                                            </excludes>
384                                  </configuration>                                  </configuration>
385                          </plugin>                          </plugin>
386    
387                          <plugin>                          <plugin>
388                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
389                                  <artifactId>maven-eclipse-plugin</artifactId>                                  <artifactId>maven-eclipse-plugin</artifactId>
390                                  <version>2.5</version>                                  <version>2.8</version>
391                                  <configuration>                                  <configuration>
392                                          <downloadSources>true</downloadSources>                                          <downloadSources>true</downloadSources>
393                                          <downloadJavadocs>true</downloadJavadocs>                                          <downloadJavadocs>false</downloadJavadocs>
394                                  </configuration>                                  </configuration>
395                          </plugin>                          </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>                  </plugins>
451    
452          </build>          </build>
453    
454    
455          <repositories>          <repositories>
456    
457                  <repository>                  <repository>
458                          <id>osgeo</id>                          <snapshots>
459                          <name>Open Source Geospatial Foundation Repository</name>                                  <enabled>false</enabled>
460                          <url>http://download.osgeo.org/webdav/geotools/</url>                          </snapshots>
461                            <id>central</id>
462                            <name>libs-releases</name>
463                            <url>http://artifactory.wikisquare.de/artifactory/libs-releases</url>
464                  </repository>                  </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>          </repositories>
474    
475          <distributionManagement>          <distributionManagement>
476    
477                  <repository>                  <repository>
478                          <id>artifactory-releases</id>                          <id>artifactory.wikisquare.de</id>
479                          <name>CPA Internal Repository</name>                          <name>artifactory.wikisquare.de-releases</name>
480                          <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>
481                  </repository>                  </repository>
482    
483                  <snapshotRepository>                  <snapshotRepository>
484                          <id>artifactory</id>                          <id>artifactory.wikisquare.de</id>
485                          <name>CPA Internal Snapshot Repository</name>                          <name>artifactory.wikisquare.de-snapshots</name>
486                          <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>                          <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>
487                  </snapshotRepository>                  </snapshotRepository>
488    
489          </distributionManagement>          </distributionManagement>
490    
491  </project>  </project>

Legend:
Removed from v.758  
changed lines
  Added in v.1240

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26