remove junit fork
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
4192b6c06e
commit
f466161914
13
pom.xml
13
pom.xml
@ -430,18 +430,6 @@
|
||||
<!-- 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>
|
||||
<configuration>
|
||||
<forkCount>0</forkCount>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
<!--The tests to run-->
|
||||
<groups>fast,unit,integration</groups>
|
||||
@ -459,7 +447,6 @@
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<configuration>
|
||||
<forkCount>0</forkCount>
|
||||
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user