diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-11-18 10:13:53 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-11-18 10:13:53 +0100 |
commit | 7ec598b6d81cae1840600431f1809cd38ec79c3a (patch) | |
tree | a8d27e6dcc896d4753417b595b675b99ef30c0b0 /sonar-batch-protocol/pom.xml | |
parent | bc5a3713961f55ab88d3e344cd0980d5949534f6 (diff) | |
download | sonarqube-7ec598b6d81cae1840600431f1809cd38ec79c3a.tar.gz sonarqube-7ec598b6d81cae1840600431f1809cd38ec79c3a.zip |
Exclude Report Viewer from SQ analysis
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r-- | sonar-batch-protocol/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 225cc6eb6d8..e494d430f7b 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -11,6 +11,11 @@ <name>SonarQube :: Batch :: Protocol</name> <description>Classes used for communication between batch and server</description> + + <properties> + <!-- Viewer is for our internal use. This is not production code and mostly generated with Eclipse GUI builder --> + <sonar.exclusions>src/main/java/org/sonar/batch/protocol/viewer/**</sonar.exclusions> + </properties> <dependencies> <dependency> |