aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-26 22:34:13 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-07-30 11:38:11 +0200
commite2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1 (patch)
treee3de1f5848a80cdc68dab765a3cf707912112273 /server/sonar-server/pom.xml
parent1ba23e72c35a134731c4b961d3fab67a019b03f0 (diff)
downloadsonarqube-e2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1.tar.gz
sonarqube-e2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1.zip
Draft of protobuf specification of WS api/issues/search
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r--server/sonar-server/pom.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml
index 8a3deb28119..dbf10b60e4b 100644
--- a/server/sonar-server/pom.xml
+++ b/server/sonar-server/pom.xml
@@ -265,6 +265,24 @@
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>src/main/gen-java</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>