- Fix sound not playing with SoundNotifier (6b6b861)
- Reset all state in EventSpy#init to works with mvnd (db9c057)
- Reset build timer when closing the EventSpy (ac1433a)
- Do not close notifier with mvnd (1de061c)
- Build with GitHub actions (eea0d96)
- Use send-notification 0.15.1 (f1c6968)
- Set timeout when building send-notifier Application (19f8521)
- Migrate to Java 8 (6ca062f)
- Log current maven-notifier version in DEBUG (961ca93)
- Add a docker image with notify-send (cebffa0)
- Get compatible with Guava 18 (ac3de41)
- Use send-notification 0.11.0 (b3217c4)
- Fix Windows user configuration loading (9e4f933)
- Better debug log messages (9b10622)
- Default notifier implementation is chosen by send-notification (a113649)
- Can launch multiple build with Snarl (da0b38e)
- Use notifier 'none' to not send notifications (23eb400)
- Log Growl errors in debug when used in auto discovery mode (23eb400)
- Always send notification when notifier is persistent (d3a3d08)
- Replace '...' by 'Build Failed' for short notification messages (30310ae)
- Can use multiple notifiers at once (f8e0f90)
- Smarter default notifier (cab405b)
- Add Toaster notifier (97b395b)
- Add notification center (with AppleScript) notifier (97b395b)
- Notification center (with terminal-notifier) now uses application icon (97b395b)
- Configuration location is now ~/.m2/maven-notifier.properties view
- Compatibility with Maven 3.3.1 extension mechanism view
- No notification if build ends before configured threshold [Fixes #11] view
- Use short description by default view
- Replace short description default message with '...' view
- New notifiers: kdialog, notifu view
- Use send-notification v0.3 [Fixes #10] view
- Set notification level based on build status view
- Can use -DnotifyWith when no configuration file is present view
- Maven 3.2.5 compatibility [Fixes #9] view
- Can override notifier implementation with system property view
- Exclude SLF4J api from the Uber jar [Fixes #7] view
- Add Pushbullet notifier view
- Add wiki link when Snarl notification fails view
- Add wiki links when Growl notification fails [Fixes #6] view
- Remove password from Configuration#toString view
- Remove SLF4J Gntp listener view
- Add a Plexus Gntp listener to log Growl events [#6] view
- Send notification when build fails with error [Fixes #5] view
- Do not fail when notification-center does not use sound [Fix #4] view
- Add icon for notification center. view
- Short message notification when project contains only one module. view
- Can configure notification message type (short/full). view
- Can configure growl password. view
- Can configure growl host. [Fix #3] view
- Can set a sound when using Apple Notification Center. [Fix #1] view
- Display total time spent building the project. view
- Add Snarl notifier. [Fix #2] view