Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/.mvn
diff options
context:
space:
mode:
authorMatthias Sohn2016-11-24 23:43:11 +0000
committerMatthias Sohn2016-11-24 23:45:17 +0000
commit0e31614ebec9050d0fdc987c8578f999b8d2ef60 (patch)
tree96d40e5b789443d63dcddb1737e6d7941493e8dc /.mvn
parent872adb71dc20faea3995fd0ee9eb1dfdcafe26ad (diff)
downloadjgit-0e31614ebec9050d0fdc987c8578f999b8d2ef60.tar.gz
jgit-0e31614ebec9050d0fdc987c8578f999b8d2ef60.tar.xz
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.config1
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

Back to the top