]> source.dussan.org Git - archiva.git/commitdiff
do not generate those reports we already have sonar for that: https://analysis.apach...
authorOlivier Lamy <olamy@apache.org>
Wed, 29 Aug 2012 13:45:37 +0000 (13:45 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 29 Aug 2012 13:45:37 +0000 (13:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1378552 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/pom.xml

index e8a54a1b90e175bd9a4038f8195cb73738b86bc5..3476e5aefa36032c7fff4c8e1aadf36ac78ed178 100644 (file)
     <module>metadata</module>
     <module>plugins</module>
   </modules>
-  <build>
-    <plugins>    
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.5.9.201207300726</version>
-        <executions>
-          <execution>
-            <goals>
-              <goal>prepare-agent</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>report</id>
-            <phase>prepare-package</phase>
-            <goals>
-              <goal>report</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
   <reporting>
     <plugins>
       
           </reportSet>
         </reportSets>
       </plugin>
-      <!-- cobertura Disabled - not working  try jacoco-->
-      <!-- cobertura not working wll with jdk7 -->
-      <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.5.9.201207300726</version>
-      </plugin>
-      <!-- -->
-      <!-- TODO: OOME 1.1.1 check newer version-->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>2.5.2</version>
-      </plugin>
-            
-            
-      <!-- -->
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.4</version>
-      </plugin>
+
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>