]> source.dussan.org Git - sonarqube.git/commitdiff
Fix maven repository for sample of checkstyle extension
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 31 May 2011 08:15:21 +0000 (10:15 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 31 May 2011 13:32:37 +0000 (15:32 +0200)
pom.xml
samples/checkstyle-extensions-plugin/pom.xml

diff --git a/pom.xml b/pom.xml
index 955a5e2504a417770b6369410ee7797ce20c7927..bf50184670180a8e0b4bbd665b03f4b8aaf7ac79 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
 
   <repositories>
     <repository>
-      <!-- for gwt-incubator july-14-2009 -->
+      <!-- for gwt-incubator july-14-2009 and checkstyle 5.1-->
       <id>sonar</id>
       <name>Sonar</name>
       <url>http://repository.sonarsource.org/content/repositories/sonar</url>
index 56a819665dc997014dcd6450b9e5a15768432dde..9f982f9fde76a390145afa49910cbca2db05a473 100644 (file)
@@ -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>
       </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