Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kompiro/notification-maven-plugin
- Owner: kompiro
- Created: 2012-08-12T15:04:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:39:05.000Z (about 4 years ago)
- Last Synced: 2023-04-12T20:30:49.738Z (over 1 year ago)
- Language: Java
- Homepage: http://kompiro.github.com/notification-maven-plugin
- Size: 354 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: licenses/fatcow.txt
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
...