projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32b4809
)
Set encoding in compiler plugin.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 13 Dec 2013 18:07:06 +0000
(19:07 +0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 13 Dec 2013 18:07:06 +0000
(19:07 +0100)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
f506a24
..
5502401
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-87,6
+87,7
@@
<configuration>
<source>1.6</source>
<target>1.6</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>