diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-05-10 17:42:53 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-05-14 15:11:00 +0200 |
commit | 9f98c79be1638dabadc5a15bbf2ef512bbbcb690 (patch) | |
tree | 1e2842bd964dad0d418ad30821577c5cad1e0413 /pom.xml | |
parent | e9475e56b36eee4b79b8b73708281426af366416 (diff) | |
download | sonarqube-9f98c79be1638dabadc5a15bbf2ef512bbbcb690.tar.gz sonarqube-9f98c79be1638dabadc5a15bbf2ef512bbbcb690.zip |
SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewAction
- Based on SOAP for creating the issue
- For the moment only creates on the FOO project on locahost:8080
with user admin/admin
=> Next step is to get all this from the project or global
properties
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ <module>plugins/sonar-l10n-en-plugin</module> <module>plugins/sonar-email-notifications-plugin</module> <module>plugins/sonar-jacoco-plugin</module> + <module>plugins/sonar-reviews-plugin</module> </modules> <organization> |