diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly
index 51074fc9..c22c79a9 100644
--- a/cactus/plugin.jelly
+++ b/cactus/plugin.jelly
@@ -753,4 +753,27 @@
+
+
cactus:jar-install goal to install the Cactus
+ jar in the local Maven repository. This is useful if you wish to
+ put Cactus test classes in one Maven project and execute the
+ Cactus tests in another project.
+ cactus:jar goal to generate a jar containing
- the Cactus test classes. This is useful if you wish to put Cactus
- test classes in one Maven project and execute the Cactus tests in
- another project.
+ the Cactus test classes.
cactus.tmp.dir optional property to specify
diff --git a/cactus/xdocs/goals.xml b/cactus/xdocs/goals.xml
index e319d09c..08819cd2 100644
--- a/cactus/xdocs/goals.xml
+++ b/cactus/xdocs/goals.xml
@@ -62,7 +62,13 @@