In order to create a plugin you don't have to extend this project descriptor. This mechanism allows all of the core maven plugins to share common project attributes

groupId="maven"
developers......
reports.....
site....
repo......

If this is what you want then fine go ahead and extend the plugin-parent. If you're creating a plugin separate from the core maven plugins, you might want to copy the relevant descriptor elements to your plugin's project.xml and remove the extends.

Or alternatively, if you have a number of plugins, create your own plugin-parent/project.xml that contains details relevant to your projects.

hope this helps.

Kim Goings wrote:

Ah, I see.  Thanks much!

On Sep 15, 2004, at 1:06 PM, Julien Kirch wrote:

Hi

all the plugins extends the projects.xml placed in the plugin-parent project, this project - which is not a plugin - is in the same directory that all the plugins, you can found it here :
http://cvs.apache.org/viewcvs/maven-plugins/


Julien

Kim Goings prit la peine le 15/09/2004 19:58 de nous dire que :

I'm working on a plugin loosely based on the tasklist-plugin. All of the plugin project.xml files I have looked at extend this one:

 <extend>../plugin-parent/project.xml</extend>

but I don't seem to have that anywhere. Should I? Can someone point me in the right direction?

Thanks,
Kim


--------------------------------------------------------------------- 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]



---------------------------------------------------------------------
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