Re: Handling emails in pom.xml

2019-01-18 Thread Maxim Solodovnik
Hello Robert, Thanks for quick answer It seems I wasn't clear enough (I'm not native English speaker) To it seems to be the issue with maven-project-info-reports-plugin 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

Re: Handling emails in pom.xml

2019-01-18 Thread Robert Scholte
We might be more explicit in the definition, but it should be j...@example.com the mailto: is only an URI scheme for email addresses, but here we already know we're working with an email. Not sure what must done to help you manually fix your team-page. thanks, Robrt On Fri, 18 Jan 2019 18:1

Re: Handling emails in pom.xml

2019-01-18 Thread Maxim Solodovnik
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 wrote: > Maybe I should write to some other mailing list? > > On Mon, 10 Dec

Re: Maven High memory usage (12G) and big dependencyManagement section (4000 entry)

2019-01-18 Thread Hervé BOUTEMY
Hi, Wow, 1600 modules and 4000 entries in dependencyManagement? Did you try to use a memory profiler to see where the memory goes? Is there something shareable in public to dig into details? Regards, Hervé Le jeudi 17 janvier 2019, 18:28:57 CET Canivet, Guillaume a écrit : > Hi, > > Here is m