diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-26 22:34:13 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-30 11:38:11 +0200 |
commit | e2bdeb3e70dfe0e22bbe94226c3cc1522fc01dd1 (patch) | |
tree | e3de1f5848a80cdc68dab765a3cf707912112273 /server/sonar-server/pom.xml | |
parent | 1ba23e72c35a134731c4b961d3fab67a019b03f0 (diff) | |
download | sonarqube-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.xml | 18 |
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> |