projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6229898
)
Set source code encoding for compiler plugin to UTF-8.
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 9 Apr 2014 19:51:49 +0000
(21:51 +0200)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Wed, 9 Apr 2014 19:51:49 +0000
(21:51 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
6fa0320
..
5e7dfde
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-43,6
+43,7
@@
<configuration>
<source>1.6</source>
<target>1.6</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>