美文网首页
【原】不给项目pom.xml文件添加依赖直接执行maven插件

【原】不给项目pom.xml文件添加依赖直接执行maven插件

作者: 曹赫洋 | 来源:发表于2018-10-24 15:09 被阅读0次

    示例
    mvn clean compile org.sonarsource.scanner.maven:sonar-maven-plugin:3.4.0.905:sonar -Dsonar -Dsonar.host.url=http://10.211.62.227:9000 -Dsonar.branch=branch-master -e

    相关文章

      网友评论

          本文标题:【原】不给项目pom.xml文件添加依赖直接执行maven插件

          本文链接:https://www.haomeiwen.com/subject/mvqxtqtx.html