Skip to content

Commit 08a8052

Browse files
author
vishwakarma
committed
commenting out maven-surefire-plugin configuration
1 parent 3e4a920 commit 08a8052

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-surefire-plugin</artifactId>
6565
<version>3.0.0</version>
66-
<configuration>
67-
<forkCount>3</forkCount>
68-
<reuseForks>true</reuseForks>
69-
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
70-
</configuration>
66+
<!-- <configuration>-->
67+
<!-- <forkCount>3</forkCount>-->
68+
<!-- <reuseForks>true</reuseForks>-->
69+
<!-- <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>-->
70+
<!-- </configuration>-->
7171
</plugin>
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)