You also might to take a look here:
http://wiki.codehaus.org/maven/HowToCreateYourFirstPlugIn2
--
Trygve
On Mon, 15 Sep 2003, Nathan Coast wrote:
> Hi,
>
> is this the correct structure for plugin sources?
>
> /plugin.properties
> /project.properties
> /plugin.jelly
> /project.xml
>
> /src/plu
Nathan Coast <[EMAIL PROTECTED]> wrote on 15/09/2003 01:34:48 PM:
> Hi,
>
> is this the correct structure for plugin sources?
>
> /plugin.properties
> /project.properties
> /plugin.jelly
> /project.xml
>
> /src/plugin-resources/
>
> what is this dir intended for?
Runtime required resources.
-
> is this the correct structure for plugin sources?
>
> /plugin.properties
> /project.properties
> /plugin.jelly
> /project.xml
yes
>
> /src/plugin-resources/
>
> what is this dir intended for?
Stuff you need to use inside the plugin - such as template files. Checkout
some of the many in the