4 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
5 |
<artifactId>schmitzm-library</artifactId> |
<artifactId>schmitzm-library</artifactId> |
6 |
<name>SCHMITZM</name> |
<name>SCHMITZM</name> |
7 |
<version>2.0.x-SNAPSHOT</version> |
<version>2.2-SNAPSHOT</version> |
8 |
<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> |
9 |
and JFreeChart</description> |
|
10 |
<issueManagement> |
<issueManagement> |
11 |
<system>gforge</system> |
<system>gforge</system> |
12 |
<url>http://wald.intevation.org/tracker/?group_id=47</url> |
<url>http://wald.intevation.org/tracker/?group_id=47</url> |
13 |
</issueManagement> |
</issueManagement> |
14 |
|
|
15 |
<licenses> |
<licenses> |
16 |
<license> |
<license> |
17 |
<name>Lesser General Public License (LGPL)</name> |
<name>Lesser General Public License (LGPL)</name> |
18 |
<url>http://www.gnu.org/copyleft/lgpl.txt</url> |
<url>http://www.gnu.org/copyleft/lgpl.txt</url> |
19 |
</license> |
</license> |
20 |
</licenses> |
</licenses> |
21 |
|
|
22 |
<properties> |
<properties> |
23 |
<geotools.version>2.6.2</geotools.version> |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
24 |
|
<geotools.version>2.6.3</geotools.version> |
25 |
</properties> |
</properties> |
26 |
|
|
27 |
<developers> |
<developers> |
28 |
<developer> |
<developer> |
29 |
|
<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 |
<id>alfonx</id> |
<id>alfonx</id> |
38 |
<name>Stefan A. Tzeggai</name> |
<name>Stefan A. Tzeggai</name> |
39 |
<email>[email protected]</email> |
<email>[email protected]</email> |
46 |
<role>Maven package maintainer</role> |
<role>Maven package maintainer</role> |
47 |
</roles> |
</roles> |
48 |
</developer> |
</developer> |
|
<developer> |
|
|
<id>mschmitz</id> |
|
|
<name>Martin Schmitz</name> |
|
|
<timezone>GMT+1</timezone> |
|
|
<roles> |
|
|
<role>Developer</role> |
|
|
</roles> |
|
|
</developer> |
|
49 |
</developers> |
</developers> |
50 |
|
|
51 |
<scm> |
<scm> |
52 |
<connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection> |
<connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection> |
53 |
<url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url> |
<url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url> |
54 |
|
<developerConnection>svn+ssh://[email protected]/schmitzm/trunk</developerConnection> |
55 |
</scm> |
</scm> |
56 |
|
|
57 |
<organization> |
<organization> |
58 |
<url>http://www.wikisquare.de</url> |
<url>http://www.wikisquare.de</url> |
59 |
</organization> |
</organization> |
60 |
|
|
61 |
|
|
62 |
<dependencies> |
<dependencies> |
63 |
|
|
64 |
<dependency> |
<dependency> |
65 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
66 |
<artifactId>gt-render</artifactId> |
<artifactId>gt-render</artifactId> |
85 |
<scope>compile</scope> |
<scope>compile</scope> |
86 |
</dependency> |
</dependency> |
87 |
|
|
|
|
|
88 |
<dependency> |
<dependency> |
89 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
90 |
<artifactId>gt-brewer</artifactId> |
<artifactId>gt-brewer</artifactId> |
93 |
<scope>compile</scope> |
<scope>compile</scope> |
94 |
</dependency> |
</dependency> |
95 |
|
|
|
|
|
96 |
<dependency> |
<dependency> |
97 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
98 |
<artifactId>gt-image</artifactId> |
<artifactId>gt-image</artifactId> |
109 |
<scope>compile</scope> |
<scope>compile</scope> |
110 |
</dependency> |
</dependency> |
111 |
|
|
|
|
|
112 |
<dependency> |
<dependency> |
113 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
114 |
<artifactId>gt-geotiff</artifactId> |
<artifactId>gt-geotiff</artifactId> |
117 |
<scope>compile</scope> |
<scope>compile</scope> |
118 |
</dependency> |
</dependency> |
119 |
|
|
|
|
|
120 |
<dependency> |
<dependency> |
121 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
122 |
<artifactId>gt-swing</artifactId> |
<artifactId>gt-swing</artifactId> |
129 |
<groupId>jfree</groupId> |
<groupId>jfree</groupId> |
130 |
<artifactId>jfreechart</artifactId> |
<artifactId>jfreechart</artifactId> |
131 |
<version>1.0.13</version> |
<version>1.0.13</version> |
132 |
|
<scope>compile</scope> |
133 |
</dependency> |
</dependency> |
134 |
|
|
135 |
<dependency> |
<dependency> |
148 |
<scope>compile</scope> |
<scope>compile</scope> |
149 |
</dependency> |
</dependency> |
150 |
|
|
151 |
|
<dependency> |
152 |
|
<groupId>org.slf4j</groupId> |
153 |
|
<artifactId>slf4j-log4j12</artifactId> |
154 |
|
<version>1.5.11</version> |
155 |
|
<type>jar</type> |
156 |
|
<scope>compile</scope> |
157 |
|
</dependency> |
158 |
|
|
159 |
<dependency> |
<dependency> |
160 |
|
<!-- |
161 |
|
Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt. |
162 |
|
downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649 |
163 |
|
--> |
164 |
<groupId>log4j</groupId> |
<groupId>log4j</groupId> |
165 |
<artifactId>log4j</artifactId> |
<artifactId>log4j</artifactId> |
166 |
<version>1.2.14</version> |
<version>1.2.14</version> |
|
<type>jar</type> |
|
|
<scope>compile</scope> |
|
167 |
</dependency> |
</dependency> |
168 |
|
|
169 |
<dependency> |
<dependency> |
170 |
<groupId>junit</groupId> |
<groupId>junit</groupId> |
171 |
<artifactId>junit</artifactId> |
<artifactId>junit</artifactId> |
173 |
<type>jar</type> |
<type>jar</type> |
174 |
<scope>compile</scope> |
<scope>compile</scope> |
175 |
</dependency> |
</dependency> |
176 |
|
|
177 |
<dependency> |
<dependency> |
178 |
<groupId>colt</groupId> |
<groupId>colt</groupId> |
179 |
<artifactId>colt</artifactId> |
<artifactId>colt</artifactId> |
181 |
<type>jar</type> |
<type>jar</type> |
182 |
<scope>compile</scope> |
<scope>compile</scope> |
183 |
</dependency> |
</dependency> |
184 |
|
|
185 |
<dependency> |
<dependency> |
186 |
<groupId>javax.media</groupId> |
<groupId>javax.media</groupId> |
187 |
<artifactId>jai_core</artifactId> |
<artifactId>jai_core</artifactId> |
189 |
<type>jar</type> |
<type>jar</type> |
190 |
<scope>compile</scope> |
<scope>compile</scope> |
191 |
</dependency> |
</dependency> |
192 |
|
|
193 |
<dependency> |
<dependency> |
194 |
<groupId>commons-io</groupId> |
<groupId>commons-io</groupId> |
195 |
<artifactId>commons-io</artifactId> |
<artifactId>commons-io</artifactId> |
197 |
<type>jar</type> |
<type>jar</type> |
198 |
<scope>compile</scope> |
<scope>compile</scope> |
199 |
</dependency> |
</dependency> |
200 |
|
|
201 |
<dependency> |
<dependency> |
202 |
<groupId>net.jini</groupId> |
<groupId>net.jini</groupId> |
203 |
<artifactId>jini-ext</artifactId> |
<artifactId>jini-ext</artifactId> |
205 |
<type>jar</type> |
<type>jar</type> |
206 |
<scope>compile</scope> |
<scope>compile</scope> |
207 |
</dependency> |
</dependency> |
208 |
|
|
209 |
<dependency> |
<dependency> |
210 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
211 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
212 |
<version>3.7.2</version> |
<version>3.7.2</version> |
213 |
</dependency> |
</dependency> |
214 |
|
|
215 |
<dependency> |
<dependency> |
216 |
<groupId>jdom</groupId> |
<groupId>org.jdom</groupId> |
217 |
<artifactId>jdom</artifactId> |
<artifactId>jdom</artifactId> |
218 |
<version>1.1</version> |
<version>1.1</version> |
219 |
</dependency> |
</dependency> |
220 |
|
|
221 |
</dependencies> |
</dependencies> |
222 |
|
|
223 |
|
|
224 |
<build> |
<build> |
225 |
|
|
226 |
<sourceDirectory>src</sourceDirectory> |
<sourceDirectory>src</sourceDirectory> |
227 |
<testSourceDirectory>src_junit</testSourceDirectory> |
<testSourceDirectory>src_junit</testSourceDirectory> |
228 |
<outputDirectory>classes</outputDirectory> |
|
229 |
<testOutputDirectory>test-classes</testOutputDirectory> |
<!-- <outputDirectory>classes</outputDirectory>--> |
230 |
<directory>dist</directory> |
<!-- <testOutputDirectory>test-classes</testOutputDirectory>--> |
231 |
<finalName>schmitzm-2.0.x</finalName> |
<!-- <directory>dist</directory>--> |
232 |
|
|
233 |
|
<resources> |
234 |
|
<resource> |
235 |
|
<directory>src</directory> |
236 |
|
<filtering>false</filtering> |
237 |
|
<excludes> |
238 |
|
<exclude>**/*.html</exclude> |
239 |
|
<exclude>**/*.java</exclude> |
240 |
|
<exclude>**/*.svn*</exclude> |
241 |
|
<exclude>**/*.cvs</exclude> |
242 |
|
<exclude>**/*~</exclude> |
243 |
|
<exclude>**/Thumbs.db</exclude> |
244 |
|
</excludes> |
245 |
|
</resource> |
246 |
|
</resources> |
247 |
|
|
248 |
<plugins> |
<plugins> |
249 |
|
|
250 |
|
<plugin> |
251 |
|
<groupId>org.apache.maven.plugins</groupId> |
252 |
|
<artifactId>maven-resources-plugin</artifactId> |
253 |
|
<version>2.4.2</version> |
254 |
|
</plugin> |
255 |
|
|
256 |
|
<plugin> |
257 |
|
<groupId>org.apache.maven.plugins</groupId> |
258 |
|
<artifactId>maven-source-plugin</artifactId> |
259 |
|
<version>2.1.1</version> |
260 |
|
<executions> |
261 |
|
<execution> |
262 |
|
<id>attach-sources</id> |
263 |
|
<goals> |
264 |
|
<goal>jar</goal> |
265 |
|
</goals> |
266 |
|
</execution> |
267 |
|
</executions> |
268 |
|
</plugin> |
269 |
|
|
270 |
<plugin> |
<plugin> |
271 |
|
<groupId>org.apache.maven.plugins</groupId> |
272 |
<artifactId>maven-compiler-plugin</artifactId> |
<artifactId>maven-compiler-plugin</artifactId> |
273 |
|
<version>2.2</version> |
274 |
<configuration> |
<configuration> |
275 |
<source>1.6</source> |
<source>1.6</source> |
276 |
<target>1.6</target> |
<target>1.6</target> |
277 |
|
<excludes> |
278 |
|
<exclude>**/.svn</exclude> <!-- ??? --> |
279 |
|
</excludes> |
280 |
</configuration> |
</configuration> |
281 |
</plugin> |
</plugin> |
282 |
|
|
283 |
<plugin> |
<plugin> |
284 |
<groupId>org.apache.maven.plugins</groupId> |
<groupId>org.apache.maven.plugins</groupId> |
285 |
<artifactId>maven-eclipse-plugin</artifactId> |
<artifactId>maven-eclipse-plugin</artifactId> |
286 |
<version>2.5</version> |
<version>2.8</version> |
287 |
<configuration> |
<configuration> |
288 |
<downloadSources>true</downloadSources> |
<downloadSources>true</downloadSources> |
289 |
<downloadJavadocs>true</downloadJavadocs> |
<downloadJavadocs>false</downloadJavadocs> |
290 |
</configuration> |
</configuration> |
291 |
</plugin> |
</plugin> |
292 |
|
|
293 |
</plugins> |
</plugins> |
294 |
|
|
295 |
</build> |
</build> |
296 |
|
|
297 |
|
|
298 |
<repositories> |
<repositories> |
299 |
|
|
300 |
|
<repository> |
301 |
|
<snapshots> |
302 |
|
<enabled>false</enabled> |
303 |
|
</snapshots> |
304 |
|
<id>central</id> |
305 |
|
<name>libs-releases</name> |
306 |
|
<url>http://www.wikisquare.de:8080/artifactory/libs-releases</url> |
307 |
|
</repository> |
308 |
|
|
309 |
<repository> |
<repository> |
310 |
<id>osgeo</id> |
<snapshots /> |
311 |
<name>Open Source Geospatial Foundation Repository</name> |
<id>snapshots</id> |
312 |
<url>http://download.osgeo.org/webdav/geotools/</url> |
<name>libs-snapshots</name> |
313 |
|
<url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url> |
314 |
</repository> |
</repository> |
315 |
|
|
316 |
</repositories> |
</repositories> |
317 |
|
|
318 |
<distributionManagement> |
<distributionManagement> |
319 |
|
|
320 |
<repository> |
<repository> |
321 |
<id>artifactory-releases</id> |
<id>artifactory.wikisquare.de</id> |
322 |
<name>CPA Internal Repository</name> |
<name>artifactory.wikisquare.de-releases</name> |
323 |
<url>http://10.1.1.101:8088/artifactory/libs-releases-local</url> |
<url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url> |
324 |
</repository> |
</repository> |
325 |
|
|
326 |
<snapshotRepository> |
<snapshotRepository> |
327 |
<id>artifactory</id> |
<id>artifactory.wikisquare.de</id> |
328 |
<name>CPA Internal Snapshot Repository</name> |
<name>artifactory.wikisquare.de-snapshots</name> |
329 |
<url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url> |
<url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url> |
330 |
</snapshotRepository> |
</snapshotRepository> |
331 |
|
|
332 |
</distributionManagement> |
</distributionManagement> |
333 |
|
|
334 |
</project> |
</project> |