aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/src/main/protobuf/batch_report.proto
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2015-10-15 05:25:27 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-10-29 16:12:28 +0100
commitd7d20c58c771f3be6cc44b37dc5b741443beca03 (patch)
tree076800627d16da483866b467b52eba151d8f8f4b /sonar-batch-protocol/src/main/protobuf/batch_report.proto
parentbed7d7f1897ab5f0e2bfa0e4e6ac61e3d413c5dc (diff)
downloadsonarqube-d7d20c58c771f3be6cc44b37dc5b741443beca03.tar.gz
sonarqube-d7d20c58c771f3be6cc44b37dc5b741443beca03.zip
Execute Protocol Buffer compiler during build
Dependency for compiler selected based on platform. Supported platforms are Windows/Linux x86/64 and Mac OS. Configuration in root POM to avoid duplication. This also makes version of compiler consistent with version of library. Previously it was 3.0.0-a3 and 3.0.0-beta-1 respectively, now both are 3.0.0-beta-1. And removes all existing auto generated files and scripts for their creation as well as their traces (such as comments and exclusions for SonarQube).
Diffstat (limited to 'sonar-batch-protocol/src/main/protobuf/batch_report.proto')
-rw-r--r--sonar-batch-protocol/src/main/protobuf/batch_report.proto4
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-batch-protocol/src/main/protobuf/batch_report.proto b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
index 631c2c4ae49..ffb4f241b9f 100644
--- a/sonar-batch-protocol/src/main/protobuf/batch_report.proto
+++ b/sonar-batch-protocol/src/main/protobuf/batch_report.proto
@@ -24,10 +24,6 @@ Notes
- this is beta version of specification. It will evolve during next releases and is
not forward-compatible yet.
-
- - the related Java files are not generated during build. Indeed the existing protoc maven
- plugins require protobuf to be installed on boxes. That means that generated Java files
- are updated and committed for each change (see src/main/gen-java).
*/
syntax = "proto2";