Skip to content

landro/maven-build-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buildtime Extension
---------------------

Outputs to the console how long the different maven plugins take to execute

To use it, _mvn clean install_, and add this to your parent POM:

<build>
  <extensions>
    <extension>
      <groupId>no.bekk.bekkopen</groupId>
      <artifactId>buildtime-maven-extension</artifactId>
      <version>3.5.0</version>
    </extension>
  </extensions>
</build>

Works with maven 3.5.0, but can easily be adapted to work with other versions as well.

About

Maven build plugin that will time mojo execution times

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages