You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/09/08 07:43:02 UTC

[httpcomponents-core] branch master updated: Simplified style check plugin configuration

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cf4287  Simplified style check plugin configuration
8cf4287 is described below

commit 8cf4287fdb8d39aa6d1cb1b2101f7e1dade7aef8
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Sep 8 09:10:10 2020 +0200

    Simplified style check plugin configuration
---
 pom.xml | 33 ---------------------------------
 1 file changed, 33 deletions(-)

diff --git a/pom.xml b/pom.xml
index 557bb91..fd7494c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,22 +146,6 @@
               <linkXRef>false</linkXRef>
               <sourceDirectories>
                 <sourceDirectory>${basedir}/src/main</sourceDirectory>
-              </sourceDirectories>
-            </configuration>
-            <goals>
-              <goal>checkstyle</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>validate-test</id>
-            <phase>validate</phase>
-            <configuration>
-              <configLocation>hc-stylecheck/default.xml</configLocation>
-              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
-              <consoleOutput>true</consoleOutput>
-              <failsOnError>true</failsOnError>
-              <linkXRef>false</linkXRef>
-              <sourceDirectories>
                 <sourceDirectory>${basedir}/src/test</sourceDirectory>
               </sourceDirectories>
             </configuration>
@@ -169,23 +153,6 @@
               <goal>checkstyle</goal>
             </goals>
           </execution>
-          <execution>
-            <id>validate-examples</id>
-            <phase>validate</phase>
-            <configuration>
-              <configLocation>hc-stylecheck/minimal.xml</configLocation>
-              <headerLocation>hc-stylecheck/asl2.header</headerLocation>
-              <consoleOutput>true</consoleOutput>
-              <failsOnError>true</failsOnError>
-              <linkXRef>false</linkXRef>
-              <sourceDirectories>
-                <sourceDirectory>${basedir}/src/examples</sourceDirectory>
-              </sourceDirectories>
-            </configuration>
-            <goals>
-              <goal>checkstyle</goal>
-            </goals>
-          </execution>
         </executions>
       </plugin>
       <plugin>