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 < s...@st.informatik.tu-darmstadt.de> 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>j...@example.com</email> > > See [1] for a longer example. > > Hope that helps. > > Andreas > > [1] <https://maven.apache.org/pom.html#Developers> > > -- WBR Maxim aka solomax