Skip to content

Commit

Permalink
Add the maven-profiler extension
Browse files Browse the repository at this point in the history
This is turned off by default, but can be enabled with -Dprofile, in
which case output goes into ./.profiler.
  • Loading branch information
benbc committed Sep 22, 2016
1 parent c648b37 commit 735482e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -26,5 +26,5 @@ Thumbs.db
.cache-main
.cache-tests
/cypher-shell.zip

packaging/standalone/src/main/distribution/cypher-shell
/.profiler/
8 changes: 8 additions & 0 deletions .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>2.4</version>
</extension>
</extensions>

0 comments on commit 735482e

Please sign in to comment.