You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/16 21:51:24 UTC

svn commit: r1374017 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: hboutemy
Date: Thu Aug 16 19:51:24 2012
New Revision: 1374017

URL: http://svn.apache.org/viewvc?rev=1374017&view=rev
Log:
removed specific m-site-p version use

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1374017&r1=1374016&r2=1374017&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Thu Aug 16 19:51:24 2012
@@ -231,11 +231,6 @@ under the License.
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
           </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>${sitePluginVersion}</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>