Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
61 righe
2.2 KiB
61 righe
2.2 KiB
2 anni fa
|
# must be unique in a given SonarQube instance
|
||
|
sonar.projectKey=Sicilia-Sismica
|
||
|
sonar.host.url=http://sonar.nextmind.it
|
||
|
sonar.login=07bf5f159896d213b5bcb115c7c1a9ec1eca01ee
|
||
|
sonar.language=java
|
||
|
sonar.java.libraries="C:/progetti/sismica/git/liferay-plugins-sdk-6.2/.ivy/cache"
|
||
|
# --- optional properties ---
|
||
|
|
||
|
# defaults to project key
|
||
|
#sonar.projectName=My project
|
||
|
# defaults to 'not provided'
|
||
|
#sonar.projectVersion=1.0
|
||
|
|
||
|
# Path is relative to the sonar-project.properties file. Defaults to .
|
||
|
#sonar.sources=.
|
||
|
|
||
|
# Encoding of the source code. Default is default system encoding
|
||
|
#sonar.sourceEncoding=UTF-8
|
||
|
|
||
|
|
||
|
# Required metadata
|
||
|
# Path to the parent source code directory.
|
||
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
||
|
# Since SonarQube 4.2, this property is optional. If not set, SonarQube starts looking for source code
|
||
|
# from the directory containing the sonar-project.properties file.
|
||
|
sonar.sources=.
|
||
|
#sonar.sources=*/src,*/service,docroot/html
|
||
|
#sonar.web.file.suffixes=.jsp,.jspf
|
||
|
#sonar.doxygen.deploymentPath=/opt/sonarqube/war/sonar-server
|
||
|
sonar.java.source = 1.7
|
||
|
sonar.java.binaries=modules,portlets,hooks,shared,webs,themes
|
||
|
# The value of the property must be the key of the language.
|
||
|
#sonar.language=java
|
||
|
|
||
|
# Encoding of the source code
|
||
|
sonar.sourceEncoding=UTF-8
|
||
|
|
||
|
# Additional parameters
|
||
|
#sonar.my.property=value
|
||
|
sonar.exclusions = **/*BaseImpl.java,\
|
||
|
**/model/impl/*ModelImpl.java,\
|
||
|
**/model/impl/*CacheModel.java,\
|
||
|
**/model/*Model.java,\
|
||
|
**/model/*Wrapper.java,\
|
||
|
**/service/base/*.java,\
|
||
|
**/service/http/*.java,\
|
||
|
**/service/persistence/*.java,\
|
||
|
**/service/persistence/impl/*.java,\
|
||
|
**/service/*.java,\
|
||
|
**/security/permission/*.java,\
|
||
|
**/migration-tool/*,\
|
||
|
**/*.xml,\
|
||
|
**/*.html,\
|
||
|
portlets/*/docroot/WEB-INF/service/**/model/**/*.java,\
|
||
|
portlets/*/docroot/WEB-INF/service/**/service/**/*.java,\
|
||
|
portlets/*/docroot/WEB-INF/src/**/model/*BaseImpl.java,\
|
||
|
portlets/*/docroot/WEB-INF/src/**/model/**/*ModelImpl.java,\
|
||
|
portlets/*/docroot/WEB-INF/src/**/model/**/*CacheModel.java,\
|
||
|
portlets/*/docroot/WEB-INF/src/**/service/base/**/*.java,\
|
||
|
portlets/*/docroot/WEB-INF/src/**/service/http/**/*.java,\
|
||
|
portlets/*/docroot/WEB-INF/src/**/service/persistence/**/*.java
|