/[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 755 - (show annotations)
Fri Mar 5 16:14:29 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/pom.xml
File MIME type: text/xml
File size: 5197 byte(s)
Habe eine pom.xml für maven erstellt. Es hat sich aber dadurch nix am existierenden Projekt verändert.
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>schmitzm</groupId>
5 <artifactId>library</artifactId>
6 <name>SCHMITZM</name>
7 <version>2.0.0-SNAPSHOT</version>
8 <description>A jar full of utility methods for Java, Swing, Geotools
9 and JFreeChart</description>
10 <issueManagement>
11 <system>gforge</system>
12 <url>http://wald.intevation.org/tracker/?group_id=47</url>
13 </issueManagement>
14 <developers>
15 <developer>
16 <id>alfonx</id>
17 <name>Stefan A. Tzeggai</name>
18 <email>[email protected]</email>
19 <url>http://www.wikisquare.de</url>
20 <organization>Wikisquare.de</organization>
21 <organizationUrl>http://www.wikisquare.de</organizationUrl>
22 <timezone>GMT+1</timezone>
23 <roles>
24 <role>Developer</role>
25 <role>Maven package maintainer</role>
26 </roles>
27 </developer>
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 </developers>
37 <scm>
38 <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
39 <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
40 </scm>
41 <organization>
42 <url>http://www.wikisquare.de</url>
43 </organization>
44 <dependencies>
45 <dependency>
46 <groupId>org.geotools</groupId>
47 <artifactId>gt-render</artifactId>
48 <version>2.6.2</version>
49 <type>jar</type>
50 <scope>compile</scope>
51 </dependency>
52
53 <dependency>
54 <groupId>org.geotools</groupId>
55 <artifactId>gt-shapefile-renderer</artifactId>
56 <version>2.6.2</version>
57 <type>jar</type>
58 <scope>compile</scope>
59 </dependency>
60
61 <dependency>
62 <groupId>org.geotools</groupId>
63 <artifactId>gt-legacy</artifactId>
64 <version>2.6.2</version>
65 <type>jar</type>
66 <scope>compile</scope>
67 </dependency>
68
69
70 <dependency>
71 <groupId>org.geotools</groupId>
72 <artifactId>gt-brewer</artifactId>
73 <version>2.6.2</version>
74 <type>jar</type>
75 <scope>compile</scope>
76 </dependency>
77
78
79 <dependency>
80 <groupId>org.geotools</groupId>
81 <artifactId>gt-image</artifactId>
82 <version>2.6.2</version>
83 <type>jar</type>
84 <scope>compile</scope>
85 </dependency>
86
87 <dependency>
88 <groupId>org.geotools</groupId>
89 <artifactId>gt-geotiff</artifactId>
90 <version>2.6.2</version>
91 <type>jar</type>
92 <scope>compile</scope>
93 </dependency>
94
95
96 <dependency>
97 <groupId>org.geotools</groupId>
98 <artifactId>gt-swing</artifactId>
99 <version>2.6.2</version>
100 <type>jar</type>
101 <scope>compile</scope>
102 </dependency>
103
104 <dependency>
105 <groupId>jfree</groupId>
106 <artifactId>jfreechart</artifactId>
107 <version>1.0.13</version>
108 </dependency>
109
110 <dependency>
111 <groupId>org.geotools</groupId>
112 <artifactId>gt-main</artifactId>
113 <version>2.6.2</version>
114 <type>jar</type>
115 <scope>compile</scope>
116 </dependency>
117
118 <dependency>
119 <groupId>org.geotools</groupId>
120 <artifactId>gt-arcgrid</artifactId>
121 <version>2.6.2</version>
122 <type>jar</type>
123 <scope>compile</scope>
124 </dependency>
125
126
127 <dependency>
128 <groupId>log4j</groupId>
129 <artifactId>log4j</artifactId>
130 <version>1.2.14</version>
131 <type>jar</type>
132 <scope>compile</scope>
133 </dependency>
134 <dependency>
135 <groupId>junit</groupId>
136 <artifactId>junit</artifactId>
137 <version>4.8.1</version>
138 <type>jar</type>
139 <scope>compile</scope>
140 </dependency>
141 <dependency>
142 <groupId>colt</groupId>
143 <artifactId>colt</artifactId>
144 <version>1.2.0</version>
145 <type>jar</type>
146 <scope>compile</scope>
147 </dependency>
148 <dependency>
149 <groupId>javax.media</groupId>
150 <artifactId>jai_core</artifactId>
151 <version>1.1.3</version>
152 <type>jar</type>
153 <scope>compile</scope>
154 </dependency>
155 <dependency>
156 <groupId>commons-io</groupId>
157 <artifactId>commons-io</artifactId>
158 <version>1.4</version>
159 <type>jar</type>
160 <scope>compile</scope>
161 </dependency>
162 <dependency>
163 <groupId>net.jini</groupId>
164 <artifactId>jini-ext</artifactId>
165 <version>2.1</version>
166 <type>jar</type>
167 <scope>compile</scope>
168 </dependency>
169 </dependencies>
170
171 <build>
172 <sourceDirectory>src</sourceDirectory>
173 <testSourceDirectory>src_junit</testSourceDirectory>
174 <outputDirectory>classes</outputDirectory>
175 <testOutputDirectory>test-classes</testOutputDirectory>
176 <directory>dist</directory>
177 <finalName>schmitzm-2.0.x</finalName>
178 <plugins>
179 <plugin>
180 <artifactId>maven-compiler-plugin</artifactId>
181 <configuration>
182 <source>1.6</source>
183 <target>1.6</target>
184 </configuration>
185 </plugin>
186
187 <plugin>
188 <groupId>org.apache.maven.plugins</groupId>
189 <artifactId>maven-eclipse-plugin</artifactId>
190 <version>2.5</version>
191 <configuration>
192 <downloadSources>true</downloadSources>
193 <downloadJavadocs>true</downloadJavadocs>
194 </configuration>
195 </plugin>
196
197 </plugins>
198 </build>
199
200 <repositories>
201 <repository>
202 <id>osgeo</id>
203 <name>Open Source Geospatial Foundation Repository</name>
204 <url>http://download.osgeo.org/webdav/geotools/</url>
205 </repository>
206 </repositories>
207 </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