Created
June 25, 2016 22:01
-
-
Save qerub/bc2c2793fe5ac80db73145dae952d8d3 to your computer and use it in GitHub Desktop.
Good starter properties for Java 8 and Maven
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<properties> | |
<maven.compiler.source>1.8</maven.compiler.source> | |
<maven.compiler.target>1.8</maven.compiler.target> | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
</properties> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment