Can Maven "fetch changed sources from a source repository" during a build? David
You could definitely make Maven do this. However, if you are wanting to use Maven with Anthill, you wouldn't want to do that.
The way Anthill works is to pull everything out of the repository that you are going to build (either the tip of HEAD or branch, or a given tag), and then run the build on that.
If you are using Anthill, you wouldn't want your build scripts to have anything to do with pulling stuff out of the repository - let Anthill do that for you before it invokes the build.
Hope this helps, Chad
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
