https://github.com/born2snipe/maven-plugin-build-listener
https://github.com/born2snipe/maven-plugin-build-listener
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/born2snipe/maven-plugin-build-listener
- Owner: born2snipe
- License: other
- Created: 2012-11-27T03:35:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-08T03:26:59.000Z (over 13 years ago)
- Last Synced: 2025-02-17T12:45:33.597Z (over 1 year ago)
- Language: Java
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Maven Build Listener Plugin
This maven plugin provides access to hook in listeners for a variety of events fired by maven
- `api` contains the interface to implement
- `example-listener` contains a custom listener
- `plugin` contains the code for the maven plugin
- `example-plugin-usage` contains how to configure the plugin in your `pom.xml`
Maven Repository:
```xml
b2s-repo
http://b2s-repo.googlecode.com/svn/trunk/mvn-repo
```