Maxim Solodovnik created MPIR-380:
-------------------------------------
Summary: Emails in developers section of pom are improperly handled
Key: MPIR-380
URL: https://issues.apache.org/jira/browse/MPIR-380
Project: Maven Project Info Reports Plugin
Issue Type: Bug
Components: team
Affects Versions: 3.0.0
Reporter: Maxim Solodovnik
Here is test case can be used:
1) download this [1] pom file to the new folder
2) run `mvn clean site`
3) open target/site/team-list.html in browser
Result: email is converted to "mailto:" link
4) open this file in your favorite text editor
5) uncomment line 13 <!--
maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version-->
6) comment line 14
<maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>
7) uncomment line 81 <!-- report>team</report-->
8) comment line 82 <report>project-team</report>
9) run `mvn clean site`
10) open target/site/team.html in browser
Result: email is displayed as plain link to nowhere
[1] https://gist.github.com/solomax/2ce33116bb56cc5c5b1942f245f6d1b8
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)