Skip to content

Commit

Permalink
Merge pull request #244 from s4u/new-invoker
Browse files Browse the repository at this point in the history
use new feature of maven-invoker-plugin 3.2.2
  • Loading branch information
slawekjaranowski authored Mar 6, 2021
2 parents c18a836 + 4e5b0cf commit 51ab89b
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -409,17 +409,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>cpu-count</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
Expand All @@ -442,8 +431,8 @@
<settingsFile>src/it/settings.xml</settingsFile>
<showErrors>true</showErrors>
<mavenOpts>${argLine}</mavenOpts>
<writeJunitReport>true</writeJunitReport>
<parallelThreads>${cpu.count}</parallelThreads>
<parallelThreads>2C</parallelThreads>
<streamLogsOnFailures>true</streamLogsOnFailures>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 51ab89b

Please sign in to comment.