Hi-
I have recently started using Maven... It's a REALLY cool tool! I added
the following to my build.xml (along with all the rest of the delegators)
<target name="maven:deploy-dist">
<ant antfile="${maven.home}/build-maven.xml" target="deploy-dist"/>
</target>
But, when I run it, it says that the target "deploy-dist" doesn't exist. I
followed the paths in the build.xml file, and build-maven.xml has a
deploy-dist target that goes to plugins/core/build.xml. This is where it
looks like the deploy-dist target is missing.
I'm running maven 1.0-b4.
Any ideas?
Thanks,
--Leif
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>