mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 01:29:43 +01:00
updated invoker plugin to use 2 threads
This commit is contained in:
@@ -245,10 +245,12 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
|||||||
<artifactId>maven-invoker-plugin</artifactId>
|
<artifactId>maven-invoker-plugin</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<!--parallelThreads>4</parallelThreads-->
|
<!--streamLogs>true</streamLogs-->
|
||||||
<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>
|
||||||
<setupIncludes>
|
<setupIncludes>
|
||||||
<setupInclude>690-threadsafety/pom.xml</setupInclude>
|
<setupInclude>690-threadsafety/pom.xml</setupInclude>
|
||||||
|
<setupInclude>618-aggregator-purge/pom.xml</setupInclude>
|
||||||
</setupIncludes>
|
</setupIncludes>
|
||||||
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
|
||||||
<localRepositoryPath>target/local-repo</localRepositoryPath>
|
<localRepositoryPath>target/local-repo</localRepositoryPath>
|
||||||
|
|||||||
Reference in New Issue
Block a user