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

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

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