Jason van Zyl wrote:
On Tue, 2003-09-30 at 09:50, Nathan Coast wrote:
what's the stucture for plugins in a remote repository?
<groupId>/plugins/<artifactId>-version.jar
Yes, the plugins are now another artifact type. So you might have:
<dependency> <groupId>foo</groupId> <artifactId>bar-plugin</artifactId> <type>plugin</type> <version>1.0</version> </dependency>
Goot stuff!
Just for reference - if I were to include the above in a project.xml and someone using beta-10 were to execute said xml - what would happen?
Steve.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]