Not yet. See the related issue: MPIR-35
| [top] |
See the SCM report documentation.
| [top] |
You could use services such as reCAPTCHA Mailhide. In this case, just replace email by the given URL, for instance:
<project>
...
<developers>
<developer>
<id>foo</id>
<email>http://mailhide.recaptcha.net/d?k=01ebFB9eM2hZL-T96IpUgRmA==&c=AI-pouLFNTr5xMTBVDaj8iKeIFI5dy9Wj5cxSY0Nuhw=</email>
...
</developer>
...
</developers>
...
</project>
| [top] |