mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Remove useless encoding options
This commit is contained in:
parent
03579e7728
commit
1142b467ee
1 changed files with 0 additions and 3 deletions
3
pom.xml
3
pom.xml
|
|
@ -429,9 +429,6 @@
|
|||
<version>2.17</version>
|
||||
<configuration>
|
||||
<argLine>-Xmx2g -Xms1g -Dfile.encoding=UTF-8</argLine>
|
||||
<encoding>UTF-8</encoding>
|
||||
<inputEncoding>UTF-8</inputEncoding>
|
||||
<outputEncoding>UTF-8</outputEncoding>
|
||||
</configuration>
|
||||
<!-- <excludes> <exclude>**/itest/**</exclude> </excludes> <executions>
|
||||
<execution> <id>surefire-itest</id> <phase>integration-test</phase> <goals>
|
||||
|
|
|
|||
Loading…
Reference in a new issue