First of all, probably my question is not well asked or is too easy or too simple but I'm a little bit novice and Vaadin and I can't figure what is happening.
When I try to update the maven project using "Update project" doing right client over "pom.xml", I get the following error over and over.
An internal error occurred during: "Updating Maven Project".
Receiver class com.baselet.plugin.MavenProjectChangedListener does not define or inherit an implementation of the resolved method 'abstract void mavenProjectChanged(java.util.List, org.eclipse.core.runtime.IProgressMonitor)' of interface org.eclipse.m2e.core.project.IMavenProjectChangedListener.
When I click "ok", the same error appears again and again.
I'm using:
- Eclipse 2022-12
- JDK Zulu 17
- Apache Maven 3.8.7 which I downloaded and I selected at Eclipse's configuration.
I tried several projects and it is always the same. Could someone give me an advise?
Regards,