[ANN] Release Maven Help Plugin 3.0.0 released

2018-03-17 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Help Plugin version 3.0.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-help-plugin/ You should specify the version in your project's plugin configuration:

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-17 Thread Anders Hammar
You need to provide more info to understand your questions. "obviously everything else fails"? why obviously? "why are plugin repositories being ignored? they shouldn't for plugins and their deps. If it is it's most likely due to a misconfiguration on your end, but it could be a bug in maven.

Question about using a custom StackTraceWriter with the maven-surefire-plugin

2018-03-17 Thread Zoltan Farkas
Is it possible to register a custom writer with the maven-surefire-plugin? let me know. thank you. —Z - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: How to tell maven where to look for extensions (instead of central repository)

2018-03-17 Thread Salvatore
That is a bigger change than I expected... I've configured a * pointing to my repo to test it out, and now the extension is being downloaded, but obviously everything else fails. I cannot modify nexus configuration myself, so it seems I will have to download the jar manually for now :( Can I ask