diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-22 16:59:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-23 10:46:10 +0200 |
commit | 17af5360c394efb1c7e85817c7406ad9f3356b93 (patch) | |
tree | 314949a075e52f141df5a637088ac37546a763e8 /sonar-db/pom.xml | |
parent | 5e36720bed53fd3237cc34935c94a48a83fd25d4 (diff) | |
download | sonarqube-17af5360c394efb1c7e85817c7406ad9f3356b93.tar.gz sonarqube-17af5360c394efb1c7e85817c7406ad9f3356b93.zip |
Move protobuf spec of table FILE_SOURCES.BINARY_DATA into sonar-db
Diffstat (limited to 'sonar-db/pom.xml')
-rw-r--r-- | sonar-db/pom.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sonar-db/pom.xml b/sonar-db/pom.xml index 741e47caa35..a1977e527d3 100644 --- a/sonar-db/pom.xml +++ b/sonar-db/pom.xml @@ -124,6 +124,24 @@ <build> <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-surefire-plugin</artifactId> <configuration> |