eclipse3.2创建maven project的时候就提示:在Creating maven-archetype-webapp期间发生了内部错误

2025-03-11 10:05:35
推荐回答(1个)
回答1:

建议你试试我经常用的命令:
1.创建项目:mvn archetype:create -DgroupId=com.test.demo -DartifactId=nltc -DarchetypeArtifactId=maven-archetype-webapp

2.mvn eclipse:eclipse -Dwtpversion=2.0