A required class was missing while executing org.apache.maven.plugins:maven-war-plugin:2.1.1:war

后端 未结 9 835
小蘑菇
小蘑菇 2020-12-31 01:46

Here is my clean install -x result:

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] --         


        
9条回答
  •  独厮守ぢ
    2020-12-31 01:59

    Make sure your Java version matches the project's Java version requirement. This could be an another cause for such kinds of issues.

提交回复
热议问题