[
https://issues.apache.org/jira/browse/MPOM-48?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hervé Boutemy updated MPOM-48:
------------------------------
Description:
The actual <license> [1] section contains
{code:xml}<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:xml}<name>Apache License, Version 2.0</name>{code}
see http://jira.codehaus.org/browse/MNGSITE-191
was:
The actual <license> [1] section contains
<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>
The <name> entry is wrong; the word "Software" must be removed. Probably best
to remove "The" as well, i.e. it should be:
<name>Apache License, Version 2.0</name>
see http://jira.codehaus.org/browse/MNGSITE-191
> Incorrect name for Apache License in <license>
> ----------------------------------------------
>
> Key: MPOM-48
> URL: https://issues.apache.org/jira/browse/MPOM-48
> Project: Maven POMs
> Issue Type: Bug
> Components: asf
> Affects Versions: ASF-7, ASF-13, ASF-14
> Reporter: Hervé Boutemy
> Assignee: Hervé Boutemy
> Fix For: ASF-15
>
>
> The actual <license> [1] section contains
> {code:xml}<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:xml}<name>Apache License, Version 2.0</name>{code}
> see http://jira.codehaus.org/browse/MNGSITE-191
--
This message was sent by Atlassian JIRA
(v6.2#6252)