|
|
@ -317,8 +317,10 @@ under the License.
|
|
|
|
<forkNumber>0${surefire.forkNumber}</forkNumber>
|
|
|
|
<forkNumber>0${surefire.forkNumber}</forkNumber>
|
|
|
|
<log4j.configuration>${log4j.configuration}</log4j.configuration>
|
|
|
|
<log4j.configuration>${log4j.configuration}</log4j.configuration>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
</systemPropertyVariables>
|
|
|
|
|
|
|
|
<!-- Prevent ORA-01882: timezone region not found errors due to the Oracle DB
|
|
|
|
|
|
|
|
does not understanding some time zone which used in Ubuntu OS -->
|
|
|
|
<argLine>-Xms256m -Xmx2048m -Dmvn.forkNumber=${surefire.forkNumber}
|
|
|
|
<argLine>-Xms256m -Xmx2048m -Dmvn.forkNumber=${surefire.forkNumber}
|
|
|
|
-XX:+UseG1GC
|
|
|
|
-XX:+UseG1GC -Doracle.jdbc.timezoneAsRegion=false
|
|
|
|
</argLine>
|
|
|
|
</argLine>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|