source: pyenvjasmine/pyenvjasmine/envjasmine/sonar-project.properties@ 19:ab5f65372038

Last change on this file since 19:ab5f65372038 was 19:ab5f65372038, checked in by Borja Lopez <borja@…>, 9 years ago

Imported latest envjasmine version, the initial import from darcs had the wrong version

File size: 833 bytes
Line 
1# required metadata
2sonar.projectKey=net.project.my:myproject
3sonar.projectName=My Project
4sonar.projectVersion=1.0.0.0
5
6# optional description
7sonar.projectDescription=Example Project for EnvJasmine, JSCover, Sonar integration
8
9# path to source directories (required)
10sonar.sources=samples
11
12# optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported.
13#sonar.libraries=path/to/library/*.jar,path/to/classes/dir,path/to/specific/library/myLibrary.jar,parent/*/*.jar
14
15# The value of the property must be the key of the language.
16sonar.language=js
17
18# Additional parameters
19sonar.dynamicAnalysis=true
20sonar.branch=javascript
21sonar.exclusions=ajaxDemo.js
22sonar.javascript.testframework=jstest
23sonar.javascript.jstest.reportsfolder=reports
24sonar.surefire.reportsPath=reports
Note: See TracBrowser for help on using the repository browser.