On Sat, Nov 29, 2008 at 6:48 AM, Torsten Werner <[EMAIL PROTECTED]> wrote:
> me too! ;-) And I like to have a minimal zip file: just one version of > every core plugin and one version every direct or indirect dependency > - not 4 versions of commons-collections, 4 versions of > commons-logging, 3 versions of maven-plugin-plugin, etc. You could get pretty close with the Assembly plugin's ability to build a repository [1]. However, the problem I always run into is that, like all Maven builds, it chooses *one* version of each dependency. That means if you try to create a download with all the core plugins, and the site plugin wants foo-1.0.jar, but the resources plugin wants foo-2.0.jar, the resulting repository won't be complete. You'd have to build a repository for each plugin, and merge them all together. [1] http://maven.apache.org/plugins/maven-assembly-plugin/examples/single/using-repositories.html -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
