maven-buildtime-extension
maven-buildtime-extension copied to clipboard
plugin timestamp are not showing
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>
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.