mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
upgraded invoker version so that the threadcount can be increased to reduce build time
This commit is contained in:
@@ -217,7 +217,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-invoker-plugin</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>3.0.1</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.codehaus.groovy</groupId>
|
||||
@@ -228,7 +228,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<configuration>
|
||||
<!--streamLogs>true</streamLogs-->
|
||||
<!-- The parallel builds cannot be increased beyond 2 as 690 must run before others (can be run parralel to 618 though) -->
|
||||
<parallelThreads>2</parallelThreads>
|
||||
<parallelThreads>4</parallelThreads>
|
||||
<setupIncludes>
|
||||
<setupInclude>690-threadsafety/pom.xml</setupInclude>
|
||||
<setupInclude>618-aggregator-purge/pom.xml</setupInclude>
|
||||
|
||||
Reference in New Issue
Block a user