summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 779cef1..0231ba4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,6 +7,10 @@
<name>Lean ECP Client</name>
<description>ECP Client w/o OpenSAML Libs</description>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
<distributionManagement>
<repository>
<id>mltk-repo</id>
@@ -30,7 +34,6 @@
<source>1.8</source>
<target>1.8</target>
<compilerArgument>-Xlint:all</compilerArgument>
- <encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>