Re: How to set default directories when developing a reporting plugin?

2023-10-21 Thread Alexander Kriegisch
Hello Michael, hello community. I have decided to actually change the plugin's behaviour the way I described: -- I overrode the default value of AbstractMavenReport.outputDirectory [1] by defining a setter method and adding a @Parameter annotation, specifying

[RESULT] [VOTE] Retire Maven Docck Plugin

2023-10-21 Thread Slawomir Jaranowski
Hi, The vote has passed with the following result: +1 (binding): Olivier Lamy, Sylwester Lachiewicz, Michael Osipov, Tamás Cservenák, Maarten Mulders, Karl Heinz Marbaise, Benjamin Marwell, Henning Schmiedehausen, Slawomir Jaranowski +1 (non binding): Enrico Olivelli I will continue with the

Re: [VOTE] Retire Maven Docck Plugin

2023-10-21 Thread Slawomir Jaranowski
+1 wt., 17 paź 2023 o 00:50 Slawomir Jaranowski napisał(a): > Hi, > > - Last release was in 2015 > - use Maven 2.2.1 > - we have a Maven Plugin Tools - which should be one project for build and > check Maven plugins > - no active development ... > >

RE: How to set default directories when developing a reporting plugin?

2023-10-21 Thread Michael Osipov
On 2023/10/20 02:08:25 Alexander Kriegisch wrote: Hello. I am trying to improve a reporting mojo in a Maven plugin. The mojo extends org.apache.maven.reporting.AbstractMavenReport. I recently upgraded it to Doxia 2.0 - thanks again to Hervé B. and Michael O. for their support - and cleaned