700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > eclipse 新建maven项目报错Could not resolve archetype org.apache.maven.archetype修改配置

eclipse 新建maven项目报错Could not resolve archetype org.apache.maven.archetype修改配置

时间:2022-02-16 14:53:56

相关推荐

eclipse 新建maven项目报错Could not resolve archetype org.apache.maven.archetype修改配置

<!--指定远程仓库-->

<mirror>

<id>alimaven</id>

<name>aliyun maven</name>

<url>/nexus/content/groups/public/</url>

<mirrorOf>central</mirrorOf>

</mirror>

<mirror>

<id>central</id>

<name>Maven Repository Switchboard</name>

<url>/maven2/</url>

<mirrorOf>central</mirrorOf>

</mirror>

<mirror>

<id>repo2</id>

<mirrorOf>central</mirrorOf>

<name>Human Readable Name for this Mirror.</name>

<url>/maven2/</url>

</mirror>

<mirror>

<id>ibiblio</id>

<mirrorOf>central</mirrorOf>

<name>Human Readable Name for this Mirror.</name>

<url>/pub/mirrors/maven2/</url>

</mirror>

<mirror>

<id>jboss-public-repository-group</id>

<mirrorOf>central</mirrorOf>

<name>JBoss Public Repository Group</name>

<url>/nexus/content/groups/public</url>

</mirror>

<!-- 指定镜像 -->

<mirror>

<id></id>

<name>oneof the central mirrors in china</name>

<url>/content/groups/public/</url>

<mirrorOf>central</mirrorOf>

</mirror>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。