Maven Reactor Progress
Display or notify the progress of a maven build, especially for a long multi-module build
Usage :
<plugin> <groupId>com.github.wokier.progress-maven-plugin</groupId> <artifactId>progress-maven-plugin</artifactId> <version>0.6</version> <executions> <execution> <goals> <goal>display-progress</goal> or <goal>notify-progress</goal> </goals> </execution> </executions> </plugin>
Release Notes :
- 0.6 2015-05-16 Uses java-to-OS-notify v0.6 + @threadSafe & progress.minimumNotifyMillis
- 0.5 2013-08-30 Uses java-to-OS-notify v0.5
0.4- 0.3 2013-04-20 Maven Central Release
The plugin use https://github.com/wokier/java-to-OS-notify
Have a look there to have pretty notifications