On Tue, Jul 7, 2020 at 5:49 PM Gary Gregory <garydgreg...@gmail.com> wrote:

> I've tried to deal with JVM crashes in the FailSafe (I was not having the
> problem in SureFire) plugin by using:
>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-failsafe-plugin</artifactId>
>         <version>${hmp.failsafe.version}</version>
>         <configuration>
>           <forkCount>1</forkCount>
>           <reuseForks>false</reuseForks>
>         </configuration>
>       </plugin>
>

I also ran the command 'mvn verify', by exactly specifying above within my
Maven project's pom.xml file (and specifying the version
as <version>3.0.0-M5</version>), and got the same kind of build failure
errors, as I've mentioned in my previous post on this list.

Any further thoughts, about how to solve the problems I'm facing as
specified within this thread, would be appreciated.



-- 
Regards,
Mukul Gandhi

Reply via email to