Pick one of the existing maven plugins.

You'll need:

plugin.jelly
plugin.properties
project.properties
project.xml

typically as your directory structure.

Have a look at src\plugins-build\project.xml. 

That has most of the bits needed. 

A plugin is just a jar file with the above resources in it.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


news <[EMAIL PROTECTED]> wrote on 04/09/2003 03:17:53 AM:

> The old how to write a plugin in the WIKI is not enough to go by.
> I have a plugin I am developing as part of a larger application,
> and I want to ensure that it is built and installed.
> 
> Unfortunately, the project.xml that it is used to define the project
> is not "doubled" to be where the plugin JAR assembly expects it.
> 
> How should I arrange my parent and plugin project.xml files, and
> how should I set up the plugin directory structure.
> 
> I'm shooting in the dark, and missing my target.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to