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

Annotation of /branches/2.3.KECK/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 756 - (hide annotations)
Fri Mar 5 17:00:22 2010 UTC (14 years, 11 months ago) by alfonx
Original Path: trunk/pom.xml
File MIME type: text/xml
File size: 5813 byte(s)
improved the pom.xml and organized some imports

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