Merge pull request #10 from raygreenwell/master
Tell maven that the file encoding is UTF-8.
This commit is contained in:
@@ -79,6 +79,10 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
</properties>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<!-- we include a few source files in our main jar for use by GWT -->
|
<!-- we include a few source files in our main jar for use by GWT -->
|
||||||
<resources>
|
<resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user