如何从shell脚本执行属性文件

时间:2012-10-09 13:47:12

标签: linux sonarqube

我写了一个sonar-project.properties 声纳的文件,现在我想从shell脚本执行这个文件,如何从shell脚本调用属性文件,请有人帮助我。

1 个答案:

答案 0 :(得分:1)

如果您想运行声纳分析,则必须install the Sonar Runner然后启动

sonar-runner

在您放置“sonar-project.properties”文件的文件夹中。

the documentation中完美地解释了所有内容。