If I want some task to be executed before a maven:* task is called, I suppose I cannot simply add it as a dependency for the delegators like:
<target name="maven:docs" depends="local:docs">
<ant antfile="${maven.home}/build-docs.xml" target="docs"/>
</target>
because in this case, when I run maven:site, local:docs won't be called.
So I guess the question is simply, how should I do it (if it's possible).
--
There is no limit to what you can do
if you don't care who gets the credit.
- Keynote
