Simple build extension for Maven 3.0.2 or newer which notifies the user when a build is complete.
Currently supported on Linux and Mac OS X 10.8 or higher.
To build the desktop notifier, download a copy of the sources, and then from within the directory:
mvn package
To install the desktop notifier, simply copy target/maven-desktop-notifier-*.jar
to the lib/ext
directory of your Maven installation.
On Linux Maven Desktop Notifier uses notify-send
. Tests were performed on Gnome 3, KDE 4, Unity but other
compliant implementations, for instance those provided by Cinnamon and Xfce should work just fine.
On Mac OS X 10.8 or higher, Maven Desktop Notifier uses terminal-notifier
. Installation instructions for terminal-notifier
can be found
here.