Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1033


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1033
    Summary: Customization template
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-xdoc

   Assignee: 
   Reporter: Claudio D'Angelo

    Created: Thu, 13 Nov 2003 6:34 AM
    Updated: Thu, 13 Nov 2003 6:34 AM

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


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to