RE: Plugin development question

2004-01-08 Thread Brett Porter
I think you sould actually use ${plugin.resources} which goes directly to that directory IIRC. Cheers, Brett > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Friday, 9 January 2004 5:00 AM > To: Maven Users List > Subject: RE: Plugin devel

RE: Plugin development question

2004-01-08 Thread John Casey
e to add that > directory to the "docletpath" parameter or the doclet won't run. > > Am I being silly? Is there a better way? > > Jason > > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Janua

RE: Plugin development question

2004-01-08 Thread Jason Horne
quot;docletpath" parameter or the doclet won't run. Am I being silly? Is there a better way? Jason -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 5:01 PM To: 'Maven Users List' Subject: RE: Plugin development question ${

RE: Plugin development question

2004-01-07 Thread Brett Porter
${plugin.file} would give project.xml, ${plugin.file.parent} should give the directory. Why do you need it? - Brett > -Original Message- > From: Jason Horne [mailto:[EMAIL PROTECTED] > Sent: Thursday, 8 January 2004 8:28 AM > To: [EMAIL PROTECTED] > Subject: Plugin development question