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: about 2 months 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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:39:05.000Z (over 4 years ago)
- Last Synced: 2025-02-16T09:15:22.645Z (3 months 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.

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
...