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. |
+