https://github.com/born2snipe/maven-plugin-validation-framework
Simple Validation Framework for Maven Plugins
https://github.com/born2snipe/maven-plugin-validation-framework
Last synced: about 1 year ago
JSON representation
Simple Validation Framework for Maven Plugins
- Host: GitHub
- URL: https://github.com/born2snipe/maven-plugin-validation-framework
- Owner: born2snipe
- Created: 2010-04-23T02:43:05.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-12-11T00:16:41.000Z (over 15 years ago)
- Last Synced: 2025-02-17T12:45:33.702Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Simple Mojo Framework for Maven Plugins
== What it does?
- Introduces a PluginContext to hold values you configured on the plugin so you do not have to carry all those values here n' there
- Has boiler plate values inject on the mojo already:
- project
- localRepository
- remoteRepositories
- artifactFactory
- artifactResolver
- pluginDependencies
- Allows to make validators for how your maven plugin is configured
== How to use it?
- extend the Mojo: b2s.maven.AbstractMojo
- implement b2s.maven.validation.PluginValidator
- then just set your validator on your Mojo
== Maven Repo
b2s-repo
http://b2s-repo.googlecode.com/svn/trunk/mvn-repo