> > Do you think the Maven developers can be convinced to make this the > default behavior for generated build.xml files? It isn't at the > moment. Case in point ... I generate nightly builds for a large > number of Jakarta Commons (and Commons Sandbox) projects. The > standard execution path for my shell script (inside a loop) is > basically (a) download the latest sources, and (b) execute "ant clean > dist".
Looks to me like the behavior you want was added c. version 1.7 of the ant plugin. I just regenerated the commons-betwixt build.xml using the latest version (1.9) and got this in the build.xml: ... <property name="libdir" value="${user.home}/.maven/repository"> </property> ... And this when I ran "ant clean test": ... get-dep-commons-logging.jar: [get] Getting: http://www.ibiblio.org/maven/commons-logging/jars/commons-logging-1.0.2.jar [get] Not modified - so not downloaded ... We can talk about updating the generated build.xml's to speed up the nightlies on commons-dev :-) Phil --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]