Skip to content
Jean-Christophe GAY edited this page Jun 28, 2014 · 23 revisions

maven-notifier

A collection of notifiers for Maven 3.x.

Configuration

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, sound, systemtray, snarl, pushbullet).
  • notifier.message.short = true/false (by default). Choose between a full description with each module summary or a short one just reflecting the build status.

Notification can be skipped when launching Maven.

mvn package -DskipNotification

The implementation can be override at runtime.

mvn package -DnotifyWith=growl    

Notifiers Configuration

Clone this wiki locally