Saturday, April 2, 2022

Eclipse maven update problem whike moving from older java to java17

 Errors encountered while doing maven update:


Could not get the value for parameter encoding for plugin execution default-resources

cannot resolve plugin org/apache/maven plugins maven-resources-plugin:3.1 0 


1. Close eclipse

2. Got to ~/.m2

3.  delete m2/repository/org/apache/maven

4. open eclipse 

5. update project again

(if  do not work delete whole .m2/repository)

No comments:

Post a Comment