This is an automated email from the ASF dual-hosted git repository.
jhelou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 98fb74ce61 Add and enable build profiling extensions; add parallel
build configuration
98fb74ce61 is described below
commit 98fb74ce61ed0551a0447f761e4901376904cfaa
Author: Wojciech Kapcia <[email protected]>
AuthorDate: Tue Mar 21 10:51:25 2023 -0300
Add and enable build profiling extensions; add parallel build configuration
---
.mvn/extensions.xml | 24 ++++++++++++++++++++++++
.mvn/maven.config | 2 ++
2 files changed, 26 insertions(+)
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
index d5426a6202..259604742e 100644
--- a/.mvn/extensions.xml
+++ b/.mvn/extensions.xml
@@ -19,4 +19,28 @@
<artifactId>common-custom-user-data-maven-extension</artifactId>
<version>2.0.1</version>
</extension>
+
+
+<!-- <extension>-->
+<!-- <!– outputs result directly to the build log
–>-->
+<!-- <groupId>com.soebes.maven.extensions</groupId>-->
+<!-- <artifactId>maven-buildtime-profiler</artifactId>-->
+<!-- <version>0.2.0</version>-->
+<!-- </extension>-->
+
+ <extension>
+ <!-- https://github.com/timgifford/maven-buildtime-extension -->
+ <!-- to run it add `-Dbuildtime.output.log=true` to the mvn command -->
+ <!-- to output to csv file:
`-Dbuildtime.output.csv.file=buildtime.csv` -->
+ <groupId>co.leantechniques</groupId>
+ <artifactId>maven-buildtime-extension</artifactId>
+ <version>3.0.5</version>
+ </extension>
+
+ <extension>
+ <!-- requires enabling during execution: `-Dprofile
-DprofileFormat=JSON,HTML` -->
+ <groupId>fr.jcgay.maven</groupId>
+ <artifactId>maven-profiler</artifactId>
+ <version>3.2</version>
+ </extension>
</extensions>
diff --git a/.mvn/maven.config b/.mvn/maven.config
new file mode 100644
index 0000000000..ae2b0852d8
--- /dev/null
+++ b/.mvn/maven.config
@@ -0,0 +1,2 @@
+-Daether.dependencyCollector.impl=bf
+-Dmaven.artifact.threads=5
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]