We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5361e73 commit fbc5edfCopy full SHA for fbc5edf
pom.xml
@@ -82,6 +82,30 @@
82
</dependency>
83
</dependencies>
84
85
+ <build>
86
+ <plugins>
87
+ <plugin>
88
+ <groupId>org.apache.maven.plugins</groupId>
89
+ <artifactId>maven-compiler-plugin</artifactId>
90
+ <version>3.5.1</version>
91
+ <configuration>
92
+ <source>1.6</source>
93
+ <target>1.6</target>
94
+ <encoding>UTF-8</encoding>
95
+ </configuration>
96
+ </plugin>
97
+
98
99
100
+ <artifactId>maven-surefire-plugin</artifactId>
101
+ <version>2.19.1</version>
102
103
+ <argLine>-Dfile.encoding=UTF-8</argLine>
104
105
106
+ </plugins>
107
+ </build>
108
109
<profiles>
110
<profile>
111
<id>release-sign-artifacts</id>
0 commit comments