Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/split_repo_into_scenarios_core' …
Browse files Browse the repository at this point in the history
…into split_repo_into_scenarios_core
  • Loading branch information
jakobrehmann committed Jan 28, 2025
2 parents 116323b + 231ae95 commit 80a5193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,13 +272,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.5.2</version>
<configuration>
<excludes>
<exclude>**/*$*</exclude> <!-- exclude all inner classes -->
</excludes>
<!-- Don't run multiple tests in one jvm! Class mocking interferes with the integration test -->
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<!-- avoid out of memory errors: -->
<argLine>@{argLine} -Xmx6500m -Djava.awt.headless=true -Dmatsim.preferLocalDtds=true</argLine>
</configuration>
Expand Down

0 comments on commit 80a5193

Please sign in to comment.