From 3896be5639ccfd33813a9bf70186a3f604bb69bd Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 11 Sep 2003 12:04:01 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113997 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/plugin.jelly | 28 ++++++++++++++++++++++++++++ cactus/xdocs/changes.xml | 6 ++++++ cactus/xdocs/goals.xml | 8 ++++++++ 3 files changed, 42 insertions(+) diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index 814619ce..51074fc9 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -170,6 +170,34 @@ + + + + + + + + + + + + + + + + + + + + +