Merge remote-tracking branch 'origin/jetty-10.0.x' into jetty-11.0.x
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
commit
157026ed2c
|
@ -6,6 +6,10 @@
|
|||
<name>Jetty :: Build Resources</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -719,6 +719,10 @@
|
|||
<junit.jupiter.extensions.autodetection.enabled>true</junit.jupiter.extensions.autodetection.enabled>
|
||||
<jetty.testtracker.log>${jetty.testtracker.log}</jetty.testtracker.log>
|
||||
</systemPropertyVariables>
|
||||
<!-- The LC_ALL env variable must have some UTF variant otherwise creating and/or reading files with non-ascii names doesn't work -->
|
||||
<environmentVariables>
|
||||
<LC_ALL>en_US.UTF-8</LC_ALL>
|
||||
</environmentVariables>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue