projects
/
xudocci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76ee64
)
Configure compiler plugin to use UTF-8.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 5 Jan 2014 20:40:03 +0000
(21:40 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Sun, 5 Jan 2014 20:40:03 +0000
(21:40 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
2764b79
..
4d80c6b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-61,6
+61,7
@@
<configuration>
<source>1.8</source>
<target>1.8</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>