Hans Dockter wrote:
<snip>

usePlugin(SomeClass) {
dependencies group: 'myOrg', name: 'myBuildInfrastructureProject', version: '1.0+'
}

What is the use case for custom dependencies of a plugin. Wouldn't rather the plugin declares its dependencies.


This is defining the jar for the plugin. As you say, the plugin would declare its dependencies in its meta-info somewhere. I guess 'dependencies' is the wrong term to use in the example. Perhaps 'classpath' is better:

usePlugin(SomeClass) {
   classpath group: 'myOrg', ...
}


Adam


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to