If you are just interested in dependencies, you can also use the dependency:resolve goal. The go-offline also attempts to resolve named plugins and their dependencies. It currently doesn't get the standard plugins unless they are mentioned in your pom (or parents).
-----Original Message----- From: Heinrich Nirschl [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 5:09 AM To: Maven Users List Subject: Re: repositories On 7/23/07, John Coleman <[EMAIL PROTECTED]> wrote: > Hi, > > > > Is there a simple way to get all dependencies required for a project > into the local repository? Something like rsync. > The dependency:go-offline goal can be used for that: http://maven.apache.org/plugins/maven-dependency-plugin/go-offline-mojo. html - Henry --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
