This appears to have solved the problem.
Thanks for the help.
STEVEN M NELLIGAN
-Original Message-
From: Tibor Digana
Sent: Thursday, May 5, 2022 9:10 AM
To: Maven Users List
Subject: Re: Problem with an Maven Build
It should not be any issue if you switch to JDK8 and add maven
Hi,
Try a newer version of maven, 3.8.5 - you will see a warning for plugins
without the version specified.
You defined a version of surefire in the reporting section.
Please add version of surefire in build -> plugins or build ->
pluginsManagment
czw., 5 maj 2022 o 15:48 Nelligan, Steven M
.. and I still
> get the error.
>
> STEVEN M NELLIGAN
>
>
> -Original Message-
> From: Antoine Mottier
> Sent: Thursday, May 5, 2022 9:00 AM
> To: Maven Users List
> Subject: Re: Problem with an Maven Build
>
> Starting with version 3.0.0-M6 maven-surefire-p
M NELLIGAN
-Original Message-
From: Antoine Mottier
Sent: Thursday, May 5, 2022 9:00 AM
To: Maven Users List
Subject: Re: Problem with an Maven Build
Starting with version 3.0.0-M6 maven-surefire-plugin requires Java 8 or higher.
As you are running it using Java 7 this explains your i
It should not be any issue if you switch to JDK8 and add maven sniffer
plugin along with compiler 1.7.
T
Dňa št 5. 5. 2022, 16:00 Antoine Mottier
napísal(a):
> Starting with version 3.0.0-M6 maven-surefire-plugin requires Java 8
> or higher. As you are running it using Java 7 this explains your
Starting with version 3.0.0-M6 maven-surefire-plugin requires Java 8
or higher. As you are running it using Java 7 this explains your issue.
You can either get back to version 3.0.0-M5 or upgrade to a newer
version of Java.
Regards,
--
Antoine Mottier
"Nelligan, Steven M" a écrit :
Plea
Please any assistance would be appreciated
Building a maven project is getting the following error(s)
I have not changed anything in the project, so I assume something changed in
the repositories
How can I get this project built?
INFORMATION FOLLOWS:
__