We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c648b37 commit 735482eCopy full SHA for 735482e
.gitignore
@@ -26,5 +26,5 @@ Thumbs.db
26
.cache-main
27
.cache-tests
28
/cypher-shell.zip
29
-
30
packaging/standalone/src/main/distribution/cypher-shell
+/.profiler/
.mvn/extensions.xml
@@ -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