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 2013/06/23 16:01:07 UTC

svn commit: r1495817 - /httpcomponents/httpcore/trunk/pom.xml

Author: olegk
Date: Sun Jun 23 14:01:07 2013
New Revision: 1495817

URL: http://svn.apache.org/r1495817
Log:
Fixed maven checkstyle config

Modified:
    httpcomponents/httpcore/trunk/pom.xml

Modified: httpcomponents/httpcore/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/pom.xml?rev=1495817&r1=1495816&r2=1495817&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/pom.xml (original)
+++ httpcomponents/httpcore/trunk/pom.xml Sun Jun 23 14:01:07 2013
@@ -312,6 +312,20 @@
               <failsOnError>true</failsOnError>
               <linkXRef>false</linkXRef>
               <sourceDirectory>${basedir}/src/main</sourceDirectory>
+            </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>
               <sourceDirectory>${basedir}/src/test</sourceDirectory>
             </configuration>
             <goals>