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

前端 未结 8 1071
一个人的身影
一个人的身影 2020-12-02 03:59

I have a fairly simple Maven project:


    
        ...
    
         


        
8条回答
  •  青春惊慌失措
    2020-12-02 05:02

    To make it work, instead of ignoring it, you can install the m2e connector for the maven-dependency-plugin:
    https://github.com/ianbrandt/m2e-maven-dependency-plugin

    Here is how you would do it in Eclipse:

    1. go to Window/Preferences/Maven/Discovery/
    2. enter Catalog URL: http://download.eclipse.org/technology/m2e/discovery/directory-1.4.xml
    3. click Open Catalog
    4. choose the m2e-maven-dependency-plugin
    5. enjoy

提交回复
热议问题