Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.0
Description
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
Initial investigation available here: https://github.com/devacfr/reflow-maven-skin/issues/40#issuecomment-445304386
[1] https://gist.github.com/solomax/2ce33116bb56cc5c5b1942f245f6d1b8
Attachments
Issue Links
- causes
-
MNGSITE-380 E-mail adress links on The Team page are invalid
- Closed
- is related to
-
MPIR-385 Emails in mailing list section of pom are improperly handled
- Closed
- is required by
-
HBASE-22048 Incorrect email links on website
- Closed
- links to