Mercurial > dive4elements > framework
diff artifacts/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 | 141457e0d7b1 |
children | 0efa3e8e46d4 |
line wrap: on
line diff
--- a/artifacts/pom.xml Thu Sep 24 09:15:56 2009 +0000 +++ b/artifacts/pom.xml Tue Sep 29 10:25:53 2009 +0000 @@ -1,5 +1,5 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<?xml version="1.0"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>de.intevation.bsh.artifacts</groupId> <artifactId>artifacts</artifactId> @@ -7,6 +7,9 @@ <version>1.0-SNAPSHOT</version> <name>artifacts</name> <url>http://maven.apache.org</url> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> <dependencies> </dependencies> </project>