If you intend to zip them, the assembly plugin might be the most direct route since you'll need that to make the zip anyway. You can use the dependencySet declaration in the descriptor to pull down dependencies.
-----Original Message----- From: Jerome Lacoste [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 2:15 AM To: Maven Users List Subject: Re: Is there a tool that can dowload and package the dependencies from Maven repository? On Jan 24, 2008 7:59 AM, Ryan H. <[EMAIL PROTECTED]> wrote: > Hello, > > I have a need to download some of dependencies off maven repository and then > package all of them to a zip file for distribution because my customers > don't use maven. Is there such off-shelf tool that can accomplish such need? Yes: maven Create a pom that list your dependencies, and use the dependency plugin: http://maven.apache.org/plugins/maven-dependency-plugin/examples/copying -project-dependencies.html --------------------------------------------------------------------- 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]
