Author: hboutemy
Date: Thu Nov 13 01:26:30 2014
New Revision: 1639231

URL: http://svn.apache.org/r1639231
Log:
indentation fix

Modified:
    
maven/plugins/trunk/maven-toolchains-plugin/src/it/custom-toolchain-plugin/pom.xml

Modified: 
maven/plugins/trunk/maven-toolchains-plugin/src/it/custom-toolchain-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/src/it/custom-toolchain-plugin/pom.xml?rev=1639231&r1=1639230&r2=1639231&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-toolchains-plugin/src/it/custom-toolchain-plugin/pom.xml
 (original)
+++ 
maven/plugins/trunk/maven-toolchains-plugin/src/it/custom-toolchain-plugin/pom.xml
 Thu Nov 13 01:26:30 2014
@@ -98,21 +98,21 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
         <version>3.3</version>
-          <executions>
-            <execution>
-              <id>default-descriptor</id>
-              <phase>process-classes</phase>
-            </execution>
-            <execution>
-              <id>generated-helpmojo</id>
-              <goals>
-                <goal>helpmojo</goal>
-              </goals>
-              <configuration><!-- TODO: remove when upgrading plugin-tools to 
3.4: see MPLUGIN-238 -->
-                <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
-              </configuration>
-            </execution>
-          </executions>
+        <executions>
+          <execution>
+            <id>default-descriptor</id>
+            <phase>process-classes</phase>
+          </execution>
+          <execution>
+            <id>generated-helpmojo</id>
+            <goals>
+              <goal>helpmojo</goal>
+            </goals>
+            <configuration><!-- TODO: remove when upgrading plugin-tools to 
3.4: see MPLUGIN-238 -->
+              <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>


Reply via email to