The wiki has instructions on submitting patches. You need to do cvs diff -u against CVS HEAD for maven-plugins/xdoc, ie:
1. cvs checkout maven-plugins 2. make changes in xdoc plugin there 3. create issue in JIRA (MPXDOC-<NUMBER> returned) 4. do this: cd maven-plugins cvs diff -u xdoc >MPXDOC-<NUMBER>.diff 5. attach MPXDOC-<NUMBER>.diff to the issue 6. wait for it to be applied Remember to change <NUMBER> to the number given by JIRA. But on a side note - I'm not exactly sure why you want to override these? - Brett > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 5 May 2004 6:50 AM > To: [EMAIL PROTECTED] > Subject: xdoc with custom templates and/or navigation > > > I have modified maven xdoc 1.6 to allow for the user to > override the templates or navigation menu. I use xdoc1.6 > that was included in the RC2 > release. I am not sure where to post these changes. I have > include the > two files changed to make this work. > This give you the following new properties to control this: > maven.xdoc.templates > maven.xdoc.navigation > (See attached file: plugin.jelly)(See attached file: > plugin.properties) Regards, Garvin LeClaire Anthem Inc. > Senior Technical Architect Technology Architecture and Infrastructure > Tel: 513-336-3305 > CONFIDENTIALITY NOTICE: This e-mail message, including any > attachments, > is for the sole use of the intended recipient(s) and may > contain confidential and privileged information or otherwise > protected by law. Any unauthorized review, use, disclosure > or distribution is prohibited. If you are not the intended > recipient, please contact the sender by reply e-mail and > destroy all copies of the original message. >
