命令行创建maven web项目失败

命令行创建maven web项目失败,maven,Maven,使用windows 7 cmd控制台中的maven 3.0.3: mvn原型:generate-DgroupId=“com.maven”-DartifactId=“web”-DarchetypeArtifactId=maven原型快速启动-DinteractiveMode=false maven archetype quickstart起作用,但maven achetype webapp不起作用: mvn原型:generate-DgroupId=“com.maven”-DartifactId=“

使用windows 7 cmd控制台中的maven 3.0.3:

mvn原型:generate-DgroupId=“com.maven”-DartifactId=“web”-DarchetypeArtifactId=maven原型快速启动-DinteractiveMode=false

maven archetype quickstart起作用,但maven achetype webapp不起作用:

mvn原型:generate-DgroupId=“com.maven”-DartifactId=“web”-DarchetypeArtifactId=maven achetype webapp-DinteractiveMode=false

[INFO]正在扫描项目。。。
[信息]
[信息]------------------------------------------------------------------------
[信息]建筑Maven存根项目(无POM)1
[信息]------------------------------------------------------------------------
[信息]
[信息]>>>maven原型插件:2.2:generate(默认cli)@standalone pom>>>
[信息]

[INFO]我想你可能有一个输入错误:应该是
maven aRchetype webapp
吗?(缺少R)

您是否尝试在maven 3.0.4中实现这一点?
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Batch mode
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.212s
[INFO] Finished at: Tue Feb 12 17:02:01 EST 2013
[INFO] Final Memory: 14M/154M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.2:generate (default-cli) on project standalone-pom: The desired archetype does
not exist (org.apache.maven.archetypes:maven-achetype-webapp:1.0) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException