Author: sslavic
Date: Fri Jul  5 19:46:10 2013
New Revision: 1500112

URL: http://svn.apache.org/r1500112
Log:
Fixed one more indenting issue

Modified:
    mahout/trunk/pom.xml

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1500112&r1=1500111&r2=1500112&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Jul  5 19:46:10 2013
@@ -587,22 +587,22 @@
           <configuration>
             <encoding>UTF-8</encoding>
           </configuration>
-            <executions>
-              <execution>
-                <id>validate</id>
-                <phase>validate</phase>
-                <configuration>
-                  
<configLocation>../buildtools/src/main/resources/mahout-checkstyle.xml</configLocation>
-                  <consoleOutput>true</consoleOutput>
-                  <failsOnError>false</failsOnError>
-                  <linkXRef>false</linkXRef>
-                  <sourceDirectory>${basedir}/src</sourceDirectory>
-                </configuration>
-                <goals>
-                  <goal>checkstyle</goal>
-                </goals>
-              </execution>
-            </executions>
+          <executions>
+            <execution>
+              <id>validate</id>
+              <phase>validate</phase>
+              <configuration>
+                
<configLocation>../buildtools/src/main/resources/mahout-checkstyle.xml</configLocation>
+                <consoleOutput>true</consoleOutput>
+                <failsOnError>false</failsOnError>
+                <linkXRef>false</linkXRef>
+                <sourceDirectory>${basedir}/src</sourceDirectory>
+              </configuration>
+              <goals>
+                <goal>checkstyle</goal>
+              </goals>
+            </execution>
+          </executions>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to