summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-04 12:06:29 +0000
committerclemenso <clemenso@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4>2008-11-04 12:06:29 +0000
commit033e4f4c67fddb5e52e48173418cca826838c618 (patch)
treec16a436515bef48f559e8861e1a16717fb9c8623
parent9fcce6749092eb6c5d266dd1dd7099e88014fbd7 (diff)
downloadmocca-033e4f4c67fddb5e52e48173418cca826838c618.tar.gz
mocca-033e4f4c67fddb5e52e48173418cca826838c618.tar.bz2
mocca-033e4f4c67fddb5e52e48173418cca826838c618.zip
UTF-8 encoding sources and resources
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@144 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
-rw-r--r--pom.xml11
-rw-r--r--smcc/pom.xml10
2 files changed, 9 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index d2fe06a1..2e42e750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
@@ -47,7 +47,7 @@
<name>E-Government Innovation Center (EGIZ)</name>
<url>http://www.egiz.gv.at</url>
</organization>
- <build>
+ <build>
<pluginManagement>
<plugins>
<plugin>
@@ -63,8 +63,15 @@
<target>1.6</target>
<verbose>true</verbose>
<showWarnings>true</showWarnings>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
+ <plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<groupId>org.apache.maven.plugins</groupId>
diff --git a/smcc/pom.xml b/smcc/pom.xml
index 9fa81387..5b5c2256 100644
--- a/smcc/pom.xml
+++ b/smcc/pom.xml
@@ -12,16 +12,6 @@
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<url>http://bku.egiz.gv.at</url>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <configuration>
- <encoding>UTF-8</encoding>
- </configuration>
- </plugin>
- </plugins>
- </build>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>