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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 767 - (hide annotations)
Mon Mar 15 21:41:59 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/pom.xml
File MIME type: text/xml
File size: 6419 byte(s)
moved the hibernate stuff out of the project again (for now)
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 755 <name>SCHMITZM</name>
7 alfonx 756 <version>2.0.x-SNAPSHOT</version>
8 alfonx 755 <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 alfonx 757
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 alfonx 756 <properties>
23     <geotools.version>2.6.2</geotools.version>
24     </properties>
25 alfonx 755 <developers>
26     <developer>
27     <id>alfonx</id>
28     <name>Stefan A. Tzeggai</name>
29     <email>[email protected]</email>
30     <url>http://www.wikisquare.de</url>
31     <organization>Wikisquare.de</organization>
32     <organizationUrl>http://www.wikisquare.de</organizationUrl>
33     <timezone>GMT+1</timezone>
34     <roles>
35     <role>Developer</role>
36     <role>Maven package maintainer</role>
37     </roles>
38     </developer>
39     <developer>
40     <id>mschmitz</id>
41     <name>Martin Schmitz</name>
42     <timezone>GMT+1</timezone>
43     <roles>
44     <role>Developer</role>
45     </roles>
46     </developer>
47     </developers>
48     <scm>
49     <connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
50     <url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
51     </scm>
52     <organization>
53     <url>http://www.wikisquare.de</url>
54     </organization>
55     <dependencies>
56 alfonx 765
57    
58     <dependency>
59 alfonx 755 <groupId>org.geotools</groupId>
60     <artifactId>gt-render</artifactId>
61 alfonx 756 <version>${geotools.version}</version>
62 alfonx 755 <type>jar</type>
63     <scope>compile</scope>
64     </dependency>
65    
66     <dependency>
67     <groupId>org.geotools</groupId>
68     <artifactId>gt-shapefile-renderer</artifactId>
69 alfonx 756 <version>${geotools.version}</version>
70 alfonx 755 <type>jar</type>
71     <scope>compile</scope>
72     </dependency>
73    
74     <dependency>
75     <groupId>org.geotools</groupId>
76     <artifactId>gt-legacy</artifactId>
77 alfonx 756 <version>${geotools.version}</version>
78 alfonx 755 <type>jar</type>
79     <scope>compile</scope>
80     </dependency>
81 alfonx 756
82    
83 alfonx 755 <dependency>
84     <groupId>org.geotools</groupId>
85     <artifactId>gt-brewer</artifactId>
86 alfonx 756 <version>${geotools.version}</version>
87 alfonx 755 <type>jar</type>
88     <scope>compile</scope>
89     </dependency>
90 alfonx 756
91    
92 alfonx 755 <dependency>
93     <groupId>org.geotools</groupId>
94     <artifactId>gt-image</artifactId>
95 alfonx 756 <version>${geotools.version}</version>
96 alfonx 755 <type>jar</type>
97     <scope>compile</scope>
98     </dependency>
99 alfonx 756
100 alfonx 755 <dependency>
101     <groupId>org.geotools</groupId>
102 alfonx 758 <artifactId>gt-coverage</artifactId>
103     <version>${geotools.version}</version>
104     <type>jar</type>
105     <scope>compile</scope>
106     </dependency>
107    
108    
109     <dependency>
110     <groupId>org.geotools</groupId>
111 alfonx 755 <artifactId>gt-geotiff</artifactId>
112 alfonx 756 <version>${geotools.version}</version>
113 alfonx 755 <type>jar</type>
114     <scope>compile</scope>
115     </dependency>
116 alfonx 756
117    
118 alfonx 755 <dependency>
119     <groupId>org.geotools</groupId>
120     <artifactId>gt-swing</artifactId>
121 alfonx 756 <version>${geotools.version}</version>
122 alfonx 755 <type>jar</type>
123     <scope>compile</scope>
124     </dependency>
125    
126     <dependency>
127     <groupId>jfree</groupId>
128     <artifactId>jfreechart</artifactId>
129     <version>1.0.13</version>
130     </dependency>
131    
132     <dependency>
133     <groupId>org.geotools</groupId>
134     <artifactId>gt-main</artifactId>
135 alfonx 756 <version>${geotools.version}</version>
136 alfonx 755 <type>jar</type>
137     <scope>compile</scope>
138     </dependency>
139    
140     <dependency>
141     <groupId>org.geotools</groupId>
142     <artifactId>gt-arcgrid</artifactId>
143 alfonx 756 <version>${geotools.version}</version>
144 alfonx 755 <type>jar</type>
145     <scope>compile</scope>
146     </dependency>
147    
148    
149     <dependency>
150     <groupId>log4j</groupId>
151     <artifactId>log4j</artifactId>
152     <version>1.2.14</version>
153     <type>jar</type>
154     <scope>compile</scope>
155     </dependency>
156     <dependency>
157     <groupId>junit</groupId>
158     <artifactId>junit</artifactId>
159     <version>4.8.1</version>
160     <type>jar</type>
161     <scope>compile</scope>
162     </dependency>
163     <dependency>
164     <groupId>colt</groupId>
165     <artifactId>colt</artifactId>
166     <version>1.2.0</version>
167     <type>jar</type>
168     <scope>compile</scope>
169     </dependency>
170     <dependency>
171     <groupId>javax.media</groupId>
172     <artifactId>jai_core</artifactId>
173     <version>1.1.3</version>
174     <type>jar</type>
175     <scope>compile</scope>
176     </dependency>
177     <dependency>
178     <groupId>commons-io</groupId>
179     <artifactId>commons-io</artifactId>
180     <version>1.4</version>
181     <type>jar</type>
182     <scope>compile</scope>
183     </dependency>
184     <dependency>
185     <groupId>net.jini</groupId>
186     <artifactId>jini-ext</artifactId>
187     <version>2.1</version>
188     <type>jar</type>
189     <scope>compile</scope>
190     </dependency>
191 alfonx 758 <dependency>
192     <groupId>com.miglayout</groupId>
193     <artifactId>miglayout</artifactId>
194     <version>3.7.2</version>
195     </dependency>
196     <dependency>
197     <groupId>jdom</groupId>
198     <artifactId>jdom</artifactId>
199     <version>1.1</version>
200     </dependency>
201 alfonx 755 </dependencies>
202    
203     <build>
204     <sourceDirectory>src</sourceDirectory>
205     <testSourceDirectory>src_junit</testSourceDirectory>
206     <outputDirectory>classes</outputDirectory>
207     <testOutputDirectory>test-classes</testOutputDirectory>
208     <directory>dist</directory>
209     <finalName>schmitzm-2.0.x</finalName>
210     <plugins>
211     <plugin>
212     <artifactId>maven-compiler-plugin</artifactId>
213     <configuration>
214     <source>1.6</source>
215     <target>1.6</target>
216     </configuration>
217     </plugin>
218    
219     <plugin>
220     <groupId>org.apache.maven.plugins</groupId>
221     <artifactId>maven-eclipse-plugin</artifactId>
222     <version>2.5</version>
223     <configuration>
224     <downloadSources>true</downloadSources>
225     <downloadJavadocs>true</downloadJavadocs>
226     </configuration>
227     </plugin>
228    
229     </plugins>
230     </build>
231    
232     <repositories>
233     <repository>
234     <id>osgeo</id>
235     <name>Open Source Geospatial Foundation Repository</name>
236     <url>http://download.osgeo.org/webdav/geotools/</url>
237     </repository>
238     </repositories>
239 alfonx 756
240     <distributionManagement>
241     <repository>
242     <id>artifactory-releases</id>
243     <name>CPA Internal Repository</name>
244     <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>
245     </repository>
246     <snapshotRepository>
247     <id>artifactory</id>
248     <name>CPA Internal Snapshot Repository</name>
249     <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>
250     </snapshotRepository>
251     </distributionManagement>
252    
253 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