--- Webb Morris <[EMAIL PROTECTED]> wrote: > Everyone, > > In the XDoclet Plugin, when you specify the filesets > for the ejbdoclet task, the task always > assumes the files will be in > pom.build.sourceDirectory. I think this is rather > short-sighted > (mainly because I have some filesets that are not in > that directory ;) ). Anyway, this would be > simple enough to fix by adding the additional > maven.xdoclet.ejbdoclet.fileset.0.directory > attribute for all specified filesets. My real > question is who do I approach about this fix? How > can I ensure that it makes it into the next plugin > release? Sorry for the newbee-ish questions, > but I couldn't find a good jumping off point at the > XDoclet site that deals specifically with > plugin patches.
plugin.jelly for xdoclet plugin is generated automatically ( surprisingly by xdoclet itself ) - so the pathces shall be done to the respective template ( AFAIR ) in the xdoclet-xdoclet module. And you always have option to use ant invokation for xdoclet tasks un your maven.xml - this is prefererd way for xdoclet 2 ( at least there is no maven plugin planned, because everything got easier ) regards, ===== ----[ Konstantin Pribluda ( ko5tik ) ]---------------- Zu Verst�rkung meines Teams suche ich ab Sofort einen Softwareentwickler[In] f�r die Festanstellung. Arbeitsort: Mainz Skills: Programieren, Kentnisse in OpenSource-Bereich ----[ http://www.pribluda.de ]------------------------ __________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
