Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genthaler/beanshell-maven-plugin-archetype
A Maven archetype to create a BeanShell-based Maven plugin
https://github.com/genthaler/beanshell-maven-plugin-archetype
Last synced: about 5 hours ago
JSON representation
A Maven archetype to create a BeanShell-based Maven plugin
- Host: GitHub
- URL: https://github.com/genthaler/beanshell-maven-plugin-archetype
- Owner: genthaler
- License: apache-2.0
- Created: 2013-03-05T18:57:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-26T22:12:39.000Z (over 1 year ago)
- Last Synced: 2024-04-13T16:16:48.862Z (7 months ago)
- Language: Groovy
- Homepage: genthaler.github.io/beanshell-maven-plugin-archetype
- Size: 384 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### A Maven archetype to create a BeanShell-based Maven plugin
Please see the [Project Documentation](http://genthaler.github.com/beanshell-maven-plugin-archetype)
#### Links
* [Maven Plugin Plugin - Writing a Beanshell Maven Plugin](http://maven.apache.org/plugin-tools/maven-plugin-plugin/examples/beanshell-mojo.html)
* [Maven Beanshell Mojo Support - About](http://maven.apache.org/plugin-tools/maven-script/maven-script-beanshell/)
* [Writing Beanshell Plugins for Maven 2.0](http://brettporter.wordpress.com/2005/05/21/writing-beanshell-plugins-for-maven-20)
* [Maven - Developers centre - Testing Plugins Strategies](http://maven.apache.org/plugin-developers/plugin-testing.html)
* [Maven - Guide to Developing Java Plugins](http://maven.apache.org/guides/plugin/guide-java-plugin-development.html)
* [MaestroDev | Developing your First Mojo](http://www.maestrodev.com/better-builds-with-maven/developing-custom-maven-plugins/developing-your-first-mojo/)
* [Maven Plugin Plugin - Introduction.html](http://maven.apache.org/plugin-tools/maven-plugin-plugin)
* [Maven Archetype Plugin](http://maven.apache.org/archetype/maven-archetype-plugin)
* [BeanShell - Lightweight Scripting for Java](http://www.beanshell.org/)