You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			796 B
		
	
	
	
		
			Properties
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			796 B
		
	
	
	
		
			Properties
		
	
| 
 | |
| # must be unique in a given SonarQube instance
 | |
| sonar.projectKey=i3plus.core:i3plus-core
 | |
| 
 | |
| # --- optional properties ---
 | |
| 
 | |
| # defaults to project key
 | |
| sonar.projectName=i3plus-core
 | |
| # defaults to 'not provided'
 | |
| sonar.projectVersion=1.0-TEST-SNAPSHOT
 | |
|  
 | |
| # Path is relative to the sonar-project.properties file. Defaults to .
 | |
| #sonar.sources=./
 | |
| #sonar.java.binaries=target
 | |
|  
 | |
| # Encoding of the source code. Default is default system encoding
 | |
| sonar.sourceEncoding=UTF-8
 | |
| 
 | |
| sonar.java.coveragePlugin=jacoco
 | |
| sonar.jacoco.reportPaths=$WORKSPACE/modules/i3plus-core-apiservice/target/jacoco.exec
 | |
| sonar.junit.reportPaths=$WORKSPACE/modules/i3plus-core-apiservice/target/surefire-reports
 | |
| sonar.surefire.reportsPath=$WORKSPACE/modules/i3plus-core-apiservice/target/surefire-reports
 | |
| sonar.dynamicAnalysis=reuseReports |