File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change 981981 <jacocoArgLine />
982982 <sonar-maven-plugin .version>3.9.1.2184</sonar-maven-plugin .version>
983983 <shell-executable >bash</shell-executable >
984- <surefire .provider>surefire-junit47</surefire .provider>
985984 <!-- default: run small & medium, medium with 2 threads -->
986985 <surefire .skipFirstPart>false</surefire .skipFirstPart>
987986 <surefire .skipSecondPart>false</surefire .skipSecondPart>
19631962 </property >
19641963 </properties >
19651964 </configuration >
1966- <dependencies >
1967- <!-- by default surefire selects dynamically the connector to the unit tests
1968- tool. We want to use always the same as the different connectors can have different
1969- bugs and behaviour. -->
1970- <dependency >
1971- <groupId >org.apache.maven.surefire</groupId >
1972- <artifactId >${surefire.provider}</artifactId >
1973- <version >${surefire.version} </version >
1974- </dependency >
1975- </dependencies >
19761965 <executions >
19771966 <execution >
19781967 <id >secondPartTestsExecution</id >
47334722 </property >
47344723 </activation >
47354724 <properties >
4736- <surefire .provider>surefire-junit4</surefire .provider>
47374725 <surefire .skipFirstPart>false</surefire .skipFirstPart>
47384726 <surefire .skipSecondPart>true</surefire .skipSecondPart>
47394727 <surefire .firstPartGroups/>
You can’t perform that action at this time.
0 commit comments