开始使用Maven

时间:2011-08-30 06:39:39

标签: maven-2

我是Maven的新手。我已经在我的本地机器上安装了maven。 安装试用后,我试图执行 mvn archetype:generate -DarchetypeGroupId = org.apache.maven.archetypes -DgroupId = com.mycompany.app -DartifactId = my-app 因为我收到以下错误信息。

C:\work\maven2.2\bin>mvn archetype:generate -DarchetypeGroupId=org.apache
.maven.archetypes -DgroupId=com.mycompany.app -DartifactId=my-app
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'archetype'.
[INFO] org.apache.maven.plugins: checking for updates from central
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retri
eved from repository: central due to an error: Error transferring file: repo1.ma
ven.org
[INFO] Repository 'central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exi
st or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Tue Aug 30 11:45:49 IST 2011
[INFO] Final Memory: 1M/59M
[INFO] ------------------------------------------------------------------------

如果我需要有相同的先决条件设置,任何人都可以帮助我吗?

提前致谢。 :)

1 个答案:

答案 0 :(得分:0)

它的命令是正确的,并且在我的计算机上正确运行。但是您传输文件时出错。因此,在this分支上,您可能会看到此错误。

修改

教程: 首先阅读这篇文章:maven in 5 minutes

有关详细信息:Maven Getting Started Guide

第二篇文章将为您提供所需的所有权利。