Another Jython Maven Plugin
Features
The jy-maven-plugin provides a fast and easy way to do rapid prototyping of maven plugins or code short one off tasks in maven using the popular and easy to learn Python programming language.
Requirements
Java: >1.5
Uses Jython 2.5.2+ (< Jython3)
### Installation ###
mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=jy-maven-plugin-1.2.jar -Durl=file:///your/local/repository/
### Example pom.xml ###