Error creating Maven project in Eclipse [closed]

-2

The error happens as soon as I create the Maven project, I use Eclipse Oxygen.

    
asked by anonymous 09.01.2018 / 15:30

1 answer

2

My suggestion is to remove the dependency that is causing the conflict in your local repository.

  

.m2 / repository / org / apache / maven / plugins / maven-resources-plugin

Then build the project to see if the problem is resolved.

    
09.01.2018 / 16:45