I don't get it. Why make plugin dependencies different from normal.....what's the '+' about? The download worked once I put the jar up into jars2..... -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au Developers: http://adslgateway.multitask.com.au/developers
Jason van Zyl <[EMAIL PROTECTED]> wrote on 07/22/2002 03:20:57 AM: > On Sun, 2002-07-21 at 12:51, [EMAIL PROTECTED] wrote: > > How do plugins now declare their dependencies on each other? > > It's just another project so you declare it in the <dependencies/> but > before it will work I think I'm going to change the plugin name pattern > from: > > <name>-maven-plugin-<version>.jar > > to: > > maven-<name>-<version>.jar > > So using a concrete example changing j2ee-maven-plugin-1.0.jar to > maven-j2ee-plugin-1.0.jar. > > Then I will deploy all the plugin jars to the <remote-repo>/maven/jars/ > directory and the following dependency entry will work: > > <dependency> > <id>maven+j2ee-plugin</id> > <version>1.0</version> > </depedency> > > > I've noticed the struts plugin which depends on classes in the j2ee plugin > > is royally stuffed in the current builds. > > Won't be for long. > > > I'm trying adding the j2ee plugin in as a dependency. > > Use the above entry and I will change the names of the plugins today and > then they can be deployed and managed like anything else. > > > -- > > dIon Gillard, Multitask Consulting > > Work: http://www.multitask.com.au > > Developers: http://adslgateway.multitask.com.au/developers > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > http://tambora.zenplex.org > > In short, man creates for himself a new religion of a rational > and technical order to justify his work and to be justified in it. > > -- Jacques Ellul, The Technological Society > > > -- > To unsubscribe, e-mail: < > mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: < > mailto:[EMAIL PROTECTED]> >
