[MPOM-230] - Remove maven-report
diff --git a/pom.xml b/pom.xml
index 1039de1..32d36aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1380,20 +1380,10 @@
               </reportSet>
             </reportSets>
           </plugin>
-          <!--plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>clirr-maven-plugin</artifactId>
-            <version>2.2.2</version>
-          </plugin-->
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>findbugs-maven-plugin</artifactId>
           </plugin>
-          <plugin>
-            <groupId>org.codehaus.sonar-plugins</groupId>
-            <artifactId>maven-report</artifactId>
-            <version>0.1</version>
-          </plugin>
         </plugins>
       </reporting>
     </profile>