]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-1804: Downgrade cargo version to 1.0-beta-2
authorGodin <mandrikov@gmail.com>
Wed, 22 Sep 2010 14:56:42 +0000 (14:56 +0000)
committerGodin <mandrikov@gmail.com>
Wed, 22 Sep 2010 14:56:42 +0000 (14:56 +0000)
subprojects/sonar-dev-maven-plugin/pom.xml

index 8827a0509cb8cf54fb09d20bc3e07a7f3ef142b3..4b5eefe57b31b8b62f115f182281e30762474c08 100644 (file)
     <dependency>
       <groupId>org.codehaus.cargo</groupId>
       <artifactId>cargo-ant</artifactId>
-      <version>1.0.3</version>
+      <!-- Godin:
+      Seems that version 1.0 has corrupted metadata in central maven repo,
+      so in this case project can't be built with Maven 2.2
+      And versions 1.0.1 - 1.0.3 doesn't work for us.
+      -->
+      <version>1.0-beta-2</version>
       <exclusions>
         <exclusion>
           <groupId>ant</groupId>
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.6</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>