You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2014/03/22 12:17:59 UTC

[jira] (MNGSITE-191) Incorrect name for Apache License in example

     [ https://jira.codehaus.org/browse/MNGSITE-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MNGSITE-191.
---------------------------------------

    Resolution: Fixed
      Assignee: Karl Heinz Marbaise

Fixed in [r1580196|http://svn.apache.org/r1580196]

> Incorrect name for Apache License in <license> example
> ------------------------------------------------------
>
>                 Key: MNGSITE-191
>                 URL: https://jira.codehaus.org/browse/MNGSITE-191
>             Project: Maven Project Web Site
>          Issue Type: Bug
>            Reporter: SebbASF
>            Assignee: Karl Heinz Marbaise
>
> The POM reference page has an example in the <license> [1] section:
> {code}
> <licenses>
>   <license>
>     <name>The Apache Software License, Version 2.0</name>
>     <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
>     <distribution>repo</distribution>
>     <comments>A business-friendly OSS license</comments>
>   </license>
> </licenses>
> {code}
> The <name> entry is wrong; the word "Software" must be removed. Probably best to remove "The" as well, i.e. it should be:
> {code}
> <name>Apache License, Version 2.0</name>
> {code}
> [1] http://maven.apache.org/pom.html#Licenses



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)