Sonarqube 我如何指定声纳扫描器来拾取我下载的xml格式的特定质量配置文件?

Sonarqube 我如何指定声纳扫描器来拾取我下载的xml格式的特定质量配置文件?,sonarqube,sonarqube-scan,Sonarqube,Sonarqube Scan,sonar服务器和本地sonar服务器上的质量配置文件是不同的,我已经从sonar服务器下载了XML,我想指定如何获取特定的质量配置文件,在哪里配置 我没有服务器管理员权限,无法配置任何内容 $ ./sonar-analysis.sh INFO: Scanner configuration file: C:\localAnalysis\sonar-scanner-3.0.3.778\conf\sonar-scanner.properties INFO: Project root configur

sonar服务器和本地sonar服务器上的质量配置文件是不同的,我已经从sonar服务器下载了XML,我想指定如何获取特定的质量配置文件,在哪里配置

我没有服务器管理员权限,无法配置任何内容

$ ./sonar-analysis.sh
INFO: Scanner configuration file: C:\localAnalysis\sonar-scanner-3.0.3.778\conf\sonar-scanner.properties
INFO: Project root configuration file: C:\IBM\aatman-mdmapp\tools\localAnalysis\sonar-project-mdm.properties
INFO: SonarQube Scanner 3.0.3.778
INFO: Java 1.8.0_121 Oracle Corporation (64-bit)
INFO: Windows 7 6.1 amd64
INFO: SONAR_SCANNER_OPTS=-Xmx1024m
INFO: User cache: C:\Users\kothara\.sonar\cache
INFO: Publish mode
INFO: Load global settings
INFO: Load global settings (done) | time=319ms
INFO: Server id: 15323a874858ec5
INFO: User cache: C:\Users\kothara\.sonar\cache
INFO: Load plugins index
INFO: Load plugins index (done) | time=156ms
INFO: Load/download plugins
INFO: Load/download plugins (done) | time=3403ms
INFO: SonarQube server 7.1.0
INFO: Default locale: "en_GB", source code encoding: "UTF-8"
INFO: Process project properties
INFO: Execute project builders
INFO: Execute project builders (done) | time=1ms
INFO: Load project branches
INFO: Load project branches (done) | time=63ms
INFO: Load project pull requests
INFO: Load project pull requests (done) | time=40ms
INFO: Load branch configuration
INFO: Load branch configuration (done) | time=1ms
INFO: Load project repositories
INFO: Load project repositories (done) | time=559ms
INFO: Load quality profiles
INFO: Load quality profiles (done) | time=77ms
INFO: Load active rules
INFO: Load active rules (done) | time=2360ms
INFO: Load metrics repository
INFO: Load metrics repository (done) | time=103ms
INFO: Project key: SVOC:MDMApp:MDM:WS057562-kothara-Local
INFO: Project base dir: C:\IBM\aatman-mdmapp
INFO: -------------  Scan SVOC:MDMApp:MDM:WS057562-kothara-Local
INFO: Base dir: C:\IBM\aatman-mdmapp
INFO: Working dir: c:\localAnalysis\working\sonar\MDM
INFO: Source paths: Aviva/Source/WAS/MDMApp/AvivaBusinessProxyComposites, Aviva/Source/WAS/MDMApp/AvivaBusinessProxyCompositesWS
INFO: Source encoding: UTF-8, default locale: en_GB
INFO: Load server rules
INFO: Load server rules (done) | time=515ms
WARN: Property 'sonar.abap.file.suffixes' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.
INFO: Index files
INFO: Included sources:
INFO:   **/src/**/*.java
INFO:   **/ejbModule/**/*.java
INFO: Excluded sources:
INFO:   **/to/**.java
INFO: 393 files indexed
INFO: 3111 files ignored because of inclusion/exclusion patterns
INFO: Quality profile for java: Sonar way
INFO: Sensor JavaSquidSensor [java]
INFO: Configured Java source version (sonar.java.source): 6
INFO: JavaClasspath initialization
WARN: Bytecode of dependencies was not provided for analysis of source files, you might end up with less precise results. Bytecode can be provided using sonar.java.libraries property
INFO: JavaClasspath initialization (done) | time=8ms
INFO: JavaTestClasspath initialization
INFO: JavaTestClasspath initialization (done) | time=1ms
INFO: Java Main Files AST scan
INFO: 393 source files to be analyzed


您必须是管理员才能进行此更改。

  • 转到管理>质量配置文件
  • 从语言旁边的下拉列表中,选择您的自定义质量配置文件

  • 注意:如果您没有管理员权限,此选项将不可见。