[ http://jira.codehaus.org/browse/MPXDOC-21?page=all ] Lukas Theussl closed MPXDOC-21: -------------------------------
Resolution: Duplicate Superceded by MPXDOC-183 > Customization template > ---------------------- > > Key: MPXDOC-21 > URL: http://jira.codehaus.org/browse/MPXDOC-21 > Project: maven-xdoc-plugin > Type: Bug > Reporter: Claudio D'Angelo > Priority: Minor > > > XDOC Plugin use the template, to generate the project informations pages, > under ${plugin.resources}/templates. > In the PLUGIN.JELLY can be change : > <velocity:merge > name="${maven.gen.docs}/${pomDocument}" > basedir="${plugin.resources}/templates" > template="${pomDocument}" > inputEncoding="${encoding}" > outputEncoding="${encoding}" > /> > in > <velocity:merge > name="${maven.gen.docs}/${pomDocument}" > basedir="${template}" > template="${pomDocument}" > inputEncoding="${encoding}" > outputEncoding="${encoding}" > /> > where the property template has the default = ${plugin.resources}/templates > but an user can change the template directory using the project.properties -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]