Maven Invoker updateOnly

2020-07-29 Thread Rob Oxspring
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.

Re: Maven Filtering Plugin should avoid overwriting even when filtering

2020-04-30 Thread Rob Oxspring
> 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

JCoverage report producing exceptions

2003-10-23 Thread Rob Oxspring
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