SebbASF created MNGSITE-191:
-------------------------------

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


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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to