Improve pom to handle i18n fields
---------------------------------

                 Key: MNG-3626
                 URL: http://jira.codehaus.org/browse/MNG-3626
             Project: Maven 2
          Issue Type: Improvement
          Components: POM
    Affects Versions: 2.0.x
            Reporter: Vincent Siveton


Some fields like name or description could be internationalized. I see the 
following:
{noformat}
<project>
...
  <description xml:lang="en">English description.</description>
  <description xml:lang="de">Deutsch  description.</description>
  <description xml:lang="fr">French description.</description>
...
</project>
{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

        

Reply via email to