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 2015/01/18 23:08:17 UTC

svn commit: r1652862 - in /maven/plugins/trunk/maven-checkstyle-plugin: pom.xml src/site/apt/index.apt.vm

Author: hboutemy
Date: Sun Jan 18 22:08:16 2015
New Revision: 1652862

URL: http://svn.apache.org/r1652862
Log:
removed configuration already inherited from parent

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=1652862&r1=1652861&r2=1652862&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sun Jan 18 22:08:16 2015
@@ -264,10 +264,6 @@ under the License.
             </excludes>
           </configuration>
         </plugin>
-        <plugin>
-          <artifactId>maven-site-plugin</artifactId>
-          <version>${sitePluginVersion}</version>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -303,18 +299,6 @@ under the License.
           </execution>
         </executions>
       </plugin>
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>      
     </plugins>
   </build>
 
@@ -325,8 +309,6 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <!-- Cannot remove this version yet. maven-plugins:24 uses 1.7, which breaks the ITs -->
-            <version>1.8</version>
             <configuration>
               <goals>
                 <goal>clean</goal>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm?rev=1652862&r1=1652861&r2=1652862&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm Sun Jan 18 22:08:16 2015
@@ -75,6 +75,8 @@ ${project.name}
 
    The following examples show how to use the Checkstyle Plugin in more advanced usecases:
 
+   * {{{./examples/upgrading-checkstyle.html}Upgrading Checkstyle at Runtime}}
+
    * {{{./examples/inline-checker-config.html}Using an 'Inline' Checkstyle Checker Configuration}}
 
    * {{{./examples/custom-checker-config.html}Using a Custom Checkstyle Checker Configuration}}