Could not find goal 'create' in plugin org.apache.maven.p plugin:3.0.1 among available goals crawl

来源:互联网 发布:数据字典怎么用 编辑:程序博客网 时间:2024/06/05 19:18

maven创建项目失败

使用命令:

mvn archetype:create -DgroupId=com.efn -DartifactId=study

出现结果:

Could not find goal 'create' in plugin org.apache.maven.pplugin:3.0.1 among available goals crawl, create-from-prontegration-test, jar, update-local-catalog 

解决方法:


用generate替换create

mvn archetype:generate -DgroupId=com.efn -DartifactId=study

错误原因:

mvn archetype:create is deprecated in Maven 3.0.5 and beyond

maven超过3.0.5就要使用generate,否则还是可以用create。


每天努力一点,每天都在进步。

阅读全文
0 0
原创粉丝点击