[
https://issues.apache.org/jira/browse/MPIR-385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb updated MPIR-385:
----------------------
Description:
The generated file mailing-lists.html contains email names of the form:
<td><a href="[email protected]">Subscribe</a></td>
instead of
<td><a href="mailto:[email protected]">Subscribe</a></td>
Since the protocol is omitted, browsers assume it is the same as the page, i.e.
http[s].
Easy to demonstrate:
clone the repo
mvn clean integration-test
examine target/test-harness/mailing-lists/mailing-lists.html
To show that it worked previously, checkout the tag
maven-project-info-reports-plugin-2.9
and try the test again.
examine the file target/test-harness/mailing-lists/mail-lists.html
There don't appear to be any tests to check whether the table entries are
correctly generated.
was:
The generated file mailing-lists.html contains email names of the form:
<td><a href="[email protected]">Subscribe</a></td>
instead of
<td><a href="mailto:[email protected]">Subscribe</a></td>
Since the protocol is omitted, browsers assume it is the same as the page, i.e.
http[s].
Easy to demonstrate:
clone the repo
mvn clean integration-test
examine target/test-harness/mailing-lists/mailing-lists.html
To show that it worked previously, checkout the tag
maven-project-info-reports-plugin-2.9
and try the test again.
examine the file target/test-harness/mailing-lists/mail-lists.html
There don
> Emails in mailing list section of pom are improperly handled
> ------------------------------------------------------------
>
> Key: MPIR-385
> URL: https://issues.apache.org/jira/browse/MPIR-385
> Project: Maven Project Info Reports Plugin
> Issue Type: Bug
> Components: mailing-lists
> Affects Versions: 3.0.0, 3.0.1
> Reporter: Sebb
> Priority: Major
> Labels: regression
>
> The generated file mailing-lists.html contains email names of the form:
> <td><a href="[email protected]">Subscribe</a></td>
> instead of
> <td><a href="mailto:[email protected]">Subscribe</a></td>
> Since the protocol is omitted, browsers assume it is the same as the page,
> i.e. http[s].
> Easy to demonstrate:
> clone the repo
> mvn clean integration-test
> examine target/test-harness/mailing-lists/mailing-lists.html
> To show that it worked previously, checkout the tag
> maven-project-info-reports-plugin-2.9
> and try the test again.
> examine the file target/test-harness/mailing-lists/mail-lists.html
> There don't appear to be any tests to check whether the table entries are
> correctly generated.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)