We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719f312 commit fd0920eCopy full SHA for fd0920e
pom.xml
@@ -131,6 +131,24 @@
131
<encoding>UTF-8</encoding>
132
</configuration>
133
</plugin>
134
+<!--
135
+ <plugin>
136
+ <groupId>org.apache.maven.plugins</groupId>
137
+ <artifactId>maven-surefire-plugin</artifactId>
138
+ <version>2.13</version>
139
+ <configuration>
140
+ <parallel>methods</parallel>
141
+ <threadCount>10</threadCount>
142
+ </configuration>
143
+ <dependencies>
144
+ <dependency>
145
+ <groupId>org.apache.maven.surefire</groupId>
146
+ <artifactId>surefire-junit47</artifactId>
147
148
+ </dependency>
149
+ </dependencies>
150
+ </plugin>
151
+-->
152
<plugin>
153
<groupId>org.apache.maven.plugins</groupId>
154
<artifactId>maven-surefire-plugin</artifactId>
0 commit comments