diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-29 17:17:46 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-07-30 11:43:17 +0200 |
commit | 8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16 (patch) | |
tree | 886bed32fa822271780b9a40b430fe637b34c88e /server/sonar-server/pom.xml | |
parent | 314af7bed8b61cf179a1896c810967c6f5257a6a (diff) | |
download | sonarqube-8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16.tar.gz sonarqube-8f5b86c9ec7b6f8bbf37c828a7d1bb238af66e16.zip |
Move protobuf specs of WS into new module sonar-ws
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index dbf10b60e4b..5caf02b187b 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -174,6 +174,11 @@ <artifactId>elasticsearch</artifactId> </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>sonar-ws</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <scope>provided</scope> @@ -265,24 +270,6 @@ <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> |