could not calculate build plan plugin maven-compiler-plugin
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved:
Solution:
remove the following folder and then try to re-run the mvn command and it will work.
rm -rf ~/.m2/repository/org/apache/maven/plugins/maven-*
Comments
Post a Comment