summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>