diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-11-25 00:43:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-11-25 00:45:17 +0100 |
commit | 0e31614ebec9050d0fdc987c8578f999b8d2ef60 (patch) | |
tree | 96d40e5b789443d63dcddb1737e6d7941493e8dc /.mvn | |
parent | 872adb71dc20faea3995fd0ee9eb1dfdcafe26ad (diff) | |
download | jgit-0e31614ebec9050d0fdc987c8578f999b8d2ef60.tar.gz jgit-0e31614ebec9050d0fdc987c8578f999b8d2ef60.zip |
Configure Maven to run tests concurrently by default
Maven 3.3.1 or later supports sharing project specific command line
options
https://maven.apache.org/docs/3.3.1/release-notes.html
Change-Id: I61ddf08ff8c0ebb76fc2e1d0a0cd5902c65f9469
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to '.mvn')
-rw-r--r-- | .mvn/maven.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.mvn/maven.config b/.mvn/maven.config new file mode 100644 index 0000000000..ebbe28853d --- /dev/null +++ b/.mvn/maven.config @@ -0,0 +1 @@ +-T 1C |