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 @@ + + + + + id = '${pom.artifactId}' + groupId = '${pom.groupId}' + artifactDirectory = '${pom.artifactDirectory}' + + + + + + + diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index f2e9d0b5..8088f023 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -8,11 +8,15 @@ + + New 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. + New 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. Added new 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 @@ cactus:jar - Generate a jar containing the Cactus test classes. This is + Generate a jar containing the Cactus test classes. + + + + cactus:jar + + Deploy the Cactus jar to 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 Maven project.