2c182ef012714b2e9cfa0020cabb3269dd1a984e
[vfc/nfvo/wfengine.git] / winery / org.eclipse.winery.repository / sonar-project.java.properties
1 # required metadata
2 sonar.projectKey=org.eclipse.winery.repository-java
3 sonar.projectName=org.eclipse.winery.repository-java
4 sonar.projectVersion=0.1.2
5  
6 # path to source directories (required)
7 sonar.sources=src/main/java
8  
9 # path to test source directories (optional)
10 #sonar.tests=
11  
12 # path to project binaries (optional), for example directory of Java bytecode
13 #sonar.binaries=binDir
14  
15 # optional comma-separated list of paths to libraries. Only path to JAR file and path to directory of classes are supported.
16 #sonar.libraries=org.eclipse.jgit-2.1.0.201209190230-r.jar
17  
18 # The value of the property must be the key of the language.
19 sonar.language=java
20
21 # enforece Java 1.7 to enable analysis of diamon operator by PMD
22 sonar.java.source=1.7
23
24 sonar.sourceEncoding=UTF-8