[ http://jira.codehaus.org/browse/DOXIA-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vincent Siveton closed DOXIA-38. -------------------------------- Resolution: Fixed Really fixed in [r774282|http://svn.apache.org/viewvc?rev=774282&view=rev], snapshot deployed > Independent row parsing > ----------------------- > > Key: DOXIA-38 > URL: http://jira.codehaus.org/browse/DOXIA-38 > Project: Maven Doxia > Issue Type: Improvement > Components: Core > Reporter: Anuerin Diaz > Assignee: Vincent Siveton > Priority: Minor > Fix For: 1.1.1 > > > Currently the table rendered formats each column depending on the definition > of the first row. This is a problem when the text justification of the header > row is different from the rest of the table (e.g. the header row is centered, > but the rest of the table rows are left-aligned). Take this example fo > instance: > {noformat} > *-----------------------*------------------------------------------------------------------* > |<<Phase>> |<<Description>> > | > *-----------------------+------------------------------------------------------------------+ > |generate-sources |generate any source code for inclusion in compilation. > | > *-----------------------+------------------------------------------------------------------+ > |generate-resources |generate resources for inclusion in the package. > | > *-----------------------+------------------------------------------------------------------+ > |compile |compile the source code of the project. > | > *-----------------------+------------------------------------------------------------------+ > |test |run tests using a suitable unit testing framework. > These tests | > | |should not require the code be packaged or deployed. > | > *-----------------------+------------------------------------------------------------------+ > |package |take the compiled code and package it in its > distributable format,| > | |such as JAR. > | > *-----------------------+------------------------------------------------------------------+ > |install |install the package into the local repository, for use > as a | > | |dependency in other projects locally. > | > *-----------------------+------------------------------------------------------------------+ > {noformat} > -- 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