我正在使用m2e插件在eclipse中处理java maven项目 . 我用eclipse配置了maven插件,但发生了一些问题 .

enter image description here

  • Alfesco maven sdk链接在eclipse中没有工作,它没有下载所需的Archetype,这是alfresco-amp archtype .
    enter image description here

我搜索了他们很多我不熟悉maven和eclipse,经过一天的谷歌搜索,我仍然没有设法找到解决方案 .

Update

Maven设置如下给出maven设置中是否有任何问题 . 本地存储库/目录是否有任何问题,然后如何更改它?

enter image description here

enter image description here

enter image description here

Setttings.xml:http://maven.apache.org/xsd/settings-1.1.0.xsd“>

<proxies>
   <proxy>
      <active>true</active>
      <protocol>http</protocol>
      <host>172.16.0.9</host>
      <port>8080</port>
    </proxy>
  </proxies>
</settings>