Locale should be taken from maven-site-plugin
---------------------------------------------

                 Key: MPIR-102
                 URL: http://jira.codehaus.org/browse/MPIR-102
             Project: Maven 2.x Project Info Reports Plugin
          Issue Type: Improvement
            Reporter: Petr Ferschmann


In my pom.xml I have this configuration for site plugin:
<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-site-plugin</artifactId>
    <configuration>
        <locales>cs</locales>
    </configuration>
</plugin>

But project-info-reports are still in english. It would be great if the locale 
is taken from site plugin.

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

        

Reply via email to