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:20 UTC

[directory-scimple] branch build-speed-11 created (now 62318159)

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

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


      at 62318159 Enable parallel Maven builds

This branch includes the following new commits:

     new 62318159 Enable parallel Maven builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by bd...@apache.org.
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
+