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

zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 01c879787eb Add : add maven profiler (#27344)
01c879787eb is described below

commit 01c879787eb3f38a5b4eaa3306fe8f923824e551
Author: 孙念君 Nianjun Sun <[email protected]>
AuthorDate: Fri Jul 21 10:27:05 2023 +0800

    Add : add maven profiler (#27344)
---
 .gitignore          | 3 +++
 .mvn/extensions.xml | 8 ++++++++
 2 files changed, 11 insertions(+)

diff --git a/.gitignore b/.gitignore
index 61f06255b53..c0acc29b56e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,6 @@ Thumbs.db
 # antlr ignore
 gen/
 *.tokens
+
+# profiler  ignore
+.profiler/
diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 00000000000..dc5b4ce9cf0
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extensions>
+    <extension>
+        <groupId>fr.jcgay.maven</groupId>
+        <artifactId>maven-profiler</artifactId>
+        <version>3.2</version>
+    </extension>
+</extensions>

Reply via email to