You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 14:30:56 UTC

[2/2] git commit: no need of cobertura sonar instance has enough informations

no need of cobertura sonar instance has enough informations


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/8db79443
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/8db79443
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/8db79443

Branch: refs/heads/master
Commit: 8db79443383a6d0e88a996e85dd856d2b1472239
Parents: 47dd3d7
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 14:28:03 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 14:28:03 2012 +0200

----------------------------------------------------------------------
 helix-core/pom.xml |   11 -----------
 pom.xml            |   18 ------------------
 2 files changed, 0 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/8db79443/helix-core/pom.xml
----------------------------------------------------------------------
diff --git a/helix-core/pom.xml b/helix-core/pom.xml
index 7a2686d..42eb03a 100644
--- a/helix-core/pom.xml
+++ b/helix-core/pom.xml
@@ -202,15 +202,4 @@ under the License.
       </plugin>
     </plugins>
   </build>
-  <reporting>
-    <plugins>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.5.1</version>
-      </plugin>
-    </plugins>
-  </reporting>
-
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/8db79443/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 247f615..c2ba940 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,24 +189,6 @@ under the License.
           </executions>
         </plugin>
         <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>cobertura-maven-plugin</artifactId>
-          <version>2.5.1</version>
-          <configuration>
-            <formats>
-              <format>html</format>
-              <format>xml</format>
-            </formats>
-          </configuration>
-          <executions>
-            <execution>
-              <goals>
-                <goal>clean</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.9</version>