Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kompiro/notification-maven-plugin

This plugin makes to notify build result to user.
https://github.com/kompiro/notification-maven-plugin

Last synced: 11 days ago
JSON representation

This plugin makes to notify build result to user.

Awesome Lists containing this project

README

        

Build Result Notifier Maven Plugin
===================================

This plugin makes to notify build result by maven.

![Notification](https://raw.github.com/kompiro/notification-maven-plugin/master/src/site/resources/images/notification.png)

How to use it?
---------------

Add plugin repository to pom.xml



kompiro.org
http://kompiro.org/maven/

true


false


Add the plugin to pom.xml's


...

...

org.kompiro.notification
notification-maven-plugin
0.8.3

...

...

And run `mvn notification:notify`

Tips and Tricks
------------------

Add notification goal automatically -> add execution


...

org.kompiro.notification
notification-maven-plugin
0.8.3


notification
initialize

notify




...

If you'd like to use growl, set


...

org.kompiro.notification
notification-maven-plugin
0.8.3

growl



notification
initialize

notify




...