elasticpath / mvnmin

Builds only changed maven modules, speeding up your multi-module maven project builds.
Apache License 2.0
44 stars 0 forks source link

single-threaded reactors not run single-threaded. #8

Closed ivanjensen-ep closed 3 years ago

ivanjensen-ep commented 3 years ago

Actual Result Reactors defined as single-thread="true" still receive the threading flags from the command line.

Expected Result Single-threaded reactors should be invoked in a single-threaded manner.