无法从原型[org.apache.maven.archetypes:maven-archetype-quickstart:1.4]创建项目定义的工件不是原型

时间:2020-02-26 05:11:14

标签: java eclipse maven

我正在尝试使用maven-archetype-quickstart创建一个Maven项目。但是无论何时创建,都会出现以下错误:

Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.4]
The defined artifact is not an archetype.

下面是settings.xml:

<settings>
  <proxies>
   <proxy>
      <active>true</active>
      <protocol>https</protocol>
      <host>xxx.xx.xx.xxx</host>
      <port>yyyy</port>
    </proxy>
  </proxies>
</settings>

我看到了各种各样的帖子。但是错误仍未解决。

0 个答案:

没有答案