updated invoker config as we no longer need to run setup projects first

This commit is contained in:
Jeremy Long
2017-09-15 17:35:28 -04:00
parent 1e96b43720
commit 620e518e92

View File

@@ -230,11 +230,11 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
</dependency>
</dependencies>
<configuration>
<streamLogs>true</streamLogs>
<!--streamLogs>true</streamLogs-->
<parallelThreads>4</parallelThreads>
<setupIncludes>
<!--setupIncludes>
<setupInclude>690-threadsafety/pom.xml</setupInclude>
</setupIncludes>
</setupIncludes-->
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<localRepositoryPath>target/local-repo</localRepositoryPath>
</configuration>