Re: 'correct' plugin structure

2003-09-14 Thread Trygve Laugstøl
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/plugin-resources/
>
> what is this dir intended for?
>
> cheers
> Nathan

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



Re: 'correct' plugin structure

2003-09-14 Thread dion
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.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/




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



RE: 'correct' plugin structure

2003-09-14 Thread Brett Porter
> 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 current maven source that do this.

Cheers,
Brett



'correct' plugin structure

2003-09-14 Thread Nathan Coast
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?

cheers
Nathan


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