diff options
author | Jenkins CI <ci@sonarsource.com> | 2016-04-12 08:07:40 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2016-04-12 08:07:40 +0200 |
commit | 54bed58ca48aba47636f8bc025d301e3a8523e6f (patch) | |
tree | b2d351e98482ce754c0c30e27a7ff2065ffc52bf /server/sonar-process/pom.xml | |
parent | be0fa093db7176f18bf137af7246e4ec5167f0ab (diff) | |
parent | a6f552abcf9db3361c2ad903606b3365182da76a (diff) | |
download | sonarqube-54bed58ca48aba47636f8bc025d301e3a8523e6f.tar.gz sonarqube-54bed58ca48aba47636f8bc025d301e3a8523e6f.zip |
Automatic merge from branch-5.5
* origin/branch-5.5:
QA: enable deploy on branch-*
add l10n names for reliability_rating and security_rating
Add PropertiesDao.deleteById
SONAR-7533 Hide sonar.login property in analysis.log sent in the scanner report
SONAR-7238 do not display identity provider details when it is "sonarqube"
fix bug which prevents to add a quality gate condition for "new_" metric
SONAR-7402 clicking on project bubble brings to the project page
Fix javadoc errors
Exclude protobuf code from SQ analysis
Fix some Javadoc warnings
Improve javadoc
Change return type of Plugin#getSonarQubeVersion()
Diffstat (limited to 'server/sonar-process/pom.xml')
-rw-r--r-- | server/sonar-process/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/server/sonar-process/pom.xml b/server/sonar-process/pom.xml index 17398c06ff5..5160d85ce29 100644 --- a/server/sonar-process/pom.xml +++ b/server/sonar-process/pom.xml @@ -8,9 +8,13 @@ <version>5.6-SNAPSHOT</version> <relativePath>../</relativePath> </parent> - + <artifactId>sonar-process</artifactId> <name>SonarQube :: Process</name> + + <properties> + <sonar.exclusions>target/generated-sources/**/*</sonar.exclusions> + </properties> <dependencies> <dependency> |