fork count zero
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2024-09-01 23:17:57 -04:00
parent bb18da86b6
commit c5ac741b09

11
pom.xml
View File

@ -430,6 +430,16 @@
<!-- To execute this profile, run a command like "mvn test -P integration" -->
<profile>
<id>integration</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<forkCount>0</forkCount>
</plugin>
</plugins>
</build>
<properties>
<!--The tests to run-->
<groups>fast,unit,integration</groups>
@ -446,6 +456,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<forkCount>0</forkCount>
<configuration>
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
</configuration>