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]

Reply via email to