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

Contents of /branches/2.2.x/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1093 - (show annotations)
Sun Oct 10 17:27:19 2010 UTC (14 years, 4 months ago) by alfonx
File MIME type: text/xml
File size: 8687 byte(s)
gt back to 2.6.1
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 <modelVersion>4.0.0</modelVersion>
4 <groupId>de.schmitzm</groupId>
5 <artifactId>schmitzm-library</artifactId>
6 <name>SCHMITZM</name>
7 <version>2.2-SNAPSHOT</version>
8 <description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description>
9
10 <issueManagement>
11 <system>gforge</system>
12 <url>http://wald.intevation.org/tracker/?group_id=47</url>
13 </issueManagement>
14
15 <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
22 <properties>
23 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24 <geotools.version>2.6.1</geotools.version>
25 </properties>
26
27 <developers>
28 <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>
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
51 <scm>
52 <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
53 <url>https://svn.wald.intevation.org/svn/schmitzm/branches/2.2.x</url>
54 <developerConnection>svn+ssh://developername@svn.wald.intevation.org/schmitzm/branches/2.2.x</developerConnection>
55 </scm>
56
57 <organization>
58 <url>http://www.wikisquare.de</url>
59 </organization>
60
61
62 <dependencies>
63
64 <dependency>
65 <groupId>org.geotools</groupId>
66 <artifactId>gt-render</artifactId>
67 <version>${geotools.version}</version>
68 <type>jar</type>
69 <scope>compile</scope>
70 </dependency>
71
72 <dependency>
73 <groupId>org.geotools</groupId>
74 <artifactId>gt-shapefile-renderer</artifactId>
75 <version>${geotools.version}</version>
76 <type>jar</type>
77 <scope>compile</scope>
78 </dependency>
79
80 <dependency>
81 <groupId>org.geotools</groupId>
82 <artifactId>gt-legacy</artifactId>
83 <version>${geotools.version}</version>
84 <type>jar</type>
85 <scope>compile</scope>
86 </dependency>
87
88 <dependency>
89 <groupId>org.geotools</groupId>
90 <artifactId>gt-brewer</artifactId>
91 <version>${geotools.version}</version>
92 <type>jar</type>
93 <scope>compile</scope>
94 </dependency>
95
96 <dependency>
97 <groupId>org.geotools</groupId>
98 <artifactId>gt-image</artifactId>
99 <version>${geotools.version}</version>
100 <type>jar</type>
101 <scope>compile</scope>
102 </dependency>
103
104 <dependency>
105 <groupId>org.geotools</groupId>
106 <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 <artifactId>gt-geotiff</artifactId>
115 <version>${geotools.version}</version>
116 <type>jar</type>
117 <scope>compile</scope>
118 </dependency>
119
120 <dependency>
121 <groupId>org.geotools</groupId>
122 <artifactId>gt-swing</artifactId>
123 <version>${geotools.version}</version>
124 <type>jar</type>
125 <scope>compile</scope>
126 </dependency>
127
128 <dependency>
129 <groupId>jfree</groupId>
130 <artifactId>jfreechart</artifactId>
131 <version>1.0.13</version>
132 <scope>compile</scope>
133 </dependency>
134
135 <dependency>
136 <groupId>org.geotools</groupId>
137 <artifactId>gt-main</artifactId>
138 <version>${geotools.version}</version>
139 <type>jar</type>
140 <scope>compile</scope>
141 </dependency>
142
143 <dependency>
144 <groupId>org.geotools</groupId>
145 <artifactId>gt-arcgrid</artifactId>
146 <version>${geotools.version}</version>
147 <type>jar</type>
148 <scope>compile</scope>
149 </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>
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>
165 <artifactId>log4j</artifactId>
166 <version>1.2.14</version>
167 </dependency>
168
169 <dependency>
170 <groupId>junit</groupId>
171 <artifactId>junit</artifactId>
172 <version>4.8.1</version>
173 <type>jar</type>
174 <scope>compile</scope>
175 </dependency>
176
177 <dependency>
178 <groupId>colt</groupId>
179 <artifactId>colt</artifactId>
180 <version>1.2.0</version>
181 <type>jar</type>
182 <scope>compile</scope>
183 </dependency>
184
185 <dependency>
186 <groupId>javax.media</groupId>
187 <artifactId>jai_core</artifactId>
188 <version>1.1.3</version>
189 <type>jar</type>
190 <scope>compile</scope>
191 </dependency>
192
193 <dependency>
194 <groupId>commons-io</groupId>
195 <artifactId>commons-io</artifactId>
196 <version>1.4</version>
197 <type>jar</type>
198 <scope>compile</scope>
199 </dependency>
200
201 <dependency>
202 <groupId>net.jini</groupId>
203 <artifactId>jini-ext</artifactId>
204 <version>2.1</version>
205 <type>jar</type>
206 <scope>compile</scope>
207 </dependency>
208
209 <dependency>
210 <groupId>com.miglayout</groupId>
211 <artifactId>miglayout</artifactId>
212 <version>3.7.2</version>
213 </dependency>
214
215 <dependency>
216 <groupId>org.jdom</groupId>
217 <artifactId>jdom</artifactId>
218 <version>1.1</version>
219 </dependency>
220
221 <dependency>
222 <groupId>jfree</groupId>
223 <artifactId>jcommon</artifactId>
224 <version>1.0.15</version>
225 <type>jar</type>
226 <scope>compile</scope>
227 </dependency>
228 </dependencies>
229
230
231 <build>
232
233 <sourceDirectory>src</sourceDirectory>
234 <testSourceDirectory>src_junit</testSourceDirectory>
235 <testResources>
236 <testResource>
237 <directory>src_junit</directory>
238 <filtering>false</filtering>
239 <excludes>
240 <exclude>**/*.java</exclude>
241 <exclude>**/*.svn*</exclude>
242 <exclude>**/*.cvs</exclude>
243 <exclude>**/*~</exclude>
244 <exclude>**/Thumbs.db</exclude>
245 </excludes>
246 </testResource>
247 </testResources>
248
249 <!-- <outputDirectory>classes</outputDirectory>-->
250 <!-- <testOutputDirectory>test-classes</testOutputDirectory>-->
251 <!-- <directory>dist</directory>-->
252
253 <resources>
254 <resource>
255 <directory>src</directory>
256 <filtering>false</filtering>
257 <excludes>
258 <exclude>**/*.html</exclude>
259 <exclude>**/*.java</exclude>
260 <exclude>**/*.svn*</exclude>
261 <exclude>**/*.cvs</exclude>
262 <exclude>**/*~</exclude>
263 <exclude>**/Thumbs.db</exclude>
264 </excludes>
265 </resource>
266 </resources>
267
268 <plugins>
269
270 <plugin>
271 <groupId>org.apache.maven.plugins</groupId>
272 <artifactId>maven-resources-plugin</artifactId>
273 <version>2.4.2</version>
274 </plugin>
275
276 <plugin>
277 <groupId>org.apache.maven.plugins</groupId>
278 <artifactId>maven-source-plugin</artifactId>
279 <version>2.1.1</version>
280 <executions>
281 <execution>
282 <id>attach-sources</id>
283 <goals>
284 <goal>jar</goal>
285 </goals>
286 </execution>
287 </executions>
288 </plugin>
289
290 <plugin>
291 <groupId>org.apache.maven.plugins</groupId>
292 <artifactId>maven-compiler-plugin</artifactId>
293 <version>2.2</version>
294 <configuration>
295 <source>1.6</source>
296 <target>1.6</target>
297 <excludes>
298 <exclude>**/.svn</exclude> <!-- ??? -->
299 </excludes>
300 </configuration>
301 </plugin>
302
303 <plugin>
304 <groupId>org.apache.maven.plugins</groupId>
305 <artifactId>maven-eclipse-plugin</artifactId>
306 <version>2.8</version>
307 <configuration>
308 <downloadSources>true</downloadSources>
309 <downloadJavadocs>false</downloadJavadocs>
310 </configuration>
311 </plugin>
312
313 </plugins>
314
315 </build>
316
317
318 <repositories>
319
320 <repository>
321 <snapshots>
322 <enabled>false</enabled>
323 </snapshots>
324 <id>central</id>
325 <name>libs-releases</name>
326 <url>http://artifactory.wikisquare.de/artifactory/libs-releases</url>
327 </repository>
328
329 <repository>
330 <snapshots />
331 <id>snapshots</id>
332 <name>libs-snapshots</name>
333 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots</url>
334 </repository>
335
336 </repositories>
337
338 <distributionManagement>
339
340 <repository>
341 <id>artifactory.wikisquare.de</id>
342 <name>artifactory.wikisquare.de-releases</name>
343 <url>http://artifactory.wikisquare.de/artifactory/libs-releases-local</url>
344 </repository>
345
346 <snapshotRepository>
347 <id>artifactory.wikisquare.de</id>
348 <name>artifactory.wikisquare.de-snapshots</name>
349 <url>http://artifactory.wikisquare.de/artifactory/libs-snapshots-local</url>
350 </snapshotRepository>
351
352 </distributionManagement>
353
354 </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