本文主要是介绍MVN注意的小点,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
MVN国内源的配置
http://blog.csdn.net/chwshuang/article/details/52198932
因为直接给一篇别人的博客,亲测可用。
今日时间2016.12.1
MVN create命令
在很多视频教程当中依旧还在使用create来创建java项目。
但是现在的mvn版本已经更新的很快了,create命令已经过时了。
mvn archetype:create is deprecated in Maven 3.0.5 and beyond, as mentioned in the documentation Use mvn archetype:generate instead:
接下来是这个句子的出处
http://stackoverflow.com/questions/29147329/unable-to-create-a-new-maven-hello-world-project
这篇关于MVN注意的小点的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!