Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Up until now cloneProjectsTo is never set, which means that by default the source-directory gets polluted with the IT test execution.
You often see this parameter is set to target/its, so let's use that as the new default.
To ensure the IT output-folder is in the correct state, it is also better the set cloneClean to true by default. This is more efficient compared to mvn clean because only a subset of the folders are cleaned.