Skip to content
This repository was archived by the owner on Apr 18, 2019. It is now read-only.

Commit 6b3c5bd

Browse files
committed
Set encoding to UTF-8
Fix warning: Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
1 parent d02477d commit 6b3c5bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎maven-sample/pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<groupId>sample</groupId>
55
<artifactId>scala-module-dependency-sample</artifactId>
66
<version>1.0-SNAPSHOT</version>
7+
<properties>
8+
<encoding>UTF-8</encoding>
9+
</properties>
710
<!-- Maven profiles allow you to support both Scala 2.10, 2.11 and Scala 2.12 with
811
the right dependencies for modules specified for each version separately -->
912
<profiles>

0 commit comments

Comments
 (0)