From 503c946cda30539479e7b622e8b01c784adc44ac Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Mon, 21 May 2012 22:45:34 +0000 Subject: [PATCH] added maven-script to index git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1341242 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/index.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index e3e93b2..e2c03a4 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -103,6 +103,18 @@ maven-plugin-tools-model API to play with the Maven Plugin Metadata Model for script-based plugins. + + maven-script + Maven Script Mojo Support lets developer write Maven plugins/goals with scripting languages instead of compiled Java. + + +   maven-script-beanshell + Maven Beanshell Mojo Support, ie write Maven plugins with Beanshell scripts. + + +   maven-script-ant + Maven Ant Mojo Support, ie write Maven plugins with Ant script. +