Skip to content

Commit

Permalink
Add maven plugin profiling extension
Browse files Browse the repository at this point in the history
This can be enabled with -Dbuildtime.output.log=true and profiles the
time spent in each Maven plugin
  • Loading branch information
cberner committed May 3, 2016
1 parent debefe5 commit ec2f284
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
<artifactId>takari-concurrent-localrepo</artifactId>
<version>0.0.7</version>
</extension>
<extension>
<groupId>co.leantechniques</groupId>
<artifactId>maven-buildtime-extension</artifactId>
<version>3.0.0</version>
</extension>
</extensions>

0 comments on commit ec2f284

Please sign in to comment.