On Wed, 2003-02-19 at 11:12, [EMAIL PROTECTED] wrote: > Jason, > > > > Can anyone tell me which plugin or which jelly script is > > responsible for > > > retrieving missing dependencies from the remote to the > > local repository? > > > > Neither, it's part of Maven's core. > > In our current Ant build files we have both a 'build' and 'getDependencies' > target. Developers use Eclipse for their development, but run the > 'getDependencies' target to retrieve all the dependencies. Can I let Maven > retrieve only the dependencies without doing a build and test of the > project?
In Jelly this is what you would do: <maven:pom var="myPom" projectDescriptor="project.xml"/> ${myPom.verifyDependencies()} At some point in the future the dependency tools will be separated out but it's not currently a priority. > Ringo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]