You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2023/03/03 22:05:21 UTC

[directory-scimple] 01/01: Enable parallel Maven builds

This is an automated email from the ASF dual-hosted git repository.

bdemers pushed a commit to branch build-speed-11
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 623181597908f815cb9af206a389e739d80435a5
Author: Brian Demers <bd...@apache.org>
AuthorDate: Fri Mar 3 17:05:12 2023 -0500

    Enable parallel Maven builds
---
 .mvn/maven.config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 00000000..4336b205
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1,2 @@
+--threads=1.5C
+