I found it... I was barking up the wrong tree.    

Added this to my pom.xml and everything started working.   Thanks for the 
help... sometimes I just need to explain things to someone else to find the 
problem ;)

        <dependency>
          <groupId>org.jacoco</groupId>
          <artifactId>org.jacoco.report</artifactId>
          <version>0.8.5</version>
          <scope>test</scope>
        </dependency>




On Tuesday, July 14, 2020 at 4:45:38 PM UTC-4, Jesse Glick wrote:
>
> On Tue, Jul 14, 2020 at 4:24 PM Michael Carter 
> <[email protected] <javascript:>> wrote: 
> > If I run outside the testing harness everything works fine. 
>
> Unless, presumably, a hapless user tries to use your plugin with a 
> path that contains spaces. That is the point of including the space in 
> the test harness: to remind you to fix this. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/9fdbcc0d-8a5b-40da-b816-3beebbdb4a7co%40googlegroups.com.

Reply via email to