Hi, After using the maven plugin (not a lot, to be honest...), i thought of things that would be great to do with it :
A) Cactify an existing war using an isolated goal (a goal that doesn't depend on the execution of another goal) ; B) run cactus tests against a specified web application already deployed into an applications server (for example : an existing weblogic domain), using an isolated goal. This way, one could define his own goal which does : 1) Build a war (using the war plugin, for example); 2) Cactify this war (using the cactus isolated goal A); 3) Deploy the cactifyed war into one's applications server ; 4) Run cactus tests (using the cactus isolated goal B). But also : 1) Build an ear ; 2) cactify a war (or more) which is (are) in the ear (by using the cactus isolated goal A + pre and post goals) ; 3) Deploy the ear into one's applications server ; 4) Run cactus tests (using the cactus isolated goal B). Considering the actual maven plugin, what is already possible (A / B) ? Sebastien BRUNOT --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
