maven-buildtime-extension icon indicating copy to clipboard operation
maven-buildtime-extension copied to clipboard

plugin timestamp are not showing

Open delanym opened this issue 4 years ago • 1 comments

I don't see the plugin timings like in the README.md example. I'm doing a reactor build, and I see the time it took each project. No plugin-level timings.

maven.config

-Dbuildtime.output.log=true

extensions.xml

<extensions>
  <extension>
    <groupId>co.leantechniques</groupId>
    <artifactId>maven-buildtime-extension</artifactId>
    <version>3.0.3</version>
  </extension>
</extensions>

delanym avatar Apr 22 '20 15:04 delanym

I won't be able to contribute my time to this project. My first thought is to try to add -Dbuildtime.output.log=true to the command line and see if you get a different result. It doesn't appear to be picking up that setting.

timgifford avatar Apr 22 '20 19:04 timgifford