关于Eclipse中安装Maven时产生的错误

来源:互联网 发布:mysql front下载 编辑:程序博客网 时间:2024/06/07 15:13

Error: m2e Install In Eclipse


I ran into a similar issue today and found that this question also has recently been asked and answered at the atlassian forum as well. My solution was to install slf4j based on guidelines from this blog postabout "SLF4J Logging in Eclipse Plugins".

To extract, here is what I did:

  1. Eclipse -> Help -> Install New Software
  2. Add a new software site:
    • Name: slf4j
    • Url: http://www.fuin.org/p2-repository/
  3. Expand "Maven osgi-bundles" and select "slf4j-api"
  4. Click "Next" and follow the installation.

After the installation has completed (and Eclipse has been restarted) I was then able to install the maven plugin。

0 0