projects
/
Sone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36a6002
)
Set encoding of source files to UTF-8.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 13 Oct 2010 05:54:49 +0000
(07:54 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Wed, 13 Oct 2010 05:54:49 +0000
(07:54 +0200)
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
4b239fc
..
94d63d5
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-22,6
+22,9
@@
<scope>provided</scope>
</dependency>
</dependencies>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
<build>
<plugins>
<plugin>