51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 1919|回复: 0
打印 上一主题 下一主题

[原创] Maven 出错信息

[复制链接]
  • TA的每日心情
    无聊
    2022-8-5 09:01
  • 签到天数: 2 天

    连续签到: 2 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2019-3-7 15:16:57 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    1. mvn archetype:create -DgroupId=com.efn -DartifactId=study
    2. [INFO] Scanning for projects...
    3. [INFO]                                                                        
    4. [INFO] ------------------------------------------------------------------------
    5. [INFO] Building Maven Stub Project (No POM) 1
    6. [INFO] ------------------------------------------------------------------------
    7. [INFO]
    8. [INFO] --- maven-archetype-plugin:2.4:create (default-cli) @ standalone-pom ---
    9. [INFO] ------------------------------------------------------------------------
    10. [INFO] BUILD FAILURE
    11. [INFO] ------------------------------------------------------------------------
    12. [INFO] Total time: 1.216 s
    13. [INFO] Finished at: 2016-01-27T20:58:02+08:00
    14. [INFO] Final Memory: 15M/148M
    15. [INFO] ------------------------------------------------------------------------
    16. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:create (default-cli) on project standalone-pom: Unable to parse configuration of mojo org.apache.maven.plugins:maven-archetype-plugin:2.4:create for parameter #: Cannot create instance of interface org.apache.maven.artifact.repository.ArtifactRepository: org.apache.maven.artifact.repository.ArtifactRepository.<init>() -> [Help 1]
    17. [ERROR]
    18. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
    19. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    20. [ERROR]
    21. [ERROR] For more information about the errors and possible solutions, please read the following articles:
    22. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginConfigurationException
    复制代码
    • 出错原因解释

    在stackoverflow找到解决方式如下 mvn archetype:generate -DgroupId=org.sonatype.mavenbook.ch03 -DartifactId=simple -DpackageName=org.sonatype.mavenbook -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false

    修改start命令为generate

    参考网址为http://stackoverflow.com/questions/29147329/unable-to-create-a-new-maven-hello-world-project

    原因分析:create is deprecated in maven 3.0.5 and beyond,在maven3.0.5以上版本舍弃了create,使用generate生成项目


    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-11-22 22:32 , Processed in 0.067543 second(s), 23 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表