[Schmitzm-commits] r784 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sun Apr 4 18:57:00 CEST 2010
Author: alfonx
Date: 2010-04-04 18:56:57 +0200 (Sun, 04 Apr 2010)
New Revision: 784
Removed:
trunk/dist/
Modified:
trunk/pom.xml
Log:
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-03 14:27:27 UTC (rev 783)
+++ trunk/pom.xml 2010-04-04 16:56:57 UTC (rev 784)
@@ -12,16 +12,17 @@
<url>http://wald.intevation.org/tracker/?group_id=47</url>
</issueManagement>
- <licenses>
- <license>
- <name>Lesser General Public License (LGPL)</name>
- <url>http://www.gnu.org/copyleft/lgpl.txt</url>
- </license>
- </licenses>
+ <licenses>
+ <license>
+ <name>Lesser General Public License (LGPL)</name>
+ <url>http://www.gnu.org/copyleft/lgpl.txt</url>
+ </license>
+ </licenses>
<properties>
<geotools.version>2.6.2</geotools.version>
</properties>
+
<developers>
<developer>
<id>alfonx</id>
@@ -45,16 +46,19 @@
</roles>
</developer>
</developers>
+
<scm>
<connection>scm:https://svn.wald.intevation.org/svn/schmitzm</connection>
<url>https://svn.wald.intevation.org/svn/schmitzm/trunk</url>
</scm>
+
<organization>
<url>http://www.wikisquare.de</url>
</organization>
+
+
<dependencies>
-
-
+
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-render</artifactId>
@@ -79,7 +83,6 @@
<scope>compile</scope>
</dependency>
-
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-brewer</artifactId>
@@ -88,7 +91,6 @@
<scope>compile</scope>
</dependency>
-
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-image</artifactId>
@@ -105,7 +107,6 @@
<scope>compile</scope>
</dependency>
-
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-geotiff</artifactId>
@@ -114,7 +115,6 @@
<scope>compile</scope>
</dependency>
-
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-swing</artifactId>
@@ -153,7 +153,6 @@
<scope>compile</scope>
</dependency>
-
<dependency>
<!--
Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.
@@ -171,6 +170,7 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+
<dependency>
<groupId>colt</groupId>
<artifactId>colt</artifactId>
@@ -178,6 +178,7 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+
<dependency>
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
@@ -185,6 +186,7 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -192,6 +194,7 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+
<dependency>
<groupId>net.jini</groupId>
<artifactId>jini-ext</artifactId>
@@ -199,26 +202,50 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+
<dependency>
<groupId>com.miglayout</groupId>
<artifactId>miglayout</artifactId>
<version>3.7.2</version>
</dependency>
+
<dependency>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
<version>1.1</version>
</dependency>
+
</dependencies>
+
<build>
+
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>src_junit</testSourceDirectory>
+
<outputDirectory>classes</outputDirectory>
<testOutputDirectory>test-classes</testOutputDirectory>
+
<directory>dist</directory>
<finalName>schmitzm-2.0.x</finalName>
+
+
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <filtering>false</filtering>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ <targetPath>classes</targetPath>
+ </resource>
+ </resources>
+
+
<plugins>
+
+
+
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
@@ -238,38 +265,47 @@
</plugin>
</plugins>
+
</build>
- <repositories>
- <repository>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <id>central</id>
- <name>libs-releases</name>
- <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
- </repository>
- <repository>
- <snapshots />
- <id>snapshots</id>
- <name>libs-snapshots</name>
- <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
- </repository>
- </repositories>
-<distributionManagement>
+ <repositories>
- <snapshotRepository>
- <id>artifactory.wikisquare.de</id>
- <name>artifactory.wikisquare.de-snapshots</name>
- <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url>
- </snapshotRepository>
- <repository>
- <id>artifactory.wikisquare.de</id>
- <name>artifactory.wikisquare.de-releases</name>
- <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url>
- </repository>
-
-</distributionManagement>
+ <repository>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <id>central</id>
+ <name>libs-releases</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
+ </repository>
+ <repository>
+ <snapshots />
+ <id>snapshots</id>
+ <name>libs-snapshots</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
+ </repository>
+
+ </repositories>
+
+
+ <distributionManagement>
+
+ <repository>
+ <id>artifactory.wikisquare.de</id>
+ <name>artifactory.wikisquare.de-releases</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local
+ </url>
+ </repository>
+
+ <snapshotRepository>
+ <id>artifactory.wikisquare.de</id>
+ <name>artifactory.wikisquare.de-snapshots</name>
+ <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local
+ </url>
+ </snapshotRepository>
+
+ </distributionManagement>
+
</project>
More information about the Schmitzm-commits
mailing list