-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Jean-Christophe GAY edited this page Feb 7, 2015
·
23 revisions
A collection of notifiers for Maven 3.x.
If needed, configuration can be done by creating a maven-notifier.properties
file in your $M2_HOME/lib/ext
folder and using keys:
-
notifier.implementation
= which implementation to use. (growl
,notificationcenter
,notifysend
,systemtray
,snarl
,pushbullet
,kdialog
,notifu
). -
notifier.message.short
= true/false. Choose between a full description with each module summary or a short one just reflecting the build status. (true
by default)
Notification can be skipped when launching Maven.
mvn package -DskipNotification
The implementation can be override at runtime.
mvn package -DnotifyWith=growl