/[schmitzm]/branches/2.1/pom.xml
ViewVC logotype

Diff of /branches/2.1/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 758 by alfonx, Mon Mar 8 13:11:47 2010 UTC revision 805 by mojays, Fri Apr 16 10:32:26 2010 UTC
# Line 5  Line 5 
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.0.x-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                    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24                  <geotools.version>2.6.2</geotools.version>                  <geotools.version>2.6.2</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>
# Line 36  Line 46 
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>
# Line 77  Line 85 
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>
# Line 86  Line 93 
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>
# Line 103  Line 109 
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>
# Line 112  Line 117 
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>
# Line 125  Line 129 
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>
# Line 143  Line 148 
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>
# Line 158  Line 173 
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>
# Line 165  Line 181 
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>
# Line 172  Line 189 
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>
# Line 179  Line 197 
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>
# Line 186  Line 205 
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                    <!--    <directory>dist</directory>-->
232    
233                  <finalName>schmitzm-2.0.x</finalName>                  <finalName>schmitzm-2.0.x</finalName>
234    
235                    <resources>
236                            <resource>
237                                    <directory>src</directory>
238                                    <filtering>false</filtering>
239                                    <excludes>
240                                            <exclude>**/*.html</exclude>
241                                            <exclude>**/*.java</exclude>
242                                            <exclude>**/*.svn*</exclude>
243                                            <exclude>**/*.cvs</exclude>
244                                            <exclude>**/*~</exclude>
245                                            <exclude>**/Thumbs.db</exclude>
246                                    </excludes>
247                            </resource>
248                    </resources>
249    
250                  <plugins>                  <plugins>
251                          <plugin>                          <plugin>
252                                    <groupId>org.apache.maven.plugins</groupId>
253                                    <artifactId>maven-source-plugin</artifactId>
254                                    <executions>
255                                            <execution>
256                                                    <id>attach-sources</id>
257                                                    <goals>
258                                                            <goal>jar</goal>
259                                                    </goals>
260                                            </execution>
261                                    </executions>
262                            </plugin>
263    
264                            <plugin>
265                                    <groupId>org.apache.maven.plugins</groupId>
266                                  <artifactId>maven-compiler-plugin</artifactId>                                  <artifactId>maven-compiler-plugin</artifactId>
267                                    <version>2.2</version>
268                                  <configuration>                                  <configuration>
269                                          <source>1.6</source>                                          <source>1.6</source>
270                                          <target>1.6</target>                                          <target>1.6</target>
271                                            <excludes>
272                                                    <exclude>**/.svn</exclude> <!-- ??? -->
273                                            </excludes>
274                                  </configuration>                                  </configuration>
275                          </plugin>                          </plugin>
276    
277                          <plugin>                          <plugin>
278                                  <groupId>org.apache.maven.plugins</groupId>                                  <groupId>org.apache.maven.plugins</groupId>
279                                  <artifactId>maven-eclipse-plugin</artifactId>                                  <artifactId>maven-eclipse-plugin</artifactId>
280                                  <version>2.5</version>                                  <version>2.8</version>
281                                  <configuration>                                  <configuration>
282                                          <downloadSources>true</downloadSources>                                          <downloadSources>true</downloadSources>
283                                          <downloadJavadocs>true</downloadJavadocs>                                          <downloadJavadocs>false</downloadJavadocs>
284                                  </configuration>                                  </configuration>
285                          </plugin>                          </plugin>
286    
287                  </plugins>                  </plugins>
288    
289          </build>          </build>
290    
291    
292          <repositories>          <repositories>
293    
294                  <repository>                  <repository>
295                          <id>osgeo</id>                          <snapshots>
296                          <name>Open Source Geospatial Foundation Repository</name>                                  <enabled>false</enabled>
297                          <url>http://download.osgeo.org/webdav/geotools/</url>                          </snapshots>
298                            <id>central</id>
299                            <name>libs-releases</name>
300                            <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
301                  </repository>                  </repository>
302    
303                    <repository>
304                            <snapshots />
305                            <id>snapshots</id>
306                            <name>libs-snapshots</name>
307                            <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
308                    </repository>
309    
310          </repositories>          </repositories>
311    
312          <distributionManagement>          <distributionManagement>
313    
314                  <repository>                  <repository>
315                          <id>artifactory-releases</id>                          <id>artifactory.wikisquare.de</id>
316                          <name>CPA Internal Repository</name>                          <name>artifactory.wikisquare.de-releases</name>
317                          <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>                          <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url>
318                  </repository>                  </repository>
319    
320                  <snapshotRepository>                  <snapshotRepository>
321                          <id>artifactory</id>                          <id>artifactory.wikisquare.de</id>
322                          <name>CPA Internal Snapshot Repository</name>                          <name>artifactory.wikisquare.de-snapshots</name>
323                          <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>                          <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url>
324                  </snapshotRepository>                  </snapshotRepository>
325    
326          </distributionManagement>          </distributionManagement>
327    
328  </project>  </project>

Legend:
Removed from v.758  
changed lines
  Added in v.805

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26