You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2019/01/19 12:01:00 UTC

[jira] [Updated] (MPIR-380) Emails in developers section of pom are improperly handled

     [ https://issues.apache.org/jira/browse/MPIR-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik updated MPIR-380:
----------------------------------
    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


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



> 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
>            Priority: Major
>              Labels: regression
>
> 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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)