You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2008/06/19 23:39:26 UTC

[jira] Created: (MNG-3626) Improve pom to handle i18n fields

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

        

[jira] Commented: (MNG-3626) Improve pom to handle i18n fields

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139106#action_139106 ] 

Benjamin Bentmann commented on MNG-3626:
----------------------------------------

Spontaneously I believe the project URL is also a target for internalization:
{code:xml}
<project>
  ...
  <url>http://maven.apache.org/</url>
  <url xml:lang="de">http://maven.apache.org/de/</url>
  <url xml:lang="fr">http://maven.apache.org/fr/</url>
  ...
</project>
{code}


> 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

        

[jira] Commented: (MNG-3626) Improve pom to handle i18n fields

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNG-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=139107#action_139107 ] 

Benjamin Bentmann commented on MNG-3626:
----------------------------------------

However, the site directory layout is known/dictated by the Site Plugin, so no need for user customization.

> 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

        

[jira] Updated: (MNG-3626) Improve pom to handle i18n fields

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason van Zyl updated MNG-3626:
-------------------------------

    Fix Version/s:     (was: 2.1-alpha-1)
                   2.1-alpha-2

> 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
>             Fix For: 2.1-alpha-2
>
>
> 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

        

[jira] Updated: (MNG-3626) Improve pom to handle i18n fields

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated MNG-3626:
---------------------------------

    Fix Version/s: 2.1-alpha-1

> 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
>             Fix For: 2.1-alpha-1
>
>
> 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