as explained in [1] or in [3], these namespaces are not only namespace
conventions, but they are 2 different ways of deploying the tasks:
- either add a typedef in each Ant build file with a reference to
maven-ant-tasks.jar: "urn:maven-artifact-ant" namespace
- or copy maven-ant-tasks.jar to Ant'
Ok, that makes a little more sense, thanks for the explanation. I think those
are the only places in the docs where those are used.
I guess I still don't understand why you don't just put
"antlib:org.apache.maven.artifact.ant" for both examples. That URI works fine
whether you use the ant li
There are two different xml namespaces used in the docs and examples of the
maven ant tasks [1]. They are "urn:maven-artifact-ant" and
"antlib:org.apache.maven.artifact.ant". The second one seems to better match
the example on the ant site [2].
Anyone have preferences one way or the other?