On Monday 15 Sep 2003 06:53, Nathan Coast wrote:
> Is this as designed?  IMO it'd feel nicer if the plugin was responsible
> for declaring its dependencies rather than having to declare the
> plugin's runtime dependencies within each component that uses the plugin.

The majority of plugins declare their own dependencies in their project.xml, 
and then load them themselves using something like
<path id="myClasspath">
    <path refid="maven.dependency.classpath"/>
    <pathelement path="${plugin.getDependencyPath('jpox')}"/>
</path>

The plugin should NOT enforce on the user to include its own dependencies and 
if it does then its a bug (IMO)


-- 
Andy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to