diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 10:15:21 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 15:32:37 +0200 |
commit | 10ae8b0faae08d4bafb6d21120a68bd30a099183 (patch) | |
tree | b125972f755aaaf6f297e129f9ac5dd116ed4eb4 /samples/checkstyle-extensions-plugin | |
parent | c9c92152de83283b07dc4c5a876730af98b1ac56 (diff) | |
download | sonarqube-10ae8b0faae08d4bafb6d21120a68bd30a099183.tar.gz sonarqube-10ae8b0faae08d4bafb6d21120a68bd30a099183.zip |
Fix maven repository for sample of checkstyle extension
Diffstat (limited to 'samples/checkstyle-extensions-plugin')
-rw-r--r-- | samples/checkstyle-extensions-plugin/pom.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/samples/checkstyle-extensions-plugin/pom.xml b/samples/checkstyle-extensions-plugin/pom.xml index 56a819665dc..9f982f9fde7 100644 --- a/samples/checkstyle-extensions-plugin/pom.xml +++ b/samples/checkstyle-extensions-plugin/pom.xml @@ -11,7 +11,7 @@ <description>Checkstyle extensions for Sonar</description> <properties> - <sonar.buildVersion>2.8-RC2</sonar.buildVersion> + <sonar.buildVersion>2.8</sonar.buildVersion> </properties> <dependencies> @@ -52,4 +52,19 @@ </plugin> </plugins> </build> + + <repositories> + <repository> + <!-- for checkstyle 5.1--> + <id>sonarsource</id> + <name>SonarSource</name> + <url>http://repository.sonarsource.org/content/repositories/sonar</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> </project>
\ No newline at end of file |