comparison pom.xml @ 44:86d2a843e588

Allow REST server to bind to configurable interface. artifacts/trunk@151 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 29 Sep 2009 10:25:53 +0000
parents 48eb2367de2a
children 0efa3e8e46d4
comparison
equal deleted inserted replaced
43:b8516aa3d8a1 44:86d2a843e588
5 <artifactId>artifact-system</artifactId> 5 <artifactId>artifact-system</artifactId>
6 <packaging>pom</packaging> 6 <packaging>pom</packaging>
7 <version>1.0-SNAPSHOT</version> 7 <version>1.0-SNAPSHOT</version>
8 <name>artifact-system</name> 8 <name>artifact-system</name>
9 <url>http://maven.apache.org</url> 9 <url>http://maven.apache.org</url>
10 <properties>
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12 </properties>
10 <build> 13 <build>
11 <plugins> 14 <plugins>
12 <plugin> 15 <plugin>
13 <groupId>org.apache.maven.plugins</groupId> 16 <groupId>org.apache.maven.plugins</groupId>
14 <artifactId>maven-eclipse-plugin</artifactId> 17 <artifactId>maven-eclipse-plugin</artifactId>
24 </configuration> 27 </configuration>
25 </plugin> 28 </plugin>
26 </plugins> 29 </plugins>
27 </build> 30 </build>
28 <repositories> 31 <repositories>
29 <repository> 32 <repository>
30 <id>maven-restlet</id> 33 <id>maven-restlet</id>
31 <name>Public online Restlet repository</name> 34 <name>Public online Restlet repository</name>
32 <url>http://maven.restlet.org</url> 35 <url>http://maven.restlet.org</url>
33 </repository> 36 </repository>
34 </repositories> 37 </repositories>
35 <modules> 38 <modules>
36 <module>artifacts</module> 39 <module>artifacts</module>
37 <module>artifact-database</module> 40 <module>artifact-database</module>

http://dive4elements.wald.intevation.org