summaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
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-core/pom.xml
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-core/pom.xml')
-rw-r--r--sonar-core/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 6219695a741..944bd226ea9 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -102,25 +102,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-test-source</id>
- <phase>generate-test-sources</phase>
- <goals>
- <goal>add-test-source</goal>
- </goals>
- <configuration>
- <sources>
- <source>src/test/gen-java</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<executions>