olamy closed pull request #3: Fixed the example code in usage.apt.vm
URL: https://github.com/apache/maven-checkstyle-plugin/pull/3
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 8d4a483..0040e48 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -93,17 +93,17 @@ mvn checkstyle:checkstyle
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-checkstyle-plugin</artifactId>
    <version>${project.version}</version>
+   <configuration>
+     <configLocation>checkstyle.xml</configLocation>
+     <encoding>UTF-8</encoding>
+     <consoleOutput>true</consoleOutput>
+     <failsOnError>true</failsOnError>
+     <linkXRef>false</linkXRef>
+   </configuration>
    <executions>
      <execution>
        <id>validate</id>
        <phase>validate</phase>
-       <configuration>
-         <configLocation>checkstyle.xml</configLocation>
-         <encoding>UTF-8</encoding>
-         <consoleOutput>true</consoleOutput>
-         <failsOnError>true</failsOnError>
-         <linkXRef>false</linkXRef>
-       </configuration>
        <goals>
          <goal>check</goal>
        </goals>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to