diff 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
line wrap: on
line diff
--- a/pom.xml	Thu Sep 24 09:15:56 2009 +0000
+++ b/pom.xml	Tue Sep 29 10:25:53 2009 +0000
@@ -7,6 +7,9 @@
   <version>1.0-SNAPSHOT</version>
   <name>artifact-system</name>
   <url>http://maven.apache.org</url>
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
   <build>
     <plugins>
       <plugin>
@@ -26,10 +29,10 @@
     </plugins>
   </build>
   <repositories>
-    <repository>  
-        <id>maven-restlet</id>  
-        <name>Public online Restlet repository</name>  
-        <url>http://maven.restlet.org</url>  
+    <repository>
+      <id>maven-restlet</id>
+      <name>Public online Restlet repository</name>
+      <url>http://maven.restlet.org</url>
     </repository>
   </repositories>
   <modules>

http://dive4elements.wald.intevation.org