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>
This commit is contained in:
Matthias Sohn 2016-11-25 00:43:11 +01:00
parent 872adb71dc
commit 0e31614ebe
1 changed files with 1 additions and 0 deletions

1
.mvn/maven.config Normal file
View File

@ -0,0 +1 @@
-T 1C