Re: Maven Site / Report Plugins

2017-03-20 Thread Hervé BOUTEMY
ouch, "disabling" = "associating to an unknown phase": what a hack! nice idea :) there is no such phase association in reports: this hack for plugins can't be used with reports What can be done is adding some reportExcludes in maven-site-plugin configuration: not so easy to configure and

Re: Maven Site / Report Plugins

2017-03-20 Thread Karl Heinz Marbaise
Hi Hervé, On 20/03/17 08:31, Hervé BOUTEMY wrote: adding a skip parameter to every plugin is a workaround: better than nothing should that be possible? as a user, I want everything: I'd like it to be possible, or I'll be frustrated because "Maven is inflexible" :) ;-) the big question is

Re: Maven Site / Report Plugins

2017-03-20 Thread Jörg Schaible
Hi, Maxim Solodovnik wrote: > then maybe copy/paste a little: > > configure all necessary reports in parent pom (exclude github-report) > Then add github-report to all child projects except one or configure the github-report in the parent in a profile that is activated on existance of a

Re: Maven Site / Report Plugins

2017-03-20 Thread Maxim Solodovnik
then maybe copy/paste a little: configure all necessary reports in parent pom (exclude github-report) Then add github-report to all child projects except one On Mon, Mar 20, 2017 at 2:19 PM, Karl Heinz Marbaise wrote: > Hi, > > > On 20/03/17 07:54, Maxim Solodovnik wrote: >>

Re: Maven Site / Report Plugins

2017-03-20 Thread Hervé BOUTEMY
adding a skip parameter to every plugin is a workaround: better than nothing should that be possible? as a user, I want everything: I'd like it to be possible, or I'll be frustrated because "Maven is inflexible" :) the big question is more IMHO: is it possible to add this feature in a

Re: Maven Site / Report Plugins

2017-03-20 Thread Karl Heinz Marbaise
Hi, On 20/03/17 07:54, Maxim Solodovnik wrote: Hello Karl, I guess you can "skip" report for subproject? In this case this is not possible cause I want to have the site except for the maven-changes-plugin ...(github-report cause I don't have a github project for it). Kind regards Karl

Re: Maven Site / Report Plugins

2017-03-20 Thread Maxim Solodovnik
Hello Karl, I guess you can "skip" report for subproject? On Mon, Mar 20, 2017 at 1:48 PM, Karl Heinz Marbaise wrote: > Hi Hervé, > > On 19/03/17 23:39, Hervé BOUTEMY wrote: >> >> That's the first time I see this part of the doc: defining an empty >> reportSet >> could remove

Re: Maven Site / Report Plugins

2017-03-20 Thread Karl Heinz Marbaise
Hi Hervé, On 19/03/17 23:39, Hervé BOUTEMY wrote: That's the first time I see this part of the doc: defining an empty reportSet could remove a report plugin? I'm not convinced it ever worked. Me neither and made the experience that this will not work. But in the end this means a report can

Re: Maven Site / Report Plugins

2017-03-19 Thread Hervé BOUTEMY
That's the first time I see this part of the doc: defining an empty reportSet could remove a report plugin? I'm not convinced it ever worked. to me, it is inconsistent with following documentation, associated to an IT: http://maven.apache.org/plugins/maven-site-plugin/