All Projects → jcgay → maven-notifier

jcgay / maven-notifier

Licence: other
Desktop notifications for Maven 3.x.

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to maven-notifier

statapush
Stata module for sending push notifications.
Stars: ✭ 15 (-78.87%)
Mutual labels:  pushbullet
yii2-notification-wrapper
Yii2-notification-wrapper module renders a message from session flash (with ajax, pjax support and etc.) through Growl, Noty, Toastr and more libraries
Stars: ✭ 78 (+9.86%)
Mutual labels:  growl
alert
Cross-platform, isomorphic alert, for Node and browser (previously alert-node)
Stars: ✭ 27 (-61.97%)
Mutual labels:  notify-send
send-notification
A toolbox in Java to send notifications (Growl, Snarl, Notification Center, notify-send, etc)
Stars: ✭ 87 (+22.54%)
Mutual labels:  desktop-notifications
growl
🐯 Growl Notifications with PHP
Stars: ✭ 14 (-80.28%)
Mutual labels:  growl
Notie
🔔 a clean and simple notification, input, and selection suite for javascript, with no dependencies
Stars: ✭ 6,170 (+8590.14%)
Mutual labels:  growl
Matlab-Pushbullet
Matlab class to connect with pushbullet
Stars: ✭ 17 (-76.06%)
Mutual labels:  pushbullet
pynotifier
Python notifications
Stars: ✭ 54 (-23.94%)
Mutual labels:  desktop-notifications
ngx-toasta
Simple and clean Toast notification library for AngularX (Angular2 and beyond)
Stars: ✭ 20 (-71.83%)
Mutual labels:  growl
SomaFM
A simple Python 3.x terminal interface for streaming SomaFM
Stars: ✭ 27 (-61.97%)
Mutual labels:  desktop-notifications
ex unit notifier
Desktop notifications for ExUnit
Stars: ✭ 111 (+56.34%)
Mutual labels:  desktop-notifications
Gallium
Build desktop applications in Go and HTML.
Stars: ✭ 3,694 (+5102.82%)
Mutual labels:  desktop-notifications
anybar-webpack
Webpack build status plugin for menubar status indicator applications
Stars: ✭ 62 (-12.68%)
Mutual labels:  anybar
notification-thing
Python-based implementation of Desktop Notifications Specification (notification-daemon)
Stars: ✭ 24 (-66.2%)
Mutual labels:  desktop-notifications
growl-alert
A simple growl like notification system.
Stars: ✭ 14 (-80.28%)
Mutual labels:  growl
ConsolePi
Raspberry Pi Based Serial Console Server, with PushBullet Notification of IP changes, Automatic VPN termination, custom menu, Power Outlet Control, and a lot more
Stars: ✭ 109 (+53.52%)
Mutual labels:  pushbullet
Node Notifier
A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
Stars: ✭ 5,273 (+7326.76%)
Mutual labels:  growl
toastify
🍞A commandline tool that shows desktop notifications using notify-rust
Stars: ✭ 60 (-15.49%)
Mutual labels:  desktop-notifications
PFMonitor
PFMonitor -- for deep learning engineer's freedom
Stars: ✭ 17 (-76.06%)
Mutual labels:  pushbullet
Intrusion Detection
Whenever founds internet connectivity confirms is it you, if not log you off and send you image of intruder.
Stars: ✭ 24 (-66.2%)
Mutual labels:  pushbullet

Maven Notifier

Notifiers that can be used with Maven 3.x. A status notification will be send at the end of a Maven build.

Installation

$M2_HOME refers to maven installation folder.

.
├── bin
├── boot
├── conf
└── lib

OS X ?

You can install a pre-packaged maven named maven-deluxe using brew. It comes with maven-color, maven-notifier and maven-profiler. It is based on latest maven release.

brew tap jcgay/jcgay
brew install maven-deluxe

Maven >= 3.3.x

Get maven-notifier and copy it in %M2_HOME%/lib/ext folder.

or

Use the core extensions configuration mechanism by creating a ${maven.multiModuleProjectDirectory}/.mvn/extensions.xml file with:

	<?xml version="1.0" encoding="UTF-8"?>
	<extensions>
	    <extension>
	      <groupId>fr.jcgay.maven</groupId>
	      <artifactId>maven-notifier</artifactId>
	      <version>2.1.2</version>
	    </extension>
	</extensions>

Maven >= 3.1

Get maven-notifier and copy it in your $M2_HOME/lib/ext folder.

Maven < 3.1

Get maven-notifier and extract it in your $M2_HOME/lib/ext folder.

What's new ?

See CHANGELOG to get latest changes.

Notifiers

Notifier Screenshot
Growl, for Windows and OS X. Growl
Snarl, for Windows Snarl
terminal-notifier, OS X terminal-notifier
notification center OS X (since Mavericks) notification-center
notify-send for Linux notify-send
SystemTray since Java 6 System Tray
Pushbullet pushbullet
Kdialog for KDE Kdialog
notifu for Windows notifu
AnyBar for OS X and Linux anybar
Toaster for Windows 8 Toaster
Notify since Java 6 Notify
BurntToast for Windows 10 BurntToast
Slack Slack

Sound

Play a success or failure sound when build ends.

Configuration

Go to Wiki to read full configuration guide for each notifier.

Build status

Build Status Coverage Status Quality Gate Technical debt ratio

Release

mvn -B release:prepare release:perform
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].