Skip to content

Commit

Permalink
Add build profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
boxleytw committed Apr 28, 2017
1 parent b4a99da commit 3b25ae0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.iml
/.idea/
/.profiler/
target/
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>fr.jcgay.maven</groupId>
<artifactId>maven-profiler</artifactId>
<version>2.5</version>
</extension>
</extensions>

0 comments on commit 3b25ae0

Please sign in to comment.