[ 
https://jira.codehaus.org/browse/DOXIA-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=281626#comment-281626
 ] 

Benson Margulies commented on DOXIA-452:
----------------------------------------

I dropped an APT file into a Maven project and ran the site plugin. The site 
plugin config is:

{code}
 <plugin>
          <artifactId>maven-site-plugin</artifactId>
          <version>3.0</version>
          <configuration>
            <chmod>true</chmod>
            <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
            <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
          </configuration>
        </plugin>
{code}

I *thought* that project.build.sourceEncoding was UTF-8, but I just checked and 
I was wrong, it's not set. So I'll either make a test case or close this today 
after I add that and try again.



> Doxia doesn't know about UTF-8 BOMs
> -----------------------------------
>
>                 Key: DOXIA-452
>                 URL: https://jira.codehaus.org/browse/DOXIA-452
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Apt
>    Affects Versions: 1.2
>            Reporter: Benson Margulies
>
> If an input apt doc is in UTF-8 with a BOM, the BOM passes through as noise 
> characters inside the HTML result.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to