Skip to content

Commit 735482e

Browse files
committed
Add the maven-profiler extension
This is turned off by default, but can be enabled with -Dprofile, in which case output goes into ./.profiler.
1 parent c648b37 commit 735482e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ Thumbs.db
2626
.cache-main
2727
.cache-tests
2828
/cypher-shell.zip
29-
3029
packaging/standalone/src/main/distribution/cypher-shell
30+
/.profiler/

.mvn/extensions.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extensions>
3+
<extension>
4+
<groupId>fr.jcgay.maven</groupId>
5+
<artifactId>maven-profiler</artifactId>
6+
<version>2.4</version>
7+
</extension>
8+
</extensions>

0 commit comments

Comments
 (0)