错误信息如下:
Failed to execute goal org.apache.maven.plugins:maven-war-plugin:3.0.0:war (default-war) on project DispatchingSystem: Execution default-war of goal org.apache.maven.plugins:maven-war-plugin:3.0.0:war failed: Unable to load the mojo 'war' in the plugin 'org.apache.maven.plugins:maven-war-plugin:3.0.0' due to an API incompatibility org.codehaus.plexus.component.repository.exception.ComponentLookupException: null
错误原因:maven-war-plugin打包版本过低,默认2.2
改正:在工程pom文件中 加入如下代码即可(如有 则更改插件版本到3.2)
org.apache.maven.plugins maven-war-plugin 3.2.2 false



