zl程序教程

您现在的位置是:首页 >  后端

当前栏目

maven-dependency-plugin(goals copy-dependencies unpack ) is not supported by m2e

Maven not is by plugin supported copy Dependency
2023-09-14 08:59:40 时间

  Maven异常:
    maven-dependency-plugin (goals copy-dependencies unpack ) is not supported by m2e

 

    解决办法如下:

    将 plugins 元素包裹在 pluginManagement 元素之内,如图:

 

 改好后,crel + s保存你的pom.xml,然后在项目上右键-- Maven-- Update Project Configuration,然后问题就解决了。

    

 

转载:http://iamyida.iteye.com/blog/2245004


eclipse 中 maven的pom.xml文件发生错误:CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven... eclipse 中 maven的pom.xml文件发生错误:CoreException: Could not get the value for parameter compilerId for plugin execution default-compile: PluginResolutionException: Plugin org.apache.maven...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project ei-qssso-admin: The plugin org.apache.maven.plugins:maven-resources-plugi n:3.2.0 requires Maven version 3.1.0 - [Help 1] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project ei-qssso-admin: The plugin org.apache.maven.plugins:maven-resources-plugi n:3.2.0 requires Maven version 3.1.0 - [Help 1]