Maybe version 3.0 of maven-project-info-reports-plugin shouldn't be used for project site generation?
I have to manually fix "team" page after each release, please help me On Mon, 17 Dec 2018 at 22:46, Maxim Solodovnik <[email protected]> wrote: > Maybe I should write to some other mailing list? > > On Mon, 10 Dec 2018 at 16:11, Maxim Solodovnik <[email protected]> > wrote: > >> Thanks for the quick response >> To illustrate the issue I have modified pom [1] to have both prefixed and >> non prefixed emails >> The result is here: [2] as you can see prefixed emails are correctly >> being displayed as mailto: links, but has wrong text >> Not prefixed has valid text, but wrong links ... >> >> According to Frederich's investigation available here [3] this was >> working with previous versions of maven report plugin >> I'm OK with changing the pom.xml, but unfortunately it seems both ways >> are wrong :( >> >> [1] https://github.com/apache/openmeetings/blob/master/pom.xml#L150 >> [2] >> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/team.html >> [3] >> https://github.com/devacfr/reflow-maven-skin/issues/40#issuecomment-445304386 >> >> >> On Mon, 10 Dec 2018 at 15:08, Andreas Sewe < >> [email protected]> wrote: >> >>> Hi Maxim, >>> >>> > Recently I noticed the issue with site generation [1] >>> > <developers> >>> > <developer> >>> > <email>mailto:mailaddrr</email> >>> >>> AFAIK, the <email> element takes just the plain e-mail address, not a >>> (mailto) URI: >>> >>> <email>[email protected]</email> >>> >>> See [1] for a longer example. >>> >>> Hope that helps. >>> >>> Andreas >>> >>> [1] <https://maven.apache.org/pom.html#Developers> >>> >>> >> >> -- >> WBR >> Maxim aka solomax >> > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
