Re: [RESULT] [VOTE] Change project logo and adopt owl as mascot

2014-12-04 Thread Karl Heinz Marbaise
Hi Stephen, unfortunately my vote reply had gone to the users list instead of the dev-list...which was a -1 and NOT +1 ! On 12/3/14 4:53 PM, Stephen Connolly wrote: Vote threads: http://mail-archives.apache.org/mod_mbox/maven-users/201411.mbox/%3CCA%2BnPnMw%2Bn6KLx2Zg0R-d2_iWCyVYfKVYfGEzk

Re: [RESULT] [VOTE] Change project logo and adopt owl as mascot

2014-12-04 Thread Stephen Connolly
Sorry my bad. Still the outcome remains the same On 3 December 2014 at 19:05, Karl Heinz Marbaise wrote: > Hi Stephen, > > unfortunately my vote reply had gone to the users list instead of the > dev-list...which was a -1 and NOT +1 ! > > > > > > On 12/3/14 4:53 PM, Stephen Connolly wrote: > >> V

Re: Integrate Maven Site reporting with maven plugin that externally create report html page.

2014-12-04 Thread animator
Here is my mojo: https://github.com/lgadawski/cloverage-maven-plugin/blob/master/src/main/java/com/gadawski/maven/plugins/cloverage/goals/HtmlMojo.java which, as U can see, extends following class: https://github.com/lgadawski/cloverage-maven-plugin/blob/master/src/main/java/com/gadawski/maven/p

Re: Integrate Maven Site reporting with maven plugin that externally create report html page.

2014-12-04 Thread Grzegorz SÅ‚owikowski
Hi Lukasz I didn't check, but your plugin must be very similar to one I wrote recently for SCoverage (Scala coverage) https://github.com/scoverage/scoverage-maven-plugin Look at this class: https://github.com/scoverage/scoverage-maven-plugin/blob/master/src/main/java/org/scoverage/plugin/SCoverage