zoukankan      html  css  js  c++  java
  • 使用mvn生成webapp失败,尚未找到原因

    执行命令:

    mvn archetype:create -DgroupId=com.jd.ads.test -DartifactId=testTools -DarchetypeArtifactId=maven-archetype-webapp

    返回:

    [INFO] Scanning for projects...
    [INFO] Searching repository for plugin with prefix: 'archetype'.
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Maven Default Project
    [INFO] task-segment: [archetype:create] (aggregator-style)
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven
    -archetype-plugin:2.3
    
     
    
    Cause: Cannot assign configuration entry 'pomRemoteRepositories' to 'interface j
    ava.util.List' from 'null', which is of type class java.lang.String
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 1 second
    [INFO] Finished at: Mon Aug 03 10:33:01 CST 2015
    [INFO] Final Memory: 23M/218M
    [INFO] ------------------------------------------------------------------------
    

      

    怎么导致的?

    可能的原因:

    exec.arguments was used before version 1.1 of the exec plugin, it did not support conversion of command line String to String[] array.

    1. If possible upgrade to 1.1 or later and use exec.args instead of exec.arguments.
    2. If you can't upgrade the plugin version, you can still use command line arguments with a profile and use multiple <argument> tags associated in the pom.xml
  • 相关阅读:
    检查网上下载“学习资料”的完整性,用这招就够了
    MP4 视频“只闻其声,不见其人”,是怎么回事呢?
    大型网课翻车现场!原因竟是……
    看图说话,P2P 分享率 90% 以上的 P2P-CDN 服务,来了!
    Linux删除除了某些文件之外的所有文件或文件夹
    git分支管理三
    git远程仓库(二)
    git基础(一)
    ntp时间服务器
    oracle-3-Linux-11g安装-图形安装
  • 原文地址:https://www.cnblogs.com/bukudekong/p/4698695.html
Copyright © 2011-2022 走看看