This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 82f0f18  Move configuration of checkstyle plugin
82f0f18 is described below

commit 82f0f18bdc279c696449482eb31c4b565a23c5aa
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Nov 7 15:15:14 2019 -0500

    Move configuration of checkstyle plugin
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 83de7bf..c94d8c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,15 +246,15 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <version>3.1.0</version>
-        <configuration>
-          <configLocation>contrib/checkstyle.xml</configLocation>
-        </configuration>
         <executions>
           <execution>
             <id>check-style</id>
             <goals>
               <goal>check</goal>
             </goals>
+            <configuration>
+              <configLocation>contrib/checkstyle.xml</configLocation>
+            </configuration>
           </execution>
         </executions>
       </plugin>

Reply via email to