Browse Source

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>
stable-4.6
Matthias Sohn 8 years ago
parent
commit
0e31614ebe
  1. 1
      .mvn/maven.config

1
.mvn/maven.config

@ -0,0 +1 @@
-T 1C
Loading…
Cancel
Save