[MSHARED-537] Removing plugin declaration which is handled by the parent
 o Removed maven-checkstyle-plugin definition cause it's handled
   by the parent.


git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1745940 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index cb9cf65..61f3855 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,14 +110,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <!--
-          ! After a new parent (version 22) has been released this version can be removed.
-        -->
-        <version>2.15</version>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <configuration>
@@ -137,21 +129,4 @@
     </plugins>
   </build>
 
-  <profiles>
-    <profile>
-      <id>reporting</id>
-      <reporting>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-checkstyle-plugin</artifactId>
-            <!--
-              ! After a new parent (version 22) has been released this version can be removed.
-            -->
-            <version>2.15</version>
-          </plugin>
-        </plugins>
-      </reporting>
-    </profile>
-  </profiles>
 </project>