You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sean Timm <st...@proclarity.com> on 2003/12/12 16:42:29 UTC

Cactus problem - Difference between goal prereqs and attainGoal?

The cactifywar ant task (used by the Cactus plugin's cactifywar task)
automatically merges the redirectors into the web.xml file.  I created a
custom goal in a maven.xml file, and I set prereqs="cactus:cactifywar".
However, the resultant cactified war file does not contain the
redirectors.  However, if I remove the prereqs, and instead call it via
an attainGoal tag, the redirectors are correctly added.

What is the difference between these two that would cause this unusual
behavior?

Thanks!

-- Sean T.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org