Hi all,
My team have been using the Maven Invoker Plugin’s run goal to package some
sample test projects during pre-integration-test which we then use during
integration tests. We’re not using it to test a maven plugin but it doesn’t
feel like we’re straying very far from the intended use case.
> On 30 Apr 2020, at 07:38, Robert Scholte wrote:
>
> I prefer to see an in memory solution.
Well if it’s reasonable to assume that filtered files are always small then we
could use replace the temporary file in my solution with an in memory buffer...
but I’m not sure that’s what you’re sho
When trying to use the jcoverage plugin I've been repeatedly getting
exceptions. The exception is a NumberFormatException thrown from within the
CoverageReport's generatePercentResult(..) method. The string being parsed
is "?" but I can't see that in the source xml report other than the xml
prolo