[MNG-7056] Replace tabs in IT files
diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3642DynamicResourcesTest.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3642DynamicResourcesTest.java
index 7619dab..e6b179a 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3642DynamicResourcesTest.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3642DynamicResourcesTest.java
@@ -86,10 +86,10 @@
          */
         verifier.resetStreams();
 
-		File first = new File( testDir, "target/test-classes/one.txt" );
-		assertTrue( "First resource file was not present: " + first, first.exists() );
-		
-		File second = new File( testDir, "target/test-classes/two.txt" );
-		assertTrue( "Second resource file was not present: " + second, second.exists() );
+        File first = new File( testDir, "target/test-classes/one.txt" );
+        assertTrue( "First resource file was not present: " + first, first.exists() );
+
+        File second = new File( testDir, "target/test-classes/two.txt" );
+        assertTrue( "Second resource file was not present: " + second, second.exists() );
     }
 }
diff --git a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
index 7156c54..e84e30b 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-11/pom.xml
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jcdi_2.0_spec</artifactId>
-	  <version>1.3</version>
+      <version>1.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.groovy</groupId>
diff --git a/core-it-suite/src/test/resources/bootstrap/group-12/pom.xml b/core-it-suite/src/test/resources/bootstrap/group-12/pom.xml
index f037419..cdd6050 100644
--- a/core-it-suite/src/test/resources/bootstrap/group-12/pom.xml
+++ b/core-it-suite/src/test/resources/bootstrap/group-12/pom.xml
@@ -66,17 +66,17 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
-	  <artifactId>maven-common-artifact-filters</artifactId>
+      <artifactId>maven-common-artifact-filters</artifactId>
       <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
-	  <artifactId>maven-artifact-transfer</artifactId>
+      <artifactId>maven-artifact-transfer</artifactId>
       <version>0.11.0</version>
     </dependency>
     <dependency>
       <groupId>org.ow2.asm</groupId>
-	  <artifactId>asm</artifactId>
+      <artifactId>asm</artifactId>
       <version>7.2</version>
     </dependency>
   </dependencies>
diff --git a/core-it-suite/src/test/resources/it0038/pom.xml b/core-it-suite/src/test/resources/it0038/pom.xml
index c912f15..91e56d0 100644
--- a/core-it-suite/src/test/resources/it0038/pom.xml
+++ b/core-it-suite/src/test/resources/it0038/pom.xml
@@ -29,7 +29,7 @@
 
   <name>Maven Integration Test :: it0038</name>
   <description>
-  	Test building project from outside the project directory using '-f' option
+    Test building project from outside the project directory using '-f' option
   </description>
 
   <build>
diff --git a/core-it-suite/src/test/resources/mng-0612/project/pom.xml b/core-it-suite/src/test/resources/mng-0612/project/pom.xml
index 05707d7..0490833 100644
--- a/core-it-suite/src/test/resources/mng-0612/project/pom.xml
+++ b/core-it-suite/src/test/resources/mng-0612/project/pom.xml
@@ -21,19 +21,19 @@
         </executions>
       </plugin>
       <plugin>
-      	 <groupId>org.apache.maven.plugins</groupId>
-      	 <artifactId>maven-verifier-plugin</artifactId>
-      	 <configuration>
-      	   <verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
-      	 </configuration>
-      	 <executions>
-      	   <execution>
-      	     <phase>verify</phase>
-      	     <goals>
-      	       <goal>verify</goal>
-      	     </goals>
-      	   </execution>
-      	 </executions>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-verifier-plugin</artifactId>
+         <configuration>
+           <verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
+         </configuration>
+         <executions>
+           <execution>
+             <phase>verify</phase>
+             <goals>
+               <goal>verify</goal>
+             </goals>
+           </execution>
+         </executions>
       </plugin>
     </plugins>
   </build>
diff --git a/core-it-suite/src/test/resources/mng-0773/settings.xml b/core-it-suite/src/test/resources/mng-0773/settings.xml
index e7d77bb..c2d2314 100644
--- a/core-it-suite/src/test/resources/mng-0773/settings.xml
+++ b/core-it-suite/src/test/resources/mng-0773/settings.xml
@@ -1,19 +1,19 @@
 <settings>
 
-	<profiles>
-		<profile>
-			<id>test-repo</id>
-			<repositories>
-				<repository>
-					<id>test-repo</id>
-					<url>file:../../test-repo</url>
-				</repository>
-			</repositories>
-		</profile>
-	</profiles>
+  <profiles>
+    <profile>
+      <id>test-repo</id>
+      <repositories>
+        <repository>
+          <id>test-repo</id>
+          <url>file:../../test-repo</url>
+        </repository>
+      </repositories>
+    </profile>
+  </profiles>
 
-	<activeProfiles>
-		<activeProfile>test-repo</activeProfile>
-	</activeProfiles>
-	
+  <activeProfiles>
+    <activeProfile>test-repo</activeProfile>
+  </activeProfiles>
+  
 </settings>
diff --git a/core-it-suite/src/test/resources/mng-2196/pom.xml b/core-it-suite/src/test/resources/mng-2196/pom.xml
index dfe2fc9..9c2d865 100644
--- a/core-it-suite/src/test/resources/mng-2196/pom.xml
+++ b/core-it-suite/src/test/resources/mng-2196/pom.xml
@@ -8,7 +8,7 @@
 
   <name>Maven Integration Test :: MNG-2196</name>
   <description>
-  	Verify that multimodule builds where one project references another as
+    Verify that multimodule builds where one project references another as
     a parent can build, even if that parent is not correctly referenced by
     &lt;relativePath/&gt; and is not in the local repository.
   </description>
diff --git a/core-it-suite/src/test/resources/mng-2289/issue/src/main/java/mng/Issue2289.java b/core-it-suite/src/test/resources/mng-2289/issue/src/main/java/mng/Issue2289.java
index 91a16b8..1073f80 100644
--- a/core-it-suite/src/test/resources/mng-2289/issue/src/main/java/mng/Issue2289.java
+++ b/core-it-suite/src/test/resources/mng-2289/issue/src/main/java/mng/Issue2289.java
@@ -4,9 +4,9 @@
 
 public class Issue2289
 {
-	public static void main(final String[] args)
-	{
-		TestCase tc = new TestCase("Dummy") {};
-		System.exit(tc == null ? -1 : 0);
-	}
+    public static void main(final String[] args)
+    {
+        TestCase tc = new TestCase("Dummy") {};
+        System.exit(tc == null ? -1 : 0);
+    }
 }
diff --git a/core-it-suite/src/test/resources/mng-2771/project/pom.xml b/core-it-suite/src/test/resources/mng-2771/project/pom.xml
index 7e88726..0f49ea3 100644
--- a/core-it-suite/src/test/resources/mng-2771/project/pom.xml
+++ b/core-it-suite/src/test/resources/mng-2771/project/pom.xml
@@ -28,19 +28,19 @@
         </executions>
       </plugin>
       <plugin>
-      	 <groupId>org.apache.maven.plugins</groupId>
-      	 <artifactId>maven-verifier-plugin</artifactId>
-      	 <configuration>
-      	   <verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
-      	 </configuration>
-      	 <executions>
-      	   <execution>
-      	     <phase>verify</phase>
-      	     <goals>
-      	       <goal>verify</goal>
-      	     </goals>
-      	   </execution>
-      	 </executions>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-verifier-plugin</artifactId>
+         <configuration>
+           <verificationFile>src/test/verifier/verifications-test.xml</verificationFile>
+         </configuration>
+         <executions>
+           <execution>
+             <phase>verify</phase>
+             <goals>
+               <goal>verify</goal>
+             </goals>
+           </execution>
+         </executions>
       </plugin>
     </plugins>
   </build>
diff --git a/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/App.java b/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/App.java
index 367a7a5..5fd389e 100644
--- a/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/App.java
+++ b/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/App.java
@@ -11,6 +11,6 @@
 {
     public static void main( String[] args )
     {
-	    List<String> stuff = new ArrayList<String>();
+        List<String> stuff = new ArrayList<String>();
     }
 }
diff --git a/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java b/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java
index 39d3ceb..c886881 100644
--- a/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java
+++ b/core-it-suite/src/test/resources/mng-3203/src/main/java/org/apache/maven/it/mng3203/Diamond.java
@@ -11,6 +11,6 @@
 {
     public static void main( String[] args )
     {
-	    List<String> stuff = new ArrayList<>();
+        List<String> stuff = new ArrayList<>();
     }
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module1/pom.xml b/core-it-suite/src/test/resources/mng-3259/module1/pom.xml
index 8b20132..9d230df 100644
--- a/core-it-suite/src/test/resources/mng-3259/module1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/module1/pom.xml
@@ -4,12 +4,12 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>1-SNAPSHOT</version>
-	</parent>	
-	
+  <parent>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>parent</artifactId>
+      <version>1-SNAPSHOT</version>
+  </parent>  
+  
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.codehaus.jira.mng.XXX</groupId>
     <artifactId>mng-module1-XXX</artifactId>
@@ -26,12 +26,12 @@
         <dependency>
             <groupId>jmock</groupId>
             <artifactId>jmock</artifactId>
-			<scope>compile</scope>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-			<scope>compile</scope>
+            <scope>compile</scope>
         </dependency>
     </dependencies>
 
diff --git a/core-it-suite/src/test/resources/mng-3259/module1/src/main/java/mng/XStreamTestCase.java b/core-it-suite/src/test/resources/mng-3259/module1/src/main/java/mng/XStreamTestCase.java
index d1acb80..10c430f 100644
--- a/core-it-suite/src/test/resources/mng-3259/module1/src/main/java/mng/XStreamTestCase.java
+++ b/core-it-suite/src/test/resources/mng-3259/module1/src/main/java/mng/XStreamTestCase.java
@@ -6,18 +6,19 @@
 
 public abstract class XStreamTestCase extends MockObjectTestCase
 {
-	private XStream xstream;
+    private XStream xstream;
 
-	public void setUp()
-	{
-		xstream = new XStream();
-	}
+    public void setUp()
+    {
+        xstream = new XStream();
+    }
 
-	public void testToXml() {
-		String xml = xstream.toXML(getObject());
-		assertEquals(getXML(), xml);
-	}
+    public void testToXml()
+    {
+        String xml = xstream.toXML(getObject());
+        assertEquals(getXML(), xml);
+    }
 
-	protected abstract Object getObject();
-	protected abstract String getXML();
+    protected abstract Object getObject();
+    protected abstract String getXML();
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module2/pom.xml b/core-it-suite/src/test/resources/mng-3259/module2/pom.xml
index 72ce2bd..255a5ec 100644
--- a/core-it-suite/src/test/resources/mng-3259/module2/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/module2/pom.xml
@@ -4,12 +4,12 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>1-SNAPSHOT</version>
-	</parent>	
-	
+  <parent>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>parent</artifactId>
+      <version>1-SNAPSHOT</version>
+  </parent>  
+  
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.codehaus.jira.mng.XXX</groupId>
     <artifactId>mng-module2-XXX</artifactId>
@@ -23,10 +23,10 @@
             <groupId>com.thoughtworks.xstream</groupId>
             <artifactId>xstream</artifactId>
         </dependency>
-		<!-- for test -->
+        <!-- for test -->
         <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
+             <groupId>org.codehaus.jira.mng.XXX</groupId>
+             <artifactId>mng-module1-XXX</artifactId>
         </dependency>
     </dependencies>
 
diff --git a/core-it-suite/src/test/resources/mng-3259/module2/src/main/java/mng/Module2.java b/core-it-suite/src/test/resources/mng-3259/module2/src/main/java/mng/Module2.java
index 75716db..10cce09 100644
--- a/core-it-suite/src/test/resources/mng-3259/module2/src/main/java/mng/Module2.java
+++ b/core-it-suite/src/test/resources/mng-3259/module2/src/main/java/mng/Module2.java
@@ -4,5 +4,5 @@
 
 public class Module2
 {
-	XStream xstream;
+    XStream xstream;
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module3/pom.xml b/core-it-suite/src/test/resources/mng-3259/module3/pom.xml
index acfcb0b..d2ef020 100644
--- a/core-it-suite/src/test/resources/mng-3259/module3/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/module3/pom.xml
@@ -4,12 +4,12 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>1-SNAPSHOT</version>
-	</parent>	
-	
+  <parent>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>parent</artifactId>
+      <version>1-SNAPSHOT</version>
+  </parent>  
+  
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.codehaus.jira.mng.XXX</groupId>
     <artifactId>mng-module3-XXX</artifactId>
@@ -18,32 +18,32 @@
     <name>Module-3 XXX</name>
     <description><![CDATA[Module 3 of issue XXX.]]></description>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-jar-plugin</artifactId>
-				<executions>
-					<execution>
-						<goals>
-							<goal>test-jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 
-    <dependencies>
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module2-XXX</artifactId>
-        </dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module2-XXX</artifactId>
+    </dependency>
+    <!-- for test -->
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module1-XXX</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3259/module3/src/main/java/mng/Module3.java b/core-it-suite/src/test/resources/mng-3259/module3/src/main/java/mng/Module3.java
index e06fc87..5de0a84 100644
--- a/core-it-suite/src/test/resources/mng-3259/module3/src/main/java/mng/Module3.java
+++ b/core-it-suite/src/test/resources/mng-3259/module3/src/main/java/mng/Module3.java
@@ -2,5 +2,5 @@
 
 public class Module3 extends Module2
 {
-	public static String MODULE = "3";
+    public static String MODULE = "3";
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module3/src/test/java/mng/Module3TestUtil.java b/core-it-suite/src/test/resources/mng-3259/module3/src/test/java/mng/Module3TestUtil.java
index b3b5890..1db1abf 100644
--- a/core-it-suite/src/test/resources/mng-3259/module3/src/test/java/mng/Module3TestUtil.java
+++ b/core-it-suite/src/test/resources/mng-3259/module3/src/test/java/mng/Module3TestUtil.java
@@ -6,9 +6,9 @@
 
 public class Module3TestUtil
 {
-	public static String getCalendarAsXML(Calendar cal)
-	{
-		XStream xstream = new XStream(new DomDriver());
-		return xstream.toXML(cal);
-	}
+    public static String getCalendarAsXML(Calendar cal)
+    {
+        XStream xstream = new XStream(new DomDriver());
+        return xstream.toXML(cal);
+    }
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module4/pom.xml b/core-it-suite/src/test/resources/mng-3259/module4/pom.xml
index 259f37c..9c35719 100644
--- a/core-it-suite/src/test/resources/mng-3259/module4/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/module4/pom.xml
@@ -4,12 +4,12 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>1-SNAPSHOT</version>
-	</parent>	
-	
+  <parent>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>parent</artifactId>
+      <version>1-SNAPSHOT</version>
+  </parent>  
+  
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.codehaus.jira.mng.XXX</groupId>
     <artifactId>mng-module4-XXX</artifactId>
@@ -18,42 +18,42 @@
     <name>Module-4 XXX</name>
     <description><![CDATA[Module 4 of issue XXX.]]></description>
 
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-ejb-plugin</artifactId>
-				<configuration>
-					<generateClient>true</generateClient>
-					<clientExcludes>
-						<clientExclude>**/*Bean.class</clientExclude>
-					</clientExcludes>
-					<archive>
-						<addMavenDescriptor>false</addMavenDescriptor>
-						<manifest>
-							<addClasspath>true</addClasspath>
-							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-						</manifest>
-					</archive>
-				</configuration>
-			</plugin>
-		</plugins>
-	</build>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-ejb-plugin</artifactId>
+        <configuration>
+          <generateClient>true</generateClient>
+          <clientExcludes>
+            <clientExclude>**/*Bean.class</clientExclude>
+          </clientExcludes>
+          <archive>
+            <addMavenDescriptor>false</addMavenDescriptor>
+            <manifest>
+              <addClasspath>true</addClasspath>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
-    <dependencies>
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module3-XXX</artifactId>
-        </dependency>
-		<dependency>
-			<groupId>jboss</groupId>
-			<artifactId>jboss-j2ee</artifactId>
-		</dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module3-XXX</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-j2ee</artifactId>
+    </dependency>
+    <!-- for test -->
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module1-XXX</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4.java b/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4.java
index 5d8347f..dab8c1b 100644
--- a/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4.java
+++ b/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4.java
@@ -10,6 +10,6 @@
  */
 public interface Module4 extends EJBObject
 {
-	public boolean doIt() throws RemoteException;
+    public boolean doIt() throws RemoteException;
 }
 
diff --git a/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4Bean.java b/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4Bean.java
index 40c5de6..fb91a3e 100644
--- a/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4Bean.java
+++ b/core-it-suite/src/test/resources/mng-3259/module4/src/main/java/mng/Module4Bean.java
@@ -9,28 +9,28 @@
  */
 public class Module4Bean implements SessionBean
 {
-	public void ejbCreate() throws CreateException
-	{
-	}
+    public void ejbCreate() throws CreateException
+    {
+    }
 
-	public void ejbRemove()
-	{
-	}
+    public void ejbRemove()
+    {
+    }
 
-	public void ejbActivate()
-	{
-	}
+    public void ejbActivate()
+    {
+    }
 
-	public void ejbPassivate()
-	{
-	}
+    public void ejbPassivate()
+    {
+    }
 
-	public void setSessionContext(SessionContext sessionContext)
-	{
-	}
+    public void setSessionContext(SessionContext sessionContext)
+    {
+    }
 
-	public boolean doIt()
-	{
-		return true;
-	}
+    public boolean doIt()
+    {
+        return true;
+    }
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module5/pom.xml b/core-it-suite/src/test/resources/mng-3259/module5/pom.xml
index f7020d2..c8f1827 100644
--- a/core-it-suite/src/test/resources/mng-3259/module5/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/module5/pom.xml
@@ -4,56 +4,56 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-	<parent>
-	    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    	<artifactId>parent</artifactId>
-	    <version>1-SNAPSHOT</version>
-	</parent>	
-	
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.codehaus.jira.mng.XXX</groupId>
-    <artifactId>mng-module5-XXX</artifactId>
-    <packaging>jar</packaging>
-    <name>Module-5 XXX</name>
-    <version>1.0-SNAPSHOT</version>
-    <description><![CDATA[Module 5 of issue XXX.]]></description>
+  <parent>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>parent</artifactId>
+      <version>1-SNAPSHOT</version>
+  </parent>  
+  
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.codehaus.jira.mng.XXX</groupId>
+  <artifactId>mng-module5-XXX</artifactId>
+  <packaging>jar</packaging>
+  <name>Module-5 XXX</name>
+  <version>1.0-SNAPSHOT</version>
+  <description><![CDATA[Module 5 of issue XXX.]]></description>
 
-    <dependencies>
-   		<dependency>
-			<groupId>jboss</groupId>
-			<artifactId>jboss-j2ee</artifactId>
-		</dependency>
-     	<dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module3-XXX</artifactId>
-			<exclusions>
-				<exclusion>
-		            <groupId>com.thoughtworks.xstream</groupId>
-           			<artifactId>xstream</artifactId>
-				</exclusion>
-			</exclusions>
-        </dependency>
-     	<dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module4-XXX</artifactId>
-			<type>ejb-client</type>
-			<exclusions>
-				<exclusion>
-		            <groupId>com.thoughtworks.xstream</groupId>
-           			<artifactId>xstream</artifactId>
-				</exclusion>
-			</exclusions>
-        </dependency>
-		<!-- for test -->
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module1-XXX</artifactId>
-        </dependency>
-        <dependency>
-   	        <groupId>org.codehaus.jira.mng.XXX</groupId>
-       	    <artifactId>mng-module3-XXX</artifactId>
-			<type>test-jar</type>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-j2ee</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module3-XXX</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>com.thoughtworks.xstream</groupId>
+          <artifactId>xstream</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+      <dependency>
+        <groupId>org.codehaus.jira.mng.XXX</groupId>
+        <artifactId>mng-module4-XXX</artifactId>
+        <type>ejb-client</type>
+      <exclusions>
+        <exclusion>
+          <groupId>com.thoughtworks.xstream</groupId>
+          <artifactId>xstream</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <!-- for test -->
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module1-XXX</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.jira.mng.XXX</groupId>
+      <artifactId>mng-module3-XXX</artifactId>
+      <type>test-jar</type>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3259/module5/src/main/java/mng/Module5.java b/core-it-suite/src/test/resources/mng-3259/module5/src/main/java/mng/Module5.java
index b7bd62c..4fb0b26 100644
--- a/core-it-suite/src/test/resources/mng-3259/module5/src/main/java/mng/Module5.java
+++ b/core-it-suite/src/test/resources/mng-3259/module5/src/main/java/mng/Module5.java
@@ -2,5 +2,5 @@
 
 public class Module5
 {
-	private Module4 m4;
+    private Module4 m4;
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/module5/src/test/java/mng/Module5Test.java b/core-it-suite/src/test/resources/mng-3259/module5/src/test/java/mng/Module5Test.java
index e120dfa..0197166 100644
--- a/core-it-suite/src/test/resources/mng-3259/module5/src/test/java/mng/Module5Test.java
+++ b/core-it-suite/src/test/resources/mng-3259/module5/src/test/java/mng/Module5Test.java
@@ -4,17 +4,20 @@
 
 public class Module5Test extends XStreamTestCase
 {
-	private Calendar cal = Calendar.getInstance();
+    private Calendar cal = Calendar.getInstance();
 
-	protected Object getObject() {
-		return cal;
-	}
+    protected Object getObject()
+    {
+        return cal;
+    }
 
-	protected String getXML() {
-		return Module3TestUtil.getCalendarAsXML(cal);
-	}
+    protected String getXML()
+    {
+        return Module3TestUtil.getCalendarAsXML( cal );
+    }
 
-	public void testJMockAvailable() {
-		assertNotNull(mock(Module4.class));
-	}
+    public void testJMockAvailable()
+    {
+        assertNotNull( mock( Module4.class ) );
+    }
 }
diff --git a/core-it-suite/src/test/resources/mng-3259/parent/pom.xml b/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
index 068f7f7..5f12e3c 100644
--- a/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3259/parent/pom.xml
@@ -12,90 +12,90 @@
     <version>1-SNAPSHOT</version>
     <inceptionYear>2007</inceptionYear>
 
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.3</version>
-					<configuration>
-						<forkMode>once</forkMode>
-						<workingDirectory>${basedir}</workingDirectory>
-						<childDelegation>false</childDelegation>
-						<useFile>false</useFile>
-					</configuration>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.3</version>
+          <configuration>
+            <forkMode>once</forkMode>
+            <workingDirectory>${basedir}</workingDirectory>
+            <childDelegation>false</childDelegation>
+            <useFile>false</useFile>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
     <dependencyManagement>
         <dependencies>
             <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module1-XXX</artifactId>
+          <groupId>org.codehaus.jira.mng.XXX</groupId>
+          <artifactId>mng-module1-XXX</artifactId>
                 <version>1.0-SNAPSHOT</version>
-				<scope>test</scope>
+        <scope>test</scope>
             </dependency>
             <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module2-XXX</artifactId>
+          <groupId>org.codehaus.jira.mng.XXX</groupId>
+          <artifactId>mng-module2-XXX</artifactId>
                 <version>1.0-SNAPSHOT</version>
             </dependency>
             <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module3-XXX</artifactId>
+          <groupId>org.codehaus.jira.mng.XXX</groupId>
+          <artifactId>mng-module3-XXX</artifactId>
                 <version>1.0-SNAPSHOT</version>
             </dependency>
-			<dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module3-XXX</artifactId>
-				<type>test-jar</type>
-				<scope>test</scope>
+      <dependency>
+          <groupId>org.codehaus.jira.mng.XXX</groupId>
+          <artifactId>mng-module3-XXX</artifactId>
+        <type>test-jar</type>
+        <scope>test</scope>
                 <version>1.0-SNAPSHOT</version>
-			</dependency>
+      </dependency>
             <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module4-XXX</artifactId>
+          <groupId>org.codehaus.jira.mng.XXX</groupId>
+          <artifactId>mng-module4-XXX</artifactId>
                 <version>1.0-SNAPSHOT</version>
-				<type>ejb</type>
+        <type>ejb</type>
             </dependency>
             <dependency>
-			    <groupId>org.codehaus.jira.mng.XXX</groupId>
-			    <artifactId>mng-module4-XXX</artifactId>
+          <groupId>org.codehaus.jira.mng.XXX</groupId>
+          <artifactId>mng-module4-XXX</artifactId>
                 <version>1.0-SNAPSHOT</version>
-				<type>ejb-client</type>
+        <type>ejb-client</type>
             </dependency>
 
-			<dependency>
-				<groupId>jboss</groupId>
-				<artifactId>jboss-j2ee</artifactId>
-				<version>3.2.3</version>
-				<scope>provided</scope>
-			</dependency>
+      <dependency>
+        <groupId>jboss</groupId>
+        <artifactId>jboss-j2ee</artifactId>
+        <version>3.2.3</version>
+        <scope>provided</scope>
+      </dependency>
             <dependency>
-	            <groupId>xpp3</groupId>
+              <groupId>xpp3</groupId>
                 <artifactId>xpp3_min</artifactId>
                 <version>1.1.3.4.O</version>
             </dependency>
             <dependency>
-	            <groupId>com.thoughtworks.xstream</groupId>
+              <groupId>com.thoughtworks.xstream</groupId>
                 <artifactId>xstream</artifactId>
                 <version>1.4.15</version>
             </dependency>
             <dependency>
-	            <groupId>jmock</groupId>
+              <groupId>jmock</groupId>
                 <artifactId>jmock</artifactId>
                 <version>1.2.0</version>
-				<scope>test</scope>
+        <scope>test</scope>
             </dependency>
-	        <dependency>
-    	        <groupId>junit</groupId>
-        	    <artifactId>junit</artifactId>
-				<version>3.8.2</version>
-				<scope>test</scope>
-    	    </dependency>
-    	</dependencies>
+          <dependency>
+              <groupId>junit</groupId>
+              <artifactId>junit</artifactId>
+        <version>3.8.2</version>
+        <scope>test</scope>
+          </dependency>
+      </dependencies>
     </dependencyManagement>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3372/dependency-tree/pom.xml b/core-it-suite/src/test/resources/mng-3372/dependency-tree/pom.xml
index dd1b61f..a6c51e4 100644
--- a/core-it-suite/src/test/resources/mng-3372/dependency-tree/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3372/dependency-tree/pom.xml
@@ -1,1031 +1,1031 @@
 <?xml version="1.0"?>
 
 <project>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.maven.its.mng3372</groupId>
-	<artifactId>dependency-tree</artifactId>
-	<version>1</version>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.maven.its.mng3372</groupId>
+  <artifactId>dependency-tree</artifactId>
+  <version>1</version>
 
-	<dependencies>
-	  <dependency>
-	    <groupId>org.apache.maven</groupId>
-	    <artifactId>maven-core</artifactId>
-	    <version>2.0.8</version>
-	  </dependency>
-	
-	  <!-- These are directly from MNG-3372, but we need something that can actually resolve.
-		<dependency>
-			<groupId>commons-beanutils</groupId>
-			<artifactId>commons-beanutils</artifactId>
-			<version>1.7.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-dbcp</groupId>
-			<artifactId>commons-dbcp</artifactId>
-			<version>1.2.2</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>tomcat</groupId>
-					<artifactId>naming-common</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>tomcat</groupId>
-					<artifactId>naming-java</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-chain</groupId>
-			<artifactId>commons-chain</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+      <version>2.0.8</version>
+    </dependency>
+  
+    <!-- These are directly from MNG-3372, but we need something that can actually resolve.
+    <dependency>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.7.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-dbcp</groupId>
+      <artifactId>commons-dbcp</artifactId>
+      <version>1.2.2</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>tomcat</groupId>
+          <artifactId>naming-common</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>tomcat</groupId>
+          <artifactId>naming-java</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-chain</groupId>
+      <artifactId>commons-chain</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
 
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.3</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-digester</groupId>
-			<artifactId>commons-digester</artifactId>
-			<version>1.8</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-discovery</groupId>
-			<artifactId>commons-discovery</artifactId>
-			<version>0.4</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-el</groupId>
-			<artifactId>commons-el</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>servletapi</groupId>
-					<artifactId>servletapi</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>jspapi</groupId>
-					<artifactId>jsp-api</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-io</groupId>
-			<artifactId>commons-io</artifactId>
-			<version>1.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-validator</groupId>
-			<artifactId>commons-validator</artifactId>
-			<version>1.2.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>oro</groupId>
-					<artifactId>oro</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>jcl104-over-slf4j</artifactId>
-			<version>1.4.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-log4j12</artifactId>
-			<version>1.4.3</version>
-			<scope>compile</scope>
-		</dependency>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.3</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
+      <version>1.8</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-discovery</groupId>
+      <artifactId>commons-discovery</artifactId>
+      <version>0.4</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-el</groupId>
+      <artifactId>commons-el</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>servletapi</groupId>
+          <artifactId>servletapi</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jspapi</groupId>
+          <artifactId>jsp-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-validator</groupId>
+      <artifactId>commons-validator</artifactId>
+      <version>1.2.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>oro</groupId>
+          <artifactId>oro</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>jcl104-over-slf4j</artifactId>
+      <version>1.4.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <version>1.4.3</version>
+      <scope>compile</scope>
+    </dependency>
 
-		<dependency>
-			<groupId>commons-pool</groupId>
-			<artifactId>commons-pool</artifactId>
-			<version>1.2</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xerces</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>dom4j</groupId>
-			<artifactId>dom4j</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>jaxen</groupId>
-					<artifactId>jaxen</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>saxpath</groupId>
-					<artifactId>saxpath</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>msv</groupId>
-					<artifactId>msv</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>relaxngDatatype</groupId>
-					<artifactId>relaxngDatatype</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>isorelax</groupId>
-					<artifactId>isorelax</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junitperf</groupId>
-					<artifactId>junitperf</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xerces</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xalan</groupId>
-					<artifactId>xalan</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>pull-parser</groupId>
-					<artifactId>pull-parser</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>drools</groupId>
-			<artifactId>drools-base</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>drools</groupId>
-			<artifactId>drools-smf</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>drools</groupId>
-			<artifactId>drools-core</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>easymock</groupId>
-					<artifactId>easymock</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>easymock</groupId>
-					<artifactId>easymockclassextension</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>easymock</groupId>
-					<artifactId>easymockcontainer</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>cglib</groupId>
-					<artifactId>cglib</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>asm</groupId>
-					<artifactId>asm</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>ipp</groupId>
-			<artifactId>cups</artifactId>
-			<version>1.0-SNAPSHOT</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.sql</groupId>
-			<artifactId>rowset</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>velocity</groupId>
-			<artifactId>velocity</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>velocity</groupId>
-					<artifactId>velocity-dep</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>javax.activation</groupId>
-			<artifactId>activation</artifactId>
-			<version>1.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>antlr</groupId>
-			<artifactId>antlr</artifactId>
-			<version>2.7.6</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.mail</groupId>
-			<artifactId>mail</artifactId>
-			<version>1.4.1-gf</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>FacesFreeway</groupId>
-			<artifactId>FacesFreeway</artifactId>
-			<version>1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jasperreports</groupId>
-			<artifactId>jasperreports</artifactId>
-			<version>2.0.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				This exclusion needed to avoid crash in dependency:tree version 2.0-alpha-5-SNAPSHOT
-				<exclusion>
-					<groupId>commons-digester</groupId>
-					<artifactId>commons-digester</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>eclipse</groupId>
-					<artifactId>jdtcore</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-net</groupId>
-			<artifactId>commons-net</artifactId>
-			<version>1.4.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>oro</groupId>
-					<artifactId>oro</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>commons-oro</groupId>
-			<artifactId>commons-oro</artifactId>
-			<version>2.0.8</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-collections</groupId>
-			<artifactId>commons-collections</artifactId>
-			<version>3.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
+    <dependency>
+      <groupId>commons-pool</groupId>
+      <artifactId>commons-pool</artifactId>
+      <version>1.2</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xerces</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jaxen</groupId>
+          <artifactId>jaxen</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>saxpath</groupId>
+          <artifactId>saxpath</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>msv</groupId>
+          <artifactId>msv</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>relaxngDatatype</groupId>
+          <artifactId>relaxngDatatype</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>isorelax</groupId>
+          <artifactId>isorelax</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>junitperf</groupId>
+          <artifactId>junitperf</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xerces</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xalan</groupId>
+          <artifactId>xalan</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>pull-parser</groupId>
+          <artifactId>pull-parser</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>drools</groupId>
+      <artifactId>drools-base</artifactId>
+      <version>2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>drools</groupId>
+      <artifactId>drools-smf</artifactId>
+      <version>2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>drools</groupId>
+      <artifactId>drools-core</artifactId>
+      <version>2.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>easymock</groupId>
+          <artifactId>easymock</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>easymock</groupId>
+          <artifactId>easymockclassextension</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>easymock</groupId>
+          <artifactId>easymockcontainer</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>cglib</groupId>
+          <artifactId>cglib</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>asm</groupId>
+          <artifactId>asm</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>ipp</groupId>
+      <artifactId>cups</artifactId>
+      <version>1.0-SNAPSHOT</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.sql</groupId>
+      <artifactId>rowset</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>velocity</groupId>
+          <artifactId>velocity-dep</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>2.7.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1-gf</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>FacesFreeway</groupId>
+      <artifactId>FacesFreeway</artifactId>
+      <version>1.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>jasperreports</groupId>
+      <artifactId>jasperreports</artifactId>
+      <version>2.0.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        This exclusion needed to avoid crash in dependency:tree version 2.0-alpha-5-SNAPSHOT
+        <exclusion>
+          <groupId>commons-digester</groupId>
+          <artifactId>commons-digester</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>eclipse</groupId>
+          <artifactId>jdtcore</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <version>1.4.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>oro</groupId>
+          <artifactId>oro</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>commons-oro</groupId>
+      <artifactId>commons-oro</artifactId>
+      <version>2.0.8</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
 
-		<dependency>
-			<groupId>com.lowagie</groupId>
-			<artifactId>itext</artifactId>
-			<version>1.3.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>tasbar</groupId>
-			<artifactId>tasbar</artifactId>
-			<version>tasbar_eval</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jsch</groupId>
-			<artifactId>jsch</artifactId>
-			<version>0.1.30</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring</artifactId>
-			<version>2.5</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.ejb</groupId>
-					<artifactId>ejb</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.faces</groupId>
-					<artifactId>jsf-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.jdo</groupId>
-					<artifactId>jdo2-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.jms</groupId>
-					<artifactId>jms</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.persistence</groupId>
-					<artifactId>persistence-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.portlet</groupId>
-					<artifactId>portlet-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.resource</groupId>
-					<artifactId>connector-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.servlet</groupId>
-					<artifactId>jsp-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.servlet</groupId>
-					<artifactId>servlet-api</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.xml</groupId>
-					<artifactId>jaxrpc-api</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-vfs</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.commons</groupId>
-			<artifactId>commons-vfs-sandbox</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
+    <dependency>
+      <groupId>com.lowagie</groupId>
+      <artifactId>itext</artifactId>
+      <version>1.3.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>tasbar</groupId>
+      <artifactId>tasbar</artifactId>
+      <version>tasbar_eval</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>jsch</groupId>
+      <artifactId>jsch</artifactId>
+      <version>0.1.30</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring</artifactId>
+      <version>2.5</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.ejb</groupId>
+          <artifactId>ejb</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.faces</groupId>
+          <artifactId>jsf-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.jdo</groupId>
+          <artifactId>jdo2-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.jms</groupId>
+          <artifactId>jms</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.persistence</groupId>
+          <artifactId>persistence-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.portlet</groupId>
+          <artifactId>portlet-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.resource</groupId>
+          <artifactId>connector-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>jsp-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.servlet</groupId>
+          <artifactId>servlet-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>javax.xml</groupId>
+          <artifactId>jaxrpc-api</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-vfs</artifactId>
+      <version>1.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-vfs-sandbox</artifactId>
+      <version>1.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
 
-		<dependency>
-			<groupId>fontbox</groupId>
-			<artifactId>fontbox</artifactId>
-			<version>0.1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>pdfbox</groupId>
-			<artifactId>pdfbox</artifactId>
-			<version>0.7.3</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>org.fontbox</groupId>
-					<artifactId>fontbox</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.jempbox</groupId>
-					<artifactId>jempbox</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>bouncycastle</groupId>
-					<artifactId>bcmail-jdk14</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>bouncycastle</groupId>
-					<artifactId>bcprov-jdk14</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.joda.ext</groupId>
-			<artifactId>joda-jsf</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>joda-time</groupId>
-			<artifactId>joda-time</artifactId>
-			<version>1.4</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>joda-time</groupId>
-			<artifactId>joda-time-hibernate</artifactId>
-			<version>0.8</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>hibernate</groupId>
-					<artifactId>hibernate</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>hsqldb</groupId>
-					<artifactId>hsqldb</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-annotations</artifactId>
-			<version>3.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-validator</artifactId>
-			<version>3.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-commons-annotations</artifactId>
-			<version>3.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate</artifactId>
-			<version>3.2.4.ga</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>net.sf.ehcache</groupId>
-			<artifactId>ehcache</artifactId>
-			<version>1.2.3</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>javax.transaction</groupId>
-			<artifactId>jta</artifactId>
-			<version>1.0.1B</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>javax.persistence</groupId>
-			<artifactId>ejb</artifactId>
-			<version>3.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>net.sf</groupId>
-			<artifactId>cglib</artifactId>
-			<version>2.1.3</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb</groupId>
-			<artifactId>asm</artifactId>
-			<version>20060127</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb</groupId>
-			<artifactId>asm-attrs</artifactId>
-			<version>20060127</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>lucene</groupId>
-			<artifactId>lucene</artifactId>
-			<version>1.4.3</version>
-		</dependency>
-		<dependency>
-			<groupId>bsh</groupId>
-			<artifactId>bsh</artifactId>
-			<version>2.0b1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jfree</groupId>
-			<artifactId>jfreechart</artifactId>
-			<version>1.0.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>gnujaxp</groupId>
-					<artifactId>gnujaxp</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>jfree</groupId>
-			<artifactId>jcommon</artifactId>
-			<version>1.0.0</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>gnujaxp</groupId>
-					<artifactId>gnujaxp</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.core</groupId>
-			<artifactId>myfaces-api</artifactId>
-			<version>1.2.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.core</groupId>
-			<artifactId>myfaces-impl</artifactId>
-			<version>1.2.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk-sandbox</artifactId>
-			<version>1.1.7-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk-sandbox15</artifactId>
-			<version>1.1.7-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.tomahawk</groupId>
-			<artifactId>tomahawk</artifactId>
-			<version>1.1.7-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>core</artifactId>
-			<version>1.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>core15</artifactId>
-			<version>1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.myfaces.orchestra</groupId>
-			<artifactId>sandbox</artifactId>
-			<version>1.0-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-			<version>2.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.textmining</groupId>
-			<artifactId>tm-extractors</artifactId>
-			<version>0.4</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-betwixt</groupId>
-			<artifactId>commons-betwixt</artifactId>
-			<version>0.7</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>commons-beanutils</groupId>
-					<artifactId>commons-beanutils-core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xerces</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>jdom</groupId>
-			<artifactId>jdom</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-			<exclusions>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>rhino</groupId>
-			<artifactId>js</artifactId>
-			<version>1.6R2</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>c3p0</groupId>
-			<artifactId>c3p0</artifactId>
-			<version>0.9.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>batik</groupId>
-			<artifactId>batik-svggen</artifactId>
-			<version>1.6</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>xmlrpc</groupId>
-			<artifactId>xmlrpc-common</artifactId>
-			<version>3.0b1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>xmlrpc</groupId>
-			<artifactId>xmlrpc-server</artifactId>
-			<version>3.0b1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>xmlrpc</groupId>
-			<artifactId>xmlrpc-client</artifactId>
-			<version>3.0b1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.ws.commons</groupId>
-			<artifactId>ws-commons-util</artifactId>
-			<version>1.0.1</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>junit</groupId>
-					<artifactId>junit</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>xpp3</groupId>
-			<artifactId>xpp3</artifactId>
-			<version>1.1.3.3_min</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>commons-csv</groupId>
-			<artifactId>commons-csv</artifactId>
-			<version>0.1-dev</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>oracle</groupId>
-			<artifactId>oracle-jdbc</artifactId>
-			<version>10.2.0.1.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>hsqldb</groupId>
-			<artifactId>hsqldb-jdbc</artifactId>
-			<version>1.8.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>jtds</groupId>
-			<artifactId>jtds-jdbc</artifactId>
-			<version>0.8.1</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>postgres</groupId>
-			<artifactId>postgres-jdbc</artifactId>
-			<version>0.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>relativity</groupId>
-			<artifactId>relativity-jdbc</artifactId>
-			<version>0.0</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.acegisecurity</groupId>
-			<artifactId>acegi-security</artifactId>
-			<version>1.0.6</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>commons-logging</groupId>
-					<artifactId>commons-logging</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-remoting</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-jdbc</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-support</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>oro</groupId>
-					<artifactId>oro</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>hsqldb</groupId>
-					<artifactId>hsqldb</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.apache.directory.server</groupId>
-					<artifactId>apacheds-core</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>org.slf4j</groupId>
-					<artifactId>slf4j-log4j12</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>jmock</groupId>
-					<artifactId>jmock</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>org.acegisecurity</groupId>
-			<artifactId>acegi-security-tiger</artifactId>
-			<version>1.0.6</version>
-			<scope>compile</scope>
-			<exclusions>
-				<exclusion>
-					<groupId>org.springframework</groupId>
-					<artifactId>spring-aop</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.facelets</groupId>
-			<artifactId>facelets</artifactId>
-			<version>1.1.13</version>
-			<scope>compile</scope>
-		</dependency>
-		<dependency>
-			<groupId>com.sun.el</groupId>
-			<artifactId>el-ri</artifactId>
-			<version>1.0</version>
-			<scope>compile</scope>
-		</dependency>
+    <dependency>
+      <groupId>fontbox</groupId>
+      <artifactId>fontbox</artifactId>
+      <version>0.1.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>pdfbox</groupId>
+      <artifactId>pdfbox</artifactId>
+      <version>0.7.3</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.fontbox</groupId>
+          <artifactId>fontbox</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.jempbox</groupId>
+          <artifactId>jempbox</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>bouncycastle</groupId>
+          <artifactId>bcmail-jdk14</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>bouncycastle</groupId>
+          <artifactId>bcprov-jdk14</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.joda.ext</groupId>
+      <artifactId>joda-jsf</artifactId>
+      <version>1.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>1.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time-hibernate</artifactId>
+      <version>0.8</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>hibernate</groupId>
+          <artifactId>hibernate</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>hsqldb</groupId>
+          <artifactId>hsqldb</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-annotations</artifactId>
+      <version>3.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-validator</artifactId>
+      <version>3.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-commons-annotations</artifactId>
+      <version>3.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate</artifactId>
+      <version>3.2.4.ga</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.ehcache</groupId>
+      <artifactId>ehcache</artifactId>
+      <version>1.2.3</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>javax.transaction</groupId>
+      <artifactId>jta</artifactId>
+      <version>1.0.1B</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.persistence</groupId>
+      <artifactId>ejb</artifactId>
+      <version>3.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf</groupId>
+      <artifactId>cglib</artifactId>
+      <version>2.1.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objectweb</groupId>
+      <artifactId>asm</artifactId>
+      <version>20060127</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objectweb</groupId>
+      <artifactId>asm-attrs</artifactId>
+      <version>20060127</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>lucene</groupId>
+      <artifactId>lucene</artifactId>
+      <version>1.4.3</version>
+    </dependency>
+    <dependency>
+      <groupId>bsh</groupId>
+      <artifactId>bsh</artifactId>
+      <version>2.0b1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jfreechart</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>gnujaxp</groupId>
+          <artifactId>gnujaxp</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>jfree</groupId>
+      <artifactId>jcommon</artifactId>
+      <version>1.0.0</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>gnujaxp</groupId>
+          <artifactId>gnujaxp</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-api</artifactId>
+      <version>1.2.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.core</groupId>
+      <artifactId>myfaces-impl</artifactId>
+      <version>1.2.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tomahawk</groupId>
+      <artifactId>tomahawk-sandbox</artifactId>
+      <version>1.1.7-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tomahawk</groupId>
+      <artifactId>tomahawk-sandbox15</artifactId>
+      <version>1.1.7-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.tomahawk</groupId>
+      <artifactId>tomahawk</artifactId>
+      <version>1.1.7-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.orchestra</groupId>
+      <artifactId>core</artifactId>
+      <version>1.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.orchestra</groupId>
+      <artifactId>core15</artifactId>
+      <version>1.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.myfaces.orchestra</groupId>
+      <artifactId>sandbox</artifactId>
+      <version>1.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.textmining</groupId>
+      <artifactId>tm-extractors</artifactId>
+      <version>0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-betwixt</groupId>
+      <artifactId>commons-betwixt</artifactId>
+      <version>0.7</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>commons-beanutils</groupId>
+          <artifactId>commons-beanutils-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xerces</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+      <exclusions>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>rhino</groupId>
+      <artifactId>js</artifactId>
+      <version>1.6R2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>c3p0</groupId>
+      <artifactId>c3p0</artifactId>
+      <version>0.9.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>batik</groupId>
+      <artifactId>batik-svggen</artifactId>
+      <version>1.6</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xmlrpc</groupId>
+      <artifactId>xmlrpc-common</artifactId>
+      <version>3.0b1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xmlrpc</groupId>
+      <artifactId>xmlrpc-server</artifactId>
+      <version>3.0b1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>xmlrpc</groupId>
+      <artifactId>xmlrpc-client</artifactId>
+      <version>3.0b1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons</groupId>
+      <artifactId>ws-commons-util</artifactId>
+      <version>1.0.1</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>xpp3</groupId>
+      <artifactId>xpp3</artifactId>
+      <version>1.1.3.3_min</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-csv</groupId>
+      <artifactId>commons-csv</artifactId>
+      <version>0.1-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>oracle</groupId>
+      <artifactId>oracle-jdbc</artifactId>
+      <version>10.2.0.1.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>hsqldb</groupId>
+      <artifactId>hsqldb-jdbc</artifactId>
+      <version>1.8.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>jtds</groupId>
+      <artifactId>jtds-jdbc</artifactId>
+      <version>0.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>postgres</groupId>
+      <artifactId>postgres-jdbc</artifactId>
+      <version>0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>relativity</groupId>
+      <artifactId>relativity-jdbc</artifactId>
+      <version>0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.acegisecurity</groupId>
+      <artifactId>acegi-security</artifactId>
+      <version>1.0.6</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-logging</groupId>
+          <artifactId>commons-logging</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-remoting</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-jdbc</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-support</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>oro</groupId>
+          <artifactId>oro</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>hsqldb</groupId>
+          <artifactId>hsqldb</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.apache.directory.server</groupId>
+          <artifactId>apacheds-core</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.slf4j</groupId>
+          <artifactId>slf4j-log4j12</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>jmock</groupId>
+          <artifactId>jmock</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.acegisecurity</groupId>
+      <artifactId>acegi-security-tiger</artifactId>
+      <version>1.0.6</version>
+      <scope>compile</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-aop</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.facelets</groupId>
+      <artifactId>facelets</artifactId>
+      <version>1.1.13</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.sun.el</groupId>
+      <artifactId>el-ri</artifactId>
+      <version>1.0</version>
+      <scope>compile</scope>
+    </dependency>
 
-		<dependency>
-			<groupId>aspectj</groupId>
-			<artifactId>aspectjrt</artifactId>
-			<version>1.5.3</version>
-			<optional>true</optional>
-		</dependency>
+    <dependency>
+      <groupId>aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+      <version>1.5.3</version>
+      <optional>true</optional>
+    </dependency>
 
-		<dependency>
-			<groupId>aspectj</groupId>
-			<artifactId>aspectjweaver</artifactId>
-			<version>1.5.3</version>
-			<optional>true</optional>
-		</dependency>
+    <dependency>
+      <groupId>aspectj</groupId>
+      <artifactId>aspectjweaver</artifactId>
+      <version>1.5.3</version>
+      <optional>true</optional>
+    </dependency>
 
-		<dependency>
-			<groupId>ecs</groupId>
-			<artifactId>ecs</artifactId>
-			<version>1.4.2</version>
-		</dependency>
+    <dependency>
+      <groupId>ecs</groupId>
+      <artifactId>ecs</artifactId>
+      <version>1.4.2</version>
+    </dependency>
 
-		<dependency>
-			<groupId>opensymphony</groupId>
-			<artifactId>oscache</artifactId>
-			<version>2.3</version>
-		</dependency>
+    <dependency>
+      <groupId>opensymphony</groupId>
+      <artifactId>oscache</artifactId>
+      <version>2.3</version>
+    </dependency>
 
-		<dependency>
-			<groupId>jaxen</groupId>
-			<artifactId>jaxen</artifactId>
-			<version>1.1.1</version>
-			<exclusions>
-				<exclusion>
-					<groupId>xml-apis</groupId>
-					<artifactId>xml-apis</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xercesImpl</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xerces</groupId>
-					<artifactId>xmlParserAPIs</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>xalan</groupId>
-					<artifactId>xalan</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>com.ibm.icu</groupId>
-					<artifactId>icu4j</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1.1</version>
+      <exclusions>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xmlParserAPIs</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xalan</groupId>
+          <artifactId>xalan</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>com.ibm.icu</groupId>
+          <artifactId>icu4j</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
 
-		<dependency>
-			<groupId>org.apache.lucene</groupId>
-			<artifactId>lucene-highlighter</artifactId>
-			<version>2.0.0</version>
-			<exclusions>
-				<exclusion>
-					<groupId>org.apache.lucene</groupId>
-					<artifactId>lucene-core</artifactId>
-				</exclusion>
-			</exclusions>
-		</dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
+      <version>2.0.0</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.lucene</groupId>
+          <artifactId>lucene-core</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
 
-		<dependency>
-			<groupId>com.metaparadigm</groupId>
-			<artifactId>json-rpc</artifactId>
-			<version>1.0</version>
-		</dependency>
+    <dependency>
+      <groupId>com.metaparadigm</groupId>
+      <artifactId>json-rpc</artifactId>
+      <version>1.0</version>
+    </dependency>
 
-		<dependency>
-			<groupId>org.safehaus.jug</groupId>
-			<artifactId>jug</artifactId>
-			<classifier>asl</classifier>
-			<version>2.0.0</version>
-		</dependency>
+    <dependency>
+      <groupId>org.safehaus.jug</groupId>
+      <artifactId>jug</artifactId>
+      <classifier>asl</classifier>
+      <version>2.0.0</version>
+    </dependency>
 
-		<dependency>
-			<groupId>com.yjp</groupId>
-			<artifactId>yjp-controller-api-redist</artifactId>
-			<version>7.0.8</version>
-			<scope>compile</scope>
-		</dependency>
+    <dependency>
+      <groupId>com.yjp</groupId>
+      <artifactId>yjp-controller-api-redist</artifactId>
+      <version>7.0.8</version>
+      <scope>compile</scope>
+    </dependency>
 
-		<dependency>
-			<groupId>org.jmock</groupId>
-			<artifactId>jmock</artifactId>
-			<version>2.4.0</version>
-		</dependency>
+    <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <version>2.4.0</version>
+    </dependency>
 
-		<dependency>
-			<groupId>org.freemarker</groupId>
-			<artifactId>freemarker</artifactId>
-			<version>2.3.11</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.howl</groupId>
-			<artifactId>howl</artifactId>
-			<version>1.0.1-1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.fractal</groupId>
-			<artifactId>fractal</artifactId>
-			<version>2.0.1</version>
-		</dependency>
-		<dependency>
-			<groupId>org.objectweb.tribe</groupId>
-			<artifactId>tribe</artifactId>
-			<version>0.4</version>
-		</dependency>
-		<dependency>
-			<groupId>p6spy</groupId>
-			<artifactId>p6spy</artifactId>
-			<version>1.3</version>
-		</dependency>
-	-->
-	</dependencies>
+    <dependency>
+      <groupId>org.freemarker</groupId>
+      <artifactId>freemarker</artifactId>
+      <version>2.3.11</version>
+    </dependency>
+    <dependency>
+      <groupId>org.objectweb.howl</groupId>
+      <artifactId>howl</artifactId>
+      <version>1.0.1-1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.objectweb.fractal</groupId>
+      <artifactId>fractal</artifactId>
+      <version>2.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.objectweb.tribe</groupId>
+      <artifactId>tribe</artifactId>
+      <version>0.4</version>
+    </dependency>
+    <dependency>
+      <groupId>p6spy</groupId>
+      <artifactId>p6spy</artifactId>
+      <version>1.3</version>
+    </dependency>
+  -->
+  </dependencies>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/main/java/org/apache/maven/its/mng3506/App.java b/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/main/java/org/apache/maven/its/mng3506/App.java
index 027cdbd..a713f69 100644
--- a/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/main/java/org/apache/maven/its/mng3506/App.java
+++ b/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/main/java/org/apache/maven/its/mng3506/App.java
@@ -1,20 +1,20 @@
 /*
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-	  http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
  */
 package org.apache.maven.its.mng3506;
 
diff --git a/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/test/java/org/apache/maven/its/mng3506/AppTest.java b/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/test/java/org/apache/maven/its/mng3506/AppTest.java
index d2f3c7f..1c1abf1 100644
--- a/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/test/java/org/apache/maven/its/mng3506/AppTest.java
+++ b/core-it-suite/src/test/resources/mng-3506/mng-3506.1/src/test/java/org/apache/maven/its/mng3506/AppTest.java
@@ -1,20 +1,20 @@
 /*
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-	  http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
  */
 package org.apache.maven.its.mng3506;
 
diff --git a/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/main/java/org/apache/maven/its/mng3506/App.java b/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/main/java/org/apache/maven/its/mng3506/App.java
index 027cdbd..a713f69 100644
--- a/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/main/java/org/apache/maven/its/mng3506/App.java
+++ b/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/main/java/org/apache/maven/its/mng3506/App.java
@@ -1,20 +1,20 @@
 /*
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-	  http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
  */
 package org.apache.maven.its.mng3506;
 
diff --git a/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/test/java/org/apache/maven/its/mng3506/AppTest.java b/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/test/java/org/apache/maven/its/mng3506/AppTest.java
index d2f3c7f..1c1abf1 100644
--- a/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/test/java/org/apache/maven/its/mng3506/AppTest.java
+++ b/core-it-suite/src/test/resources/mng-3506/mng-3506.2/src/test/java/org/apache/maven/its/mng3506/AppTest.java
@@ -1,20 +1,20 @@
 /*
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-	  http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
  */
 package org.apache.maven.its.mng3506;
 
diff --git a/core-it-suite/src/test/resources/mng-3652/test-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3652/test-plugin/pom.xml
index 76bda67..3fa623c 100644
--- a/core-it-suite/src/test/resources/mng-3652/test-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3652/test-plugin/pom.xml
@@ -25,9 +25,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-core</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3684/maven-mng3684-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3684/maven-mng3684-plugin/pom.xml
index 9fe7eed..f667c1b 100644
--- a/core-it-suite/src/test/resources/mng-3684/maven-mng3684-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3684/maven-mng3684-plugin/pom.xml
@@ -20,19 +20,19 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven.reporting</groupId>
-    	<artifactId>maven-reporting-api</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-api</artifactId>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven.reporting</groupId>
-    	<artifactId>maven-reporting-impl</artifactId>
-    	<version>2.0.4.1</version>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4.1</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3693/maven-mng3693-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3693/maven-mng3693-plugin/pom.xml
index fc6b363..a815228 100644
--- a/core-it-suite/src/test/resources/mng-3693/maven-mng3693-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3693/maven-mng3693-plugin/pom.xml
@@ -20,9 +20,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3693/projects/app/pom.xml b/core-it-suite/src/test/resources/mng-3693/projects/app/pom.xml
index baafcbb..45d38c6 100644
--- a/core-it-suite/src/test/resources/mng-3693/projects/app/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3693/projects/app/pom.xml
@@ -18,9 +18,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven.its.mng3693</groupId>
-    	<artifactId>dep</artifactId>
-    	<version>1</version>
+      <groupId>org.apache.maven.its.mng3693</groupId>
+      <artifactId>dep</artifactId>
+      <version>1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/pom.xml
index 1919320..14ef7e8 100644
--- a/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/pom.xml
@@ -20,9 +20,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/src/main/java/plugin/MyMojo.java b/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/src/main/java/plugin/MyMojo.java
index 250f37c..25fc70e 100644
--- a/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/src/main/java/plugin/MyMojo.java
+++ b/core-it-suite/src/test/resources/mng-3694/maven-mng3694-plugin/src/main/java/plugin/MyMojo.java
@@ -30,24 +30,24 @@
 public class MyMojo
     extends AbstractMojo
 {
-	
-	/**
-	 * Not used, just an offset to place reactorProjects in the middle.
-	 * @parameter default-value="${project.build.directory}"
-	 */
-	private String outputDirectory;
-	
+
+    /**
+     * Not used, just an offset to place reactorProjects in the middle.
+     * @parameter default-value="${project.build.directory}"
+     */
+    private String outputDirectory;
+
     /**
      * @parameter expression="${reactorProjects}"
      * @required
      */
     private List reactorProjects;
 
-	/**
-	 * Not used, just an offset to place reactorProjects in the middle.
-	 * @parameter default-value="${project.build.directory}"
-	 */
-	private String outputDirectory2;
+    /**
+     * Not used, just an offset to place reactorProjects in the middle.
+     * @parameter default-value="${project.build.directory}"
+     */
+    private String outputDirectory2;
 
     public void execute()
         throws MojoExecutionException
diff --git a/core-it-suite/src/test/resources/mng-3703/maven-mng3703-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3703/maven-mng3703-plugin/pom.xml
index 2f42e3b..f8026c3 100644
--- a/core-it-suite/src/test/resources/mng-3703/maven-mng3703-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3703/maven-mng3703-plugin/pom.xml
@@ -20,14 +20,14 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven.reporting</groupId>
-    	<artifactId>maven-reporting-impl</artifactId>
-    	<version>2.0.4.1</version>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4.1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3704/maven-mng3704-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3704/maven-mng3704-plugin/pom.xml
index 2e753cc..645a13a 100644
--- a/core-it-suite/src/test/resources/mng-3704/maven-mng3704-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3704/maven-mng3704-plugin/pom.xml
@@ -19,9 +19,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-core</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-core</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3710/original-model/plugins/maven-mng3710-originalModel-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3710/original-model/plugins/maven-mng3710-originalModel-plugin/pom.xml
index d4cafa1..9a1041b 100644
--- a/core-it-suite/src/test/resources/mng-3710/original-model/plugins/maven-mng3710-originalModel-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3710/original-model/plugins/maven-mng3710-originalModel-plugin/pom.xml
@@ -18,9 +18,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3710/pom-inheritance/projects/middle/pom.xml b/core-it-suite/src/test/resources/mng-3710/pom-inheritance/projects/middle/pom.xml
index d72983c..d908073 100644
--- a/core-it-suite/src/test/resources/mng-3710/pom-inheritance/projects/middle/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3710/pom-inheritance/projects/middle/pom.xml
@@ -11,7 +11,7 @@
   <version>1</version>
   <packaging>pom</packaging>
   <modules>
-  	<module>child</module>
+    <module>child</module>
   </modules>
 
   <build>
diff --git a/core-it-suite/src/test/resources/mng-3716/projects/pom.xml b/core-it-suite/src/test/resources/mng-3716/projects/pom.xml
index a683728..5e5d57f 100644
--- a/core-it-suite/src/test/resources/mng-3716/projects/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3716/projects/pom.xml
@@ -6,7 +6,7 @@
   <version>1</version>
   <packaging>pom</packaging>
   <modules>
-  	<module>child1</module>
-  	<module>child2</module>
+    <module>child1</module>
+    <module>child2</module>
   </modules>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3723/maven-mng3723-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3723/maven-mng3723-plugin/pom.xml
index 8404582..94ae526 100644
--- a/core-it-suite/src/test/resources/mng-3723/maven-mng3723-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3723/maven-mng3723-plugin/pom.xml
@@ -19,9 +19,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3723/projects/pom.xml b/core-it-suite/src/test/resources/mng-3723/projects/pom.xml
index aedef98..8a14f65 100644
--- a/core-it-suite/src/test/resources/mng-3723/projects/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3723/projects/pom.xml
@@ -6,6 +6,6 @@
   <version>1</version>
   <packaging>pom</packaging>
   <modules>
-  	<module>child</module>
+    <module>child</module>
   </modules>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3724/maven-mng3724-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3724/maven-mng3724-plugin/pom.xml
index d41c102..83b9850 100644
--- a/core-it-suite/src/test/resources/mng-3724/maven-mng3724-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3724/maven-mng3724-plugin/pom.xml
@@ -19,9 +19,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven</groupId>
-    	<artifactId>maven-project</artifactId>
-    	<version>2.0.9</version>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+      <version>2.0.9</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3743/plugins/maven-mng3743-report-plugin/pom.xml b/core-it-suite/src/test/resources/mng-3743/plugins/maven-mng3743-report-plugin/pom.xml
index 6de740d..5456a11 100644
--- a/core-it-suite/src/test/resources/mng-3743/plugins/maven-mng3743-report-plugin/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3743/plugins/maven-mng3743-report-plugin/pom.xml
@@ -24,9 +24,9 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-    	<groupId>org.apache.maven.reporting</groupId>
-    	<artifactId>maven-reporting-impl</artifactId>
-    	<version>2.0.4.1</version>
+      <groupId>org.apache.maven.reporting</groupId>
+      <artifactId>maven-reporting-impl</artifactId>
+      <version>2.0.4.1</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/core-it-suite/src/test/resources/mng-3743/plugins/pom.xml b/core-it-suite/src/test/resources/mng-3743/plugins/pom.xml
index 1d6c07d..b42a08e 100644
--- a/core-it-suite/src/test/resources/mng-3743/plugins/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3743/plugins/pom.xml
@@ -6,8 +6,8 @@
   <version>1</version>
   <packaging>pom</packaging>
   <modules>
-  	<module>maven-mng3743-check-plugin</module>
-  	<module>maven-mng3743-report-plugin</module>
-  	<module>mng3743-lifecycle</module>
+    <module>maven-mng3743-check-plugin</module>
+    <module>maven-mng3743-report-plugin</module>
+    <module>mng3743-lifecycle</module>
   </modules>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-3814/plugin-a/pom.xml b/core-it-suite/src/test/resources/mng-3814/plugin-a/pom.xml
index da8d2a3..df396ec 100644
--- a/core-it-suite/src/test/resources/mng-3814/plugin-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-3814/plugin-a/pom.xml
@@ -36,7 +36,7 @@
   <build>
     <plugins>
       <plugin>
-      	<!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
+        <!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
         <groupId>org.apache.maven.its.mng3814</groupId>
         <artifactId>maven-mng3814b-plugin</artifactId>
         <version>1.0</version>
@@ -47,7 +47,7 @@
   <reporting>
     <plugins>
       <plugin>
-      	<!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
+        <!-- Depend on other plugin but using a version that is already released and not part of the reactor build -->
         <groupId>org.apache.maven.its.mng3814</groupId>
         <artifactId>maven-mng3814b-plugin</artifactId>
         <version>1.0</version>
diff --git a/core-it-suite/src/test/resources/mng-4148/remote-repository/org/apache/maven/its/mng4148/module/1.0.0/module-1.0.0.pom b/core-it-suite/src/test/resources/mng-4148/remote-repository/org/apache/maven/its/mng4148/module/1.0.0/module-1.0.0.pom
index a03fc9a..694241d 100644
--- a/core-it-suite/src/test/resources/mng-4148/remote-repository/org/apache/maven/its/mng4148/module/1.0.0/module-1.0.0.pom
+++ b/core-it-suite/src/test/resources/mng-4148/remote-repository/org/apache/maven/its/mng4148/module/1.0.0/module-1.0.0.pom
@@ -4,11 +4,11 @@
   <groupId>org.apache.maven.its.mng4148</groupId>
   <artifactId>module</artifactId>
   <version>1.0.0</version>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.maven.its.mng4148</groupId>
-			<artifactId>dep</artifactId>
-			<version>${depVersion}</version>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.maven.its.mng4148</groupId>
+      <artifactId>dep</artifactId>
+      <version>${depVersion}</version>
+    </dependency>
+  </dependencies>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-4270/src/main/java/org/apache/maven/its/mng3506/App.java b/core-it-suite/src/test/resources/mng-4270/src/main/java/org/apache/maven/its/mng3506/App.java
index 027cdbd..a713f69 100644
--- a/core-it-suite/src/test/resources/mng-4270/src/main/java/org/apache/maven/its/mng3506/App.java
+++ b/core-it-suite/src/test/resources/mng-4270/src/main/java/org/apache/maven/its/mng3506/App.java
@@ -1,20 +1,20 @@
 /*
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-	  http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
  */
 package org.apache.maven.its.mng3506;
 
diff --git a/core-it-suite/src/test/resources/mng-4270/src/test/java/org/apache/maven/its/mng3506/AppTest.java b/core-it-suite/src/test/resources/mng-4270/src/test/java/org/apache/maven/its/mng3506/AppTest.java
index d2f3c7f..1c1abf1 100644
--- a/core-it-suite/src/test/resources/mng-4270/src/test/java/org/apache/maven/its/mng3506/AppTest.java
+++ b/core-it-suite/src/test/resources/mng-4270/src/test/java/org/apache/maven/its/mng3506/AppTest.java
@@ -1,20 +1,20 @@
 /*
-	Licensed to the Apache Software Foundation (ASF) under one
-	or more contributor license agreements.  See the NOTICE file
-	distributed with this work for additional information
-	regarding copyright ownership.  The ASF licenses this file
-	to you under the Apache License, Version 2.0 (the
-	"License"); you may not use this file except in compliance
-	with the License.  You may obtain a copy of the License at
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
 
-	  http://www.apache.org/licenses/LICENSE-2.0
+    http://www.apache.org/licenses/LICENSE-2.0
 
-	Unless required by applicable law or agreed to in writing,
-	software distributed under the License is distributed on an
-	"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-	KIND, either express or implied.  See the License for the
-	specific language governing permissions and limitations
-	under the License.
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
  */
 package org.apache.maven.its.mng3506;
 
diff --git a/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java b/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java
index 81ca429..89a8764 100644
--- a/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java
+++ b/core-it-suite/src/test/resources/mng-4347/src/main/java/org/apache/maven/it/mng4347/App.java
@@ -23,7 +23,7 @@
 {
     public static void main( String[] args )
     {
-			  Importing.main( args );
+        Importing.main( args );
         System.out.println( "Hello World!" );
     }
 }
diff --git a/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-a/pom.xml b/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-a/pom.xml
index a544e8f..fc9eae4 100644
--- a/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-a/pom.xml
@@ -39,7 +39,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-b/pom.xml b/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-b/pom.xml
index 8be7a1f..829c384 100644
--- a/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-b/pom.xml
+++ b/core-it-suite/src/test/resources/mng-4660-outdated-packaged-artifact/module-b/pom.xml
@@ -47,7 +47,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-4660-resume-from/module-a/pom.xml b/core-it-suite/src/test/resources/mng-4660-resume-from/module-a/pom.xml
index a544e8f..fc9eae4 100644
--- a/core-it-suite/src/test/resources/mng-4660-resume-from/module-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-4660-resume-from/module-a/pom.xml
@@ -39,7 +39,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-4660-resume-from/module-b/pom.xml b/core-it-suite/src/test/resources/mng-4660-resume-from/module-b/pom.xml
index 8be7a1f..829c384 100644
--- a/core-it-suite/src/test/resources/mng-4660-resume-from/module-b/pom.xml
+++ b/core-it-suite/src/test/resources/mng-4660-resume-from/module-b/pom.xml
@@ -47,7 +47,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5207/application/pom.xml b/core-it-suite/src/test/resources/mng-5207/application/pom.xml
index 78ab4e9..959944e 100755
--- a/core-it-suite/src/test/resources/mng-5207/application/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5207/application/pom.xml
@@ -1,26 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <parent>
-        <groupId>bugs.maven.issue</groupId>
-        <artifactId>master</artifactId>
-        <version>x-SNAPSHOT</version>
-    </parent>
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>bugs.maven.issue</groupId>
+    <artifactId>master</artifactId>
+    <version>x-SNAPSHOT</version>
+  </parent>
 
-    <modelVersion>4.0.0</modelVersion>
-	<artifactId>application</artifactId>
-	<version>1-SNAPSHOT</version>
-    <packaging>jar</packaging>
-    <name>Issue Application</name>
-    <description><![CDATA[Demonstration of issue with application.]]></description>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>application</artifactId>
+  <version>1-SNAPSHOT</version>
+  <packaging>jar</packaging>
+  <name>Issue Application</name>
+  <description><![CDATA[Demonstration of issue with application.]]></description>
 
-    <dependencies>
-        <dependency>
-            <groupId>bugs.maven.issue</groupId>
-			<artifactId>delegate</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>bugs.maven.issue</groupId>
+      <artifactId>delegate</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5207/delegate/pom.xml b/core-it-suite/src/test/resources/mng-5207/delegate/pom.xml
index 4840108..ff0ec0e 100755
--- a/core-it-suite/src/test/resources/mng-5207/delegate/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5207/delegate/pom.xml
@@ -10,8 +10,8 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-	<artifactId>delegate</artifactId>
-	<version>2-SNAPSHOT</version>
+  <artifactId>delegate</artifactId>
+  <version>2-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Issue EJB Delegate</name>
     <description><![CDATA[Demonstration of issue with EJB delegate.]]></description>
@@ -19,9 +19,9 @@
     <dependencies>
         <dependency>
             <groupId>bugs.maven.issue</groupId>
-			<artifactId>ejb</artifactId>
-			<classifier>client</classifier>
-			<type>ejb-client</type>
+      <artifactId>ejb</artifactId>
+      <classifier>client</classifier>
+      <type>ejb-client</type>
         </dependency>
     </dependencies>
 
diff --git a/core-it-suite/src/test/resources/mng-5207/ejb/pom.xml b/core-it-suite/src/test/resources/mng-5207/ejb/pom.xml
index a684def..12f5b12 100755
--- a/core-it-suite/src/test/resources/mng-5207/ejb/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5207/ejb/pom.xml
@@ -1,43 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <parent>
-        <groupId>bugs.maven.issue</groupId>
-        <artifactId>master</artifactId>
-        <version>x-SNAPSHOT</version>
-    </parent>
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>bugs.maven.issue</groupId>
+    <artifactId>master</artifactId>
+    <version>x-SNAPSHOT</version>
+  </parent>
 
-    <modelVersion>4.0.0</modelVersion>
-	<artifactId>ejb</artifactId>
-	<version>2-SNAPSHOT</version>
-    <packaging>ejb</packaging>
-    <name>Issue EJB</name>
-    <description><![CDATA[Demonstration of issue with EJB client.]]></description>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ejb</artifactId>
+  <version>2-SNAPSHOT</version>
+  <packaging>ejb</packaging>
+  <name>Issue EJB</name>
+  <description><![CDATA[Demonstration of issue with EJB client.]]></description>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-ejb-plugin</artifactId>
-                    <configuration>
-                        <archive>
-                            <manifest>
-                                <addClasspath>true</addClasspath>
-                            </manifest>
-                        </archive>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <configuration>
+            <archive>
+              <manifest>
+                <addClasspath>true</addClasspath>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5207/prepare/delegate-1.pom b/core-it-suite/src/test/resources/mng-5207/prepare/delegate-1.pom
index 44429b2..6a0c0b1 100755
--- a/core-it-suite/src/test/resources/mng-5207/prepare/delegate-1.pom
+++ b/core-it-suite/src/test/resources/mng-5207/prepare/delegate-1.pom
@@ -1,28 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <parent>
-        <groupId>bugs.maven.issue</groupId>
-        <artifactId>master</artifactId>
-        <version>1</version>
-    </parent>
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>bugs.maven.issue</groupId>
+    <artifactId>master</artifactId>
+    <version>1</version>
+  </parent>
 
-    <modelVersion>4.0.0</modelVersion>
-	<artifactId>delegate</artifactId>
-	<version>1</version>
-    <packaging>jar</packaging>
-    <name>Issue EJB Delegate</name>
-    <description><![CDATA[Demonstration of issue with EJB delegate.]]></description>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>delegate</artifactId>
+  <version>1</version>
+  <packaging>jar</packaging>
+  <name>Issue EJB Delegate</name>
+  <description><![CDATA[Demonstration of issue with EJB delegate.]]></description>
 
-    <dependencies>
-        <dependency>
-            <groupId>bugs.maven.issue</groupId>
-			<artifactId>ejb</artifactId>
-			<classifier>client</classifier>
-			<type>ejb-client</type>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>bugs.maven.issue</groupId>
+      <artifactId>ejb</artifactId>
+      <classifier>client</classifier>
+      <type>ejb-client</type>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5207/prepare/ejb-1.pom b/core-it-suite/src/test/resources/mng-5207/prepare/ejb-1.pom
index 7c57035..51f520c 100755
--- a/core-it-suite/src/test/resources/mng-5207/prepare/ejb-1.pom
+++ b/core-it-suite/src/test/resources/mng-5207/prepare/ejb-1.pom
@@ -1,43 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project
-    xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    <parent>
-        <groupId>bugs.maven.issue</groupId>
-        <artifactId>master</artifactId>
-        <version>1</version>
-    </parent>
+  xmlns="http://maven.apache.org/POM/4.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>bugs.maven.issue</groupId>
+    <artifactId>master</artifactId>
+    <version>1</version>
+  </parent>
 
-    <modelVersion>4.0.0</modelVersion>
-	<artifactId>ejb</artifactId>
-	<version>1</version>
-    <packaging>ejb</packaging>
-    <name>Issue EJB</name>
-    <description><![CDATA[Demonstration of issue with EJB client.]]></description>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>ejb</artifactId>
+  <version>1</version>
+  <packaging>ejb</packaging>
+  <name>Issue EJB</name>
+  <description><![CDATA[Demonstration of issue with EJB client.]]></description>
 
-    <build>
-        <pluginManagement>
-            <plugins>
-                <plugin>
-                    <artifactId>maven-ejb-plugin</artifactId>
-                    <configuration>
-                        <archive>
-                            <manifest>
-                                <addClasspath>true</addClasspath>
-                            </manifest>
-                        </archive>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </pluginManagement>
-    </build>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <configuration>
+            <archive>
+              <manifest>
+                <addClasspath>true</addClasspath>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-        </dependency>
-    </dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5207/prepare/master-1.pom b/core-it-suite/src/test/resources/mng-5207/prepare/master-1.pom
index 5de9921..3b0b082 100644
--- a/core-it-suite/src/test/resources/mng-5207/prepare/master-1.pom
+++ b/core-it-suite/src/test/resources/mng-5207/prepare/master-1.pom
@@ -1,256 +1,256 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-	<!-- Define group, artifact and project type -->
-	<groupId>bugs.maven.issue</groupId>
-	<artifactId>master</artifactId>
-	<packaging>pom</packaging>
+  <!-- Define group, artifact and project type -->
+  <groupId>bugs.maven.issue</groupId>
+  <artifactId>master</artifactId>
+  <packaging>pom</packaging>
 
-	<!-- Describe the project -->
-	<name>Master Project</name>
-	<version>1</version>
-	<description>Master project with global settings.</description>
+  <!-- Describe the project -->
+  <name>Master Project</name>
+  <version>1</version>
+  <description>Master project with global settings.</description>
 
-	<!-- Minimum versions to use this POM -->
-	<prerequisites>
-		<maven>2.2.1</maven>
-	</prerequisites>
+  <!-- Minimum versions to use this POM -->
+  <prerequisites>
+    <maven>2.2.1</maven>
+  </prerequisites>
 
-	<!-- Global build settings -->
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.assembly}</version>
-					<extensions>true</extensions>
-					<configuration>
-						<overWriteReleases>false</overWriteReleases>
-						<overWriteSnapshots>true</overWriteSnapshots>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-clean-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.clean}</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.compiler}</version>
-					<extensions>true</extensions>
-					<configuration>
-						<source>${java.version.source}</source>
-						<target>${java.version.target}</target>
-						<encoding>${project.build.sourceEncoding}</encoding>
-						<optimize>false</optimize>
-						<debug>true</debug>
-						<showDeprecation>true</showDeprecation>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.dependency}</version>
-					<extensions>true</extensions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-deploy-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.deploy}</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-ear-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.ear}</version>
-					<configuration>
-						<defaultJavaBundleDir>/</defaultJavaBundleDir>
-						<displayName>${project.name}</displayName>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-ejb-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.ejb}</version>
-					<configuration>
-						<generateClient>true</generateClient>
-						<ejbVersion>${java.ejb.version}</ejbVersion>
-						<clientExcludes>
-							<clientExclude>META-INF/*.xml</clientExclude>
-							<clientExclude>**/ejb/*Bean.class</clientExclude>
-						</clientExcludes>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addClasspath>true</addClasspath>
-								<useUniqueVersions>false</useUniqueVersions>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-install-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.install}</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jar-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.jar}</version>
-					<configuration>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-resources-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.resources}</version>
-					<configuration>
-						<!-- Workaround for bug reported with MRESOURCES-104 -->
-						<useDefaultDelimiters>false</useDefaultDelimiters>
-						<delimiters>
-							<delimiter>${*}</delimiter>
-						</delimiters>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.source}</version>
-					<executions>
-						<execution>
-							<id>attach-sources</id>
-							<phase>package</phase>
-							<goals>
-								<goal>jar-no-fork</goal>
-							</goals>
-						</execution>
-					</executions>
-					<configuration>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.surefire}</version>
-					<extensions>true</extensions>
-					<!-- We set a forkMode -->
-					<configuration>
-						<forkMode>once</forkMode>
-						<argLine>-Xms64m -Xmx128m</argLine>
-						<workingDirectory>${basedir}</workingDirectory>
-						<childDelegation>false</childDelegation>
-						<runOrder>random</runOrder>
-						<useFile>false</useFile>
-					</configuration>
-				</plugin>
+  <!-- Global build settings -->
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.assembly}</version>
+          <extensions>true</extensions>
+          <configuration>
+            <overWriteReleases>false</overWriteReleases>
+            <overWriteSnapshots>true</overWriteSnapshots>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.clean}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.compiler}</version>
+          <extensions>true</extensions>
+          <configuration>
+            <source>${java.version.source}</source>
+            <target>${java.version.target}</target>
+            <encoding>${project.build.sourceEncoding}</encoding>
+            <optimize>false</optimize>
+            <debug>true</debug>
+            <showDeprecation>true</showDeprecation>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.dependency}</version>
+          <extensions>true</extensions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.deploy}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.ear}</version>
+          <configuration>
+            <defaultJavaBundleDir>/</defaultJavaBundleDir>
+            <displayName>${project.name}</displayName>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.ejb}</version>
+          <configuration>
+            <generateClient>true</generateClient>
+            <ejbVersion>${java.ejb.version}</ejbVersion>
+            <clientExcludes>
+              <clientExclude>META-INF/*.xml</clientExclude>
+              <clientExclude>**/ejb/*Bean.class</clientExclude>
+            </clientExcludes>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addClasspath>true</addClasspath>
+                <useUniqueVersions>false</useUniqueVersions>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.install}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.jar}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.resources}</version>
+          <configuration>
+            <!-- Workaround for bug reported with MRESOURCES-104 -->
+            <useDefaultDelimiters>false</useDefaultDelimiters>
+            <delimiters>
+              <delimiter>${*}</delimiter>
+            </delimiters>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.source}</version>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <phase>package</phase>
+              <goals>
+                <goal>jar-no-fork</goal>
+              </goals>
+            </execution>
+          </executions>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.surefire}</version>
+          <extensions>true</extensions>
+          <!-- We set a forkMode -->
+          <configuration>
+            <forkMode>once</forkMode>
+            <argLine>-Xms64m -Xmx128m</argLine>
+            <workingDirectory>${basedir}</workingDirectory>
+            <childDelegation>false</childDelegation>
+            <runOrder>random</runOrder>
+            <useFile>false</useFile>
+          </configuration>
+        </plugin>
 
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>build-helper-maven-plugin</artifactId>
-					<version>${version.org.codehaus.mojo.build-helper-plugin}</version>
-					<extensions>true</extensions>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>${version.org.codehaus.mojo.build-helper-plugin}</version>
+          <extensions>true</extensions>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>application</artifactId>
-				<version>${version.application}</version>
-			</dependency>
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>delegate</artifactId>
-				<version>${version.delegate}</version>
-			</dependency>
-			<!-- not required for example
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>ejb</artifactId>
-				<version>${version.ejb}</version>
-				<type>ejb</type>
-				<scope>runtime</scope>
-			</dependency>
-			-->
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>ejb</artifactId>
-				<version>${version.ejb}</version>
-				<classifier>client</classifier>
-				<type>ejb-client</type>
-			</dependency>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>application</artifactId>
+        <version>${version.application}</version>
+      </dependency>
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>delegate</artifactId>
+        <version>${version.delegate}</version>
+      </dependency>
+      <!-- not required for example
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>ejb</artifactId>
+        <version>${version.ejb}</version>
+        <type>ejb</type>
+        <scope>runtime</scope>
+      </dependency>
+      -->
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>ejb</artifactId>
+        <version>${version.ejb}</version>
+        <classifier>client</classifier>
+        <type>ejb-client</type>
+      </dependency>
 
-			<dependency>
-				<groupId>commons-lang</groupId>
-				<artifactId>commons-lang</artifactId>
-				<version>${version.commons-lang}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>${version.commons-lang}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
-	<!-- Define properties for better consistency -->
-	<properties>
-		<!-- ==== -->
-		<!-- Java -->
-		<!-- === =-->
-		<java.version.source>1.6</java.version.source>
-		<java.version.target>1.6</java.version.target>
-		<java.ejb.version>2.1</java.ejb.version>
+  <!-- Define properties for better consistency -->
+  <properties>
+    <!-- ==== -->
+    <!-- Java -->
+    <!-- === =-->
+    <java.version.source>1.6</java.version.source>
+    <java.version.target>1.6</java.version.target>
+    <java.ejb.version>2.1</java.ejb.version>
 
-		<!-- ======= -->
-		<!-- Plugins -->
-		<!-- ======= -->
-		<version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
-		<version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
-		<version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
-		<version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
-		<version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
-		<version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
-		<version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
-		<version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
-		<version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
-		<version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
-		<version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
-		<version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
+    <!-- ======= -->
+    <!-- Plugins -->
+    <!-- ======= -->
+    <version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
+    <version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
+    <version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
+    <version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
+    <version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
+    <version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
+    <version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
+    <version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
+    <version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
+    <version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
+    <version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
+    <version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
 
-		<version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
+    <version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
 
-		<!-- ============ -->
-		<!-- Dependencies -->
-		<!-- ============ -->
-		<version.application>1-SNAPSHOT</version.application>
-		<version.delegate>1</version.delegate>
-		<version.ejb>1</version.ejb>
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <version.application>1-SNAPSHOT</version.application>
+    <version.delegate>1</version.delegate>
+    <version.ejb>1</version.ejb>
 
-		<version.commons-lang>2.4</version.commons-lang>
+    <version.commons-lang>2.4</version.commons-lang>
 
-		<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
-	</properties>
+    <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
+  </properties>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5207/prepare/master-x.pom b/core-it-suite/src/test/resources/mng-5207/prepare/master-x.pom
index 0de53bc..5d5999f 100644
--- a/core-it-suite/src/test/resources/mng-5207/prepare/master-x.pom
+++ b/core-it-suite/src/test/resources/mng-5207/prepare/master-x.pom
@@ -1,256 +1,256 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+  <modelVersion>4.0.0</modelVersion>
 
-	<!-- Define group, artifact and project type -->
-	<groupId>bugs.maven.issue</groupId>
-	<artifactId>master</artifactId>
-	<packaging>pom</packaging>
+  <!-- Define group, artifact and project type -->
+  <groupId>bugs.maven.issue</groupId>
+  <artifactId>master</artifactId>
+  <packaging>pom</packaging>
 
-	<!-- Describe the project -->
-	<name>Master Project</name>
-	<version>x-SNAPSHOT</version>
-	<description>Master project with global settings.</description>
+  <!-- Describe the project -->
+  <name>Master Project</name>
+  <version>x-SNAPSHOT</version>
+  <description>Master project with global settings.</description>
 
-	<!-- Minimum versions to use this POM -->
-	<prerequisites>
-		<maven>2.2.1</maven>
-	</prerequisites>
+  <!-- Minimum versions to use this POM -->
+  <prerequisites>
+    <maven>2.2.1</maven>
+  </prerequisites>
 
-	<!-- Global build settings -->
-	<build>
-		<pluginManagement>
-			<plugins>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.assembly}</version>
-					<extensions>true</extensions>
-					<configuration>
-						<overWriteReleases>false</overWriteReleases>
-						<overWriteSnapshots>true</overWriteSnapshots>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-clean-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.clean}</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.compiler}</version>
-					<extensions>true</extensions>
-					<configuration>
-						<source>${java.version.source}</source>
-						<target>${java.version.target}</target>
-						<encoding>${project.build.sourceEncoding}</encoding>
-						<optimize>false</optimize>
-						<debug>true</debug>
-						<showDeprecation>true</showDeprecation>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.dependency}</version>
-					<extensions>true</extensions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-deploy-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.deploy}</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-ear-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.ear}</version>
-					<configuration>
-						<defaultJavaBundleDir>/</defaultJavaBundleDir>
-						<displayName>${project.name}</displayName>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-ejb-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.ejb}</version>
-					<configuration>
-						<generateClient>true</generateClient>
-						<ejbVersion>${java.ejb.version}</ejbVersion>
-						<clientExcludes>
-							<clientExclude>META-INF/*.xml</clientExclude>
-							<clientExclude>**/ejb/*Bean.class</clientExclude>
-						</clientExcludes>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addClasspath>true</addClasspath>
-								<useUniqueVersions>false</useUniqueVersions>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-install-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.install}</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jar-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.jar}</version>
-					<configuration>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-resources-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.resources}</version>
-					<configuration>
-						<!-- Workaround for bug reported with MRESOURCES-104 -->
-						<useDefaultDelimiters>false</useDefaultDelimiters>
-						<delimiters>
-							<delimiter>${*}</delimiter>
-						</delimiters>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.source}</version>
-					<executions>
-						<execution>
-							<id>attach-sources</id>
-							<phase>package</phase>
-							<goals>
-								<goal>jar-no-fork</goal>
-							</goals>
-						</execution>
-					</executions>
-					<configuration>
-						<archive>
-							<addMavenDescriptor>false</addMavenDescriptor>
-							<manifest>
-								<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
-								<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
-							</manifest>
-						</archive>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>${version.org.apache.maven.plugins.surefire}</version>
-					<extensions>true</extensions>
-					<!-- We set a forkMode -->
-					<configuration>
-						<forkMode>once</forkMode>
-						<argLine>-Xms64m -Xmx128m</argLine>
-						<workingDirectory>${basedir}</workingDirectory>
-						<childDelegation>false</childDelegation>
-						<runOrder>random</runOrder>
-						<useFile>false</useFile>
-					</configuration>
-				</plugin>
+  <!-- Global build settings -->
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.assembly}</version>
+          <extensions>true</extensions>
+          <configuration>
+            <overWriteReleases>false</overWriteReleases>
+            <overWriteSnapshots>true</overWriteSnapshots>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.clean}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.compiler}</version>
+          <extensions>true</extensions>
+          <configuration>
+            <source>${java.version.source}</source>
+            <target>${java.version.target}</target>
+            <encoding>${project.build.sourceEncoding}</encoding>
+            <optimize>false</optimize>
+            <debug>true</debug>
+            <showDeprecation>true</showDeprecation>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.dependency}</version>
+          <extensions>true</extensions>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.deploy}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ear-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.ear}</version>
+          <configuration>
+            <defaultJavaBundleDir>/</defaultJavaBundleDir>
+            <displayName>${project.name}</displayName>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-ejb-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.ejb}</version>
+          <configuration>
+            <generateClient>true</generateClient>
+            <ejbVersion>${java.ejb.version}</ejbVersion>
+            <clientExcludes>
+              <clientExclude>META-INF/*.xml</clientExclude>
+              <clientExclude>**/ejb/*Bean.class</clientExclude>
+            </clientExcludes>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addClasspath>true</addClasspath>
+                <useUniqueVersions>false</useUniqueVersions>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.install}</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.jar}</version>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.resources}</version>
+          <configuration>
+            <!-- Workaround for bug reported with MRESOURCES-104 -->
+            <useDefaultDelimiters>false</useDefaultDelimiters>
+            <delimiters>
+              <delimiter>${*}</delimiter>
+            </delimiters>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.source}</version>
+          <executions>
+            <execution>
+              <id>attach-sources</id>
+              <phase>package</phase>
+              <goals>
+                <goal>jar-no-fork</goal>
+              </goals>
+            </execution>
+          </executions>
+          <configuration>
+            <archive>
+              <addMavenDescriptor>false</addMavenDescriptor>
+              <manifest>
+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              </manifest>
+            </archive>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>${version.org.apache.maven.plugins.surefire}</version>
+          <extensions>true</extensions>
+          <!-- We set a forkMode -->
+          <configuration>
+            <forkMode>once</forkMode>
+            <argLine>-Xms64m -Xmx128m</argLine>
+            <workingDirectory>${basedir}</workingDirectory>
+            <childDelegation>false</childDelegation>
+            <runOrder>random</runOrder>
+            <useFile>false</useFile>
+          </configuration>
+        </plugin>
 
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>build-helper-maven-plugin</artifactId>
-					<version>${version.org.codehaus.mojo.build-helper-plugin}</version>
-					<extensions>true</extensions>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>${version.org.codehaus.mojo.build-helper-plugin}</version>
+          <extensions>true</extensions>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>application</artifactId>
-				<version>${version.application}</version>
-			</dependency>
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>delegate</artifactId>
-				<version>${version.delegate}</version>
-			</dependency>
-			<!-- not required for example
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>ejb</artifactId>
-				<version>${version.ejb}</version>
-				<type>ejb</type>
-				<scope>runtime</scope>
-			</dependency>
-			-->
-			<dependency>
-				<groupId>bugs.maven.issue</groupId>
-				<artifactId>ejb</artifactId>
-				<version>${version.ejb}</version>
-				<classifier>client</classifier>
-				<type>ejb-client</type>
-			</dependency>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>application</artifactId>
+        <version>${version.application}</version>
+      </dependency>
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>delegate</artifactId>
+        <version>${version.delegate}</version>
+      </dependency>
+      <!-- not required for example
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>ejb</artifactId>
+        <version>${version.ejb}</version>
+        <type>ejb</type>
+        <scope>runtime</scope>
+      </dependency>
+      -->
+      <dependency>
+        <groupId>bugs.maven.issue</groupId>
+        <artifactId>ejb</artifactId>
+        <version>${version.ejb}</version>
+        <classifier>client</classifier>
+        <type>ejb-client</type>
+      </dependency>
 
-			<dependency>
-				<groupId>commons-lang</groupId>
-				<artifactId>commons-lang</artifactId>
-				<version>${version.commons-lang}</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>${version.commons-lang}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
 
-	<!-- Define properties for better consistency -->
-	<properties>
-		<!-- ==== -->
-		<!-- Java -->
-		<!-- === =-->
-		<java.version.source>1.6</java.version.source>
-		<java.version.target>1.6</java.version.target>
-		<java.ejb.version>2.1</java.ejb.version>
+  <!-- Define properties for better consistency -->
+  <properties>
+    <!-- ==== -->
+    <!-- Java -->
+    <!-- === =-->
+    <java.version.source>1.6</java.version.source>
+    <java.version.target>1.6</java.version.target>
+    <java.ejb.version>2.1</java.ejb.version>
 
-		<!-- ======= -->
-		<!-- Plugins -->
-		<!-- ======= -->
-		<version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
-		<version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
-		<version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
-		<version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
-		<version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
-		<version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
-		<version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
-		<version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
-		<version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
-		<version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
-		<version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
-		<version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
+    <!-- ======= -->
+    <!-- Plugins -->
+    <!-- ======= -->
+    <version.org.apache.maven.plugins.assembly>2.2.1</version.org.apache.maven.plugins.assembly>
+    <version.org.apache.maven.plugins.clean>2.4.1</version.org.apache.maven.plugins.clean>
+    <version.org.apache.maven.plugins.compiler>2.3.2</version.org.apache.maven.plugins.compiler>
+    <version.org.apache.maven.plugins.dependency>2.3</version.org.apache.maven.plugins.dependency>
+    <version.org.apache.maven.plugins.deploy>2.7</version.org.apache.maven.plugins.deploy>
+    <version.org.apache.maven.plugins.ear>2.6</version.org.apache.maven.plugins.ear>
+    <version.org.apache.maven.plugins.ejb>2.3</version.org.apache.maven.plugins.ejb>
+    <version.org.apache.maven.plugins.install>2.3.1</version.org.apache.maven.plugins.install>
+    <version.org.apache.maven.plugins.jar>2.3.2</version.org.apache.maven.plugins.jar>
+    <version.org.apache.maven.plugins.resources>2.5</version.org.apache.maven.plugins.resources>
+    <version.org.apache.maven.plugins.source>2.1.2</version.org.apache.maven.plugins.source>
+    <version.org.apache.maven.plugins.surefire>2.9</version.org.apache.maven.plugins.surefire>
 
-		<version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
+    <version.org.codehaus.mojo.build-helper-plugin>1.7</version.org.codehaus.mojo.build-helper-plugin>
 
-		<!-- ============ -->
-		<!-- Dependencies -->
-		<!-- ============ -->
-		<version.application>1-SNAPSHOT</version.application>
-		<version.delegate>1</version.delegate>
-		<version.ejb>2-SNAPSHOT</version.ejb>
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <version.application>1-SNAPSHOT</version.application>
+    <version.delegate>1</version.delegate>
+    <version.ejb>2-SNAPSHOT</version.ejb>
 
-		<version.commons-lang>2.6</version.commons-lang>
+    <version.commons-lang>2.6</version.commons-lang>
 
-		<project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
-	</properties>
+    <project.build.sourceEncoding>iso-8859-1</project.build.sourceEncoding>
+  </properties>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5214/consumer/pom.xml b/core-it-suite/src/test/resources/mng-5214/consumer/pom.xml
index 3008959..6bee01a 100644
--- a/core-it-suite/src/test/resources/mng-5214/consumer/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5214/consumer/pom.xml
@@ -59,11 +59,11 @@
               <goal>resolve-one-dependency</goal>
             </goals>
             <configuration>
-	      <scope>compile</scope>
-	      <groupId>${project.groupId}</groupId>
-	      <artifactId>dependency</artifactId>
-	      <version>${project.version}</version>
-	      <type>wsdl</type>
+              <scope>compile</scope>
+              <groupId>${project.groupId}</groupId>
+              <artifactId>dependency</artifactId>
+              <version>${project.version}</version>
+              <type>wsdl</type>
             </configuration>
           </execution>
         </executions>
diff --git a/core-it-suite/src/test/resources/mng-5214/dependency/pom.xml b/core-it-suite/src/test/resources/mng-5214/dependency/pom.xml
index b61243b..364afbb 100644
--- a/core-it-suite/src/test/resources/mng-5214/dependency/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5214/dependency/pom.xml
@@ -44,38 +44,38 @@
     <id>createWsdl</id>
     <build>
       <plugins>
-	<plugin>
-	  <groupId>org.apache.maven.its.plugins</groupId>
-	  <artifactId>maven-it-plugin-artifact</artifactId>
-	  <version>2.1-SNAPSHOT</version>
-	  <executions>
-	    <execution>
-	      <id>attach-artifacts</id>
-	      <phase>generate-resources</phase>
-	      <goals>
-		<goal>attach</goal>
-	      </goals>
-	      <configuration>
-		<attachedFile>notmuch.wsdl</attachedFile>
-		<artifactType>wsdl</artifactType>
-	      </configuration>
-	    </execution>
-	    <execution>
-	      <id>install</id>
-	      <phase>generate-resources</phase>
-	      <configuration>
-		<pomFile>pom.xml</pomFile>
-		<!-- borrow the POM as the main artifact -->
-		<mainFile>pom.xml</mainFile>
-	      </configuration>
-	      <goals>
-		<goal>set</goal>
-		<goal>attach-pom</goal>
-		<goal>install</goal>
-	      </goals>
-	    </execution>
-	  </executions>
-	</plugin>
+  <plugin>
+    <groupId>org.apache.maven.its.plugins</groupId>
+    <artifactId>maven-it-plugin-artifact</artifactId>
+    <version>2.1-SNAPSHOT</version>
+    <executions>
+      <execution>
+        <id>attach-artifacts</id>
+        <phase>generate-resources</phase>
+        <goals>
+    <goal>attach</goal>
+        </goals>
+        <configuration>
+    <attachedFile>notmuch.wsdl</attachedFile>
+    <artifactType>wsdl</artifactType>
+        </configuration>
+      </execution>
+      <execution>
+        <id>install</id>
+        <phase>generate-resources</phase>
+        <configuration>
+    <pomFile>pom.xml</pomFile>
+    <!-- borrow the POM as the main artifact -->
+    <mainFile>pom.xml</mainFile>
+        </configuration>
+        <goals>
+    <goal>set</goal>
+    <goal>attach-pom</goal>
+    <goal>install</goal>
+        </goals>
+      </execution>
+    </executions>
+  </plugin>
       </plugins>
     </build>
   </profile>
diff --git a/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/test/java/org/apache/maven/its/mng5581/lifecyclemappingdelegate/basic/test/BasicTest.java b/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/test/java/org/apache/maven/its/mng5581/lifecyclemappingdelegate/basic/test/BasicTest.java
index 03eb201..519c5b1 100644
--- a/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/test/java/org/apache/maven/its/mng5581/lifecyclemappingdelegate/basic/test/BasicTest.java
+++ b/core-it-suite/src/test/resources/mng-5581-lifecycle-mapping-delegate/basic/test/java/org/apache/maven/its/mng5581/lifecyclemappingdelegate/basic/test/BasicTest.java
@@ -24,10 +24,11 @@
 import org.junit.Assert;
 import org.junit.Test;
 
-public class ModuleBTest {
-
-	@Test
-	public void testBasic() {
-		Assert.assertNotNull(new BasicClass().toString());
-	}
+public class ModuleBTest
+{
+    @Test
+    public void testBasic()
+    {
+        Assert.assertNotNull(new BasicClass().toString());
+    }
 }
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-a/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-a/pom.xml
index 1f89611..8104eb1 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-a/pom.xml
@@ -39,7 +39,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-b/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-b/pom.xml
index 5ba7ab2..b64336a 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-b/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-b/pom.xml
@@ -39,7 +39,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-c/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-c/pom.xml
index b0b7f41..8484595 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-c/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-c/pom.xml
@@ -47,7 +47,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-d/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-d/pom.xml
index 9ce20e6..3a501b6 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-d/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/four-modules/module-d/pom.xml
@@ -47,7 +47,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-a/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-a/pom.xml
index 1f89611..8104eb1 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-a/pom.xml
@@ -39,7 +39,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-b/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-b/pom.xml
index 5ba7ab2..b64336a 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-b/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-b/pom.xml
@@ -39,7 +39,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-c/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-c/pom.xml
index b0b7f41..8484595 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-c/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-dependent/module-c/pom.xml
@@ -47,7 +47,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-a/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-a/pom.xml
index 92b590a..8f0f721 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-a/pom.xml
@@ -44,7 +44,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-b/pom.xml b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-b/pom.xml
index 2135ffa..195303d 100644
--- a/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-b/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5760-resume-feature/parent-independent/module-b/pom.xml
@@ -44,7 +44,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/parent-1/pom.xml b/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/parent-1/pom.xml
index 6d8ff0a..319f66d 100644
--- a/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/parent-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5840-relative-path-range-negative/parent-1/pom.xml
@@ -8,7 +8,7 @@
   <packaging>pom</packaging>
 
   <properties>
-   	<enforcer.skip>true</enforcer.skip>
+    <enforcer.skip>true</enforcer.skip>
   </properties>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/parent-1/pom.xml b/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/parent-1/pom.xml
index 365b88f..ed7b0ef 100644
--- a/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/parent-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5840-relative-path-range-positive/parent-1/pom.xml
@@ -8,7 +8,7 @@
   <packaging>pom</packaging>
 
   <properties>
-   	<!-- <enforcer.skip>true</enforcer.skip> -->
+    <!-- <enforcer.skip>true</enforcer.skip> -->
   </properties>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/parent-1/pom.xml b/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/parent-1/pom.xml
index 3a80446..8c460bf 100644
--- a/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/parent-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5840-relative-path-reactor-matching/parent-1/pom.xml
@@ -8,7 +8,7 @@
   <packaging>pom</packaging>
 
   <properties>
-   	<enforcer.skip>true</enforcer.skip>
+    <enforcer.skip>true</enforcer.skip>
   </properties>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-1/pom.xml b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-1/pom.xml
index e9ac53d..608fc55 100644
--- a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-1/pom.xml
@@ -22,11 +22,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
+  <parent>
+    <groupId>mng-5895-ci-friendly-usage-with-property</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
 
   <artifactId>module-1</artifactId>
 
diff --git a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-2/pom.xml b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-2/pom.xml
index 5a7dabe..f2ac11c 100644
--- a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-2/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-2/pom.xml
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
-	license agreements. See the NOTICE file distributed with this work for additional
-	information regarding copyright ownership. The ASF licenses this file to
-	you under the Apache License, Version 2.0 (the "License"); you may not use
-	this file except in compliance with the License. You may obtain a copy of
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
-	by applicable law or agreed to in writing, software distributed under the
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-	OF ANY KIND, either express or implied. See the License for the specific
-	language governing permissions and limitations under the License. -->
+  license agreements. See the NOTICE file distributed with this work for additional
+  information regarding copyright ownership. The ASF licenses this file to
+  you under the Apache License, Version 2.0 (the "License"); you may not use
+  this file except in compliance with the License. You may obtain a copy of
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+  by applicable law or agreed to in writing, software distributed under the
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+  OF ANY KIND, either express or implied. See the License for the specific
+  language governing permissions and limitations under the License. -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
-	<artifactId>module-2</artifactId>
+  <parent>
+    <groupId>mng-5895-ci-friendly-usage-with-property</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
+  <artifactId>module-2</artifactId>
 
-	<dependencies>
-		<dependency>
-			<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
-			<artifactId>module-1</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>mng-5895-ci-friendly-usage-with-property</groupId>
+      <artifactId>module-1</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-3/pom.xml b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-3/pom.xml
index b6da84b..9c0aabf 100644
--- a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-3/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/module-3/pom.xml
@@ -1,56 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
-	license agreements. See the NOTICE file distributed with this work for additional
-	information regarding copyright ownership. The ASF licenses this file to
-	you under the Apache License, Version 2.0 (the "License"); you may not use
-	this file except in compliance with the License. You may obtain a copy of
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
-	by applicable law or agreed to in writing, software distributed under the
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-	OF ANY KIND, either express or implied. See the License for the specific
-	language governing permissions and limitations under the License. -->
+  license agreements. See the NOTICE file distributed with this work for additional
+  information regarding copyright ownership. The ASF licenses this file to
+  you under the Apache License, Version 2.0 (the "License"); you may not use
+  this file except in compliance with the License. You may obtain a copy of
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+  by applicable law or agreed to in writing, software distributed under the
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+  OF ANY KIND, either express or implied. See the License for the specific
+  language governing permissions and limitations under the License. -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
-	<artifactId>module-3</artifactId>
+  <parent>
+    <groupId>mng-5895-ci-friendly-usage-with-property</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
+  <artifactId>module-3</artifactId>
 
-	<dependencies>
-		<dependency>
-			<groupId>mng-5895-ci-friendly-usage-with-property</groupId>
-			<artifactId>module-2</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>mng-5895-ci-friendly-usage-with-property</groupId>
+      <artifactId>module-2</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
 
   <build>
     <plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>assemblies</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-						<configuration>
-							<descriptors>
-								<descriptor>jar-with-prod.xml</descriptor>
-							</descriptors>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>assemblies</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>jar-with-prod.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 
-		</plugins>
-	</build>
+    </plugins>
+  </build>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
index 842a016..e3d34da 100644
--- a/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
+++ b/core-it-suite/src/test/resources/mng-5895-ci-friendly-usage-with-property/pom.xml
@@ -29,7 +29,7 @@
   <packaging>pom</packaging>
 
   <properties>
-  	<revision>1.3.0-SNAPSHOT</revision>
+    <revision>1.3.0-SNAPSHOT</revision>
   </properties>
   <build>
     <pluginManagement><!-- see bootstrap for plugins versions -->
diff --git a/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-1/pom.xml b/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-1/pom.xml
index fe4baff..d82ea65 100644
--- a/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-1/pom.xml
@@ -22,11 +22,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>mng-6057-check-reactor-order</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
+  <parent>
+    <groupId>mng-6057-check-reactor-order</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
 
   <artifactId>module-1</artifactId>
   <packaging>pom</packaging>
diff --git a/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-2/pom.xml b/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-2/pom.xml
index d33c1c9..d82b1b9 100644
--- a/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-2/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6057-check-reactor-order/module-2/pom.xml
@@ -23,11 +23,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>mng-6057-check-reactor-order</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
+  <parent>
+    <groupId>mng-6057-check-reactor-order</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
   <artifactId>module-2</artifactId>
 
   <dependencies>
diff --git a/core-it-suite/src/test/resources/mng-6071/pom.xml b/core-it-suite/src/test/resources/mng-6071/pom.xml
index 53e0536..9704eee 100644
--- a/core-it-suite/src/test/resources/mng-6071/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6071/pom.xml
@@ -31,7 +31,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-1/pom.xml b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-1/pom.xml
index b0577aa..f08d215 100644
--- a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-1/pom.xml
@@ -22,11 +22,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-	<parent>
+  <parent>
     <groupId>mng-6090-ci-friendly</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
 
   <artifactId>module-1</artifactId>
 
diff --git a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-2/pom.xml b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-2/pom.xml
index 1dae572..e29d71c 100644
--- a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-2/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-2/pom.xml
@@ -1,33 +1,33 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
-	license agreements. See the NOTICE file distributed with this work for additional
-	information regarding copyright ownership. The ASF licenses this file to
-	you under the Apache License, Version 2.0 (the "License"); you may not use
-	this file except in compliance with the License. You may obtain a copy of
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
-	by applicable law or agreed to in writing, software distributed under the
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-	OF ANY KIND, either express or implied. See the License for the specific
-	language governing permissions and limitations under the License. -->
+  license agreements. See the NOTICE file distributed with this work for additional
+  information regarding copyright ownership. The ASF licenses this file to
+  you under the Apache License, Version 2.0 (the "License"); you may not use
+  this file except in compliance with the License. You may obtain a copy of
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+  by applicable law or agreed to in writing, software distributed under the
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+  OF ANY KIND, either express or implied. See the License for the specific
+  language governing permissions and limitations under the License. -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-  		<groupId>mng-6090-ci-friendly</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
-	<artifactId>module-2</artifactId>
+  <parent>
+    <groupId>mng-6090-ci-friendly</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
+  <artifactId>module-2</artifactId>
 
-	<dependencies>
-		<dependency>
-  			<groupId>mng-6090-ci-friendly</groupId>
-			<artifactId>module-1</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+      <groupId>mng-6090-ci-friendly</groupId>
+      <artifactId>module-1</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
 
 </project>
diff --git a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml
index b137e92..f3f5ea1 100644
--- a/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6090-ci-friendly/module-3/pom.xml
@@ -1,57 +1,57 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
-	license agreements. See the NOTICE file distributed with this work for additional
-	information regarding copyright ownership. The ASF licenses this file to
-	you under the Apache License, Version 2.0 (the "License"); you may not use
-	this file except in compliance with the License. You may obtain a copy of
-	the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
-	by applicable law or agreed to in writing, software distributed under the
-	License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-	OF ANY KIND, either express or implied. See the License for the specific
-	language governing permissions and limitations under the License. -->
+  license agreements. See the NOTICE file distributed with this work for additional
+  information regarding copyright ownership. The ASF licenses this file to
+  you under the Apache License, Version 2.0 (the "License"); you may not use
+  this file except in compliance with the License. You may obtain a copy of
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
+  by applicable law or agreed to in writing, software distributed under the
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
+  OF ANY KIND, either express or implied. See the License for the specific
+  language governing permissions and limitations under the License. -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-	<modelVersion>4.0.0</modelVersion>
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
 
-	<parent>
-  		<groupId>mng-6090-ci-friendly</groupId>
-		<artifactId>base-project</artifactId>
-		<version>${revision}</version>
-	</parent>
-	<artifactId>module-3</artifactId>
+  <parent>
+      <groupId>mng-6090-ci-friendly</groupId>
+    <artifactId>base-project</artifactId>
+    <version>${revision}</version>
+  </parent>
+  <artifactId>module-3</artifactId>
 
-	<dependencies>
-		<dependency>
-  			<groupId>mng-6090-ci-friendly</groupId>
-			<artifactId>module-2</artifactId>
-			<version>${project.version}</version>
-		</dependency>
-	</dependencies>
+  <dependencies>
+    <dependency>
+        <groupId>mng-6090-ci-friendly</groupId>
+      <artifactId>module-2</artifactId>
+      <version>${project.version}</version>
+    </dependency>
+  </dependencies>
 
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>3.1.0</version>
-				<executions>
-					<execution>
-						<id>assemblies</id>
-						<phase>package</phase>
-						<goals>
-							<goal>single</goal>
-						</goals>
-						<configuration>
-							<descriptors>
-								<descriptor>jar-with-prod.xml</descriptor>
-							</descriptors>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>3.1.0</version>
+        <executions>
+          <execution>
+            <id>assemblies</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <descriptors>
+                <descriptor>jar-with-prod.xml</descriptor>
+              </descriptors>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
 
-		</plugins>
-	</build>
+    </plugins>
+  </build>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml b/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
index 4f3ec82..17627bf 100644
--- a/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6090-ci-friendly/pom.xml
@@ -29,7 +29,7 @@
   <packaging>pom</packaging>
 
   <properties>
-  	<revision>1.3.0-SNAPSHOT</revision>
+    <revision>1.3.0-SNAPSHOT</revision>
   </properties>
   <modules>
     <module>module-3</module>
diff --git a/core-it-suite/src/test/resources/mng-6240-plugin-extension-aether-provider/project/pom.xml b/core-it-suite/src/test/resources/mng-6240-plugin-extension-aether-provider/project/pom.xml
index 66a15c8..5b8ac7e 100644
--- a/core-it-suite/src/test/resources/mng-6240-plugin-extension-aether-provider/project/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6240-plugin-extension-aether-provider/project/pom.xml
@@ -36,7 +36,7 @@
   </distributionManagement>
   <build>
     <plugins>
-	  <plugin>
+      <plugin>
         <groupId>org.apache.maven.its.mng6240</groupId>
         <artifactId>plugin-extension</artifactId>
         <version>1.0</version>
diff --git a/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-parent.pom b/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-parent.pom
index ecef8df..8a92423 100644
--- a/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-parent.pom
+++ b/core-it-suite/src/test/resources/mng-6656-buildconsumer/expected/simple-parent.pom
@@ -18,9 +18,9 @@
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-  	<groupId>org.sonatype.mavenbook.multi</groupId>
-  	<artifactId>parent</artifactId>
-  	<version>0.9-MNG6656-SNAPSHOT</version>
+    <groupId>org.sonatype.mavenbook.multi</groupId>
+    <artifactId>parent</artifactId>
+    <version>0.9-MNG6656-SNAPSHOT</version>
   </parent>
   <artifactId>simple-parent</artifactId>
   <packaging>pom</packaging>
diff --git a/core-it-suite/src/test/resources/mng-6656-buildconsumer/simple-parent/pom.xml b/core-it-suite/src/test/resources/mng-6656-buildconsumer/simple-parent/pom.xml
index e2219e3..2fbd5b2 100644
--- a/core-it-suite/src/test/resources/mng-6656-buildconsumer/simple-parent/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6656-buildconsumer/simple-parent/pom.xml
@@ -24,8 +24,8 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-  	<groupId>org.sonatype.mavenbook.multi</groupId>
-  	<artifactId>parent</artifactId>
+    <groupId>org.sonatype.mavenbook.multi</groupId>
+    <artifactId>parent</artifactId>
   </parent>
   <artifactId>simple-parent</artifactId>
   <packaging>pom</packaging>
diff --git a/core-it-suite/src/test/resources/mng-6720-fail-fast/module-1/pom.xml b/core-it-suite/src/test/resources/mng-6720-fail-fast/module-1/pom.xml
index 63e41c4..4c555bb 100644
--- a/core-it-suite/src/test/resources/mng-6720-fail-fast/module-1/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6720-fail-fast/module-1/pom.xml
@@ -42,7 +42,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-6720-fail-fast/module-2/pom.xml b/core-it-suite/src/test/resources/mng-6720-fail-fast/module-2/pom.xml
index 94296f6..cd90ff0 100644
--- a/core-it-suite/src/test/resources/mng-6720-fail-fast/module-2/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6720-fail-fast/module-2/pom.xml
@@ -42,7 +42,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-6720-fail-fast/module-3/pom.xml b/core-it-suite/src/test/resources/mng-6720-fail-fast/module-3/pom.xml
index 102703f..cdb4a85 100644
--- a/core-it-suite/src/test/resources/mng-6720-fail-fast/module-3/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6720-fail-fast/module-3/pom.xml
@@ -47,7 +47,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-a/pom.xml b/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-a/pom.xml
index 02ddb8d..cdab5b6 100644
--- a/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-a/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-a/pom.xml
@@ -43,7 +43,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-b/pom.xml b/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-b/pom.xml
index 36772b6..428eaeb 100644
--- a/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-b/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6754-version-timestamp-in-multimodule-build/child-b/pom.xml
@@ -43,7 +43,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.22.0</version>
-	  </plugin>
+      </plugin>
     </plugins>
   </build>
 </project>
diff --git a/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/simple-parent.pom b/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/simple-parent.pom
index 843f219..69c705e 100644
--- a/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/simple-parent.pom
+++ b/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/simple-parent.pom
@@ -18,9 +18,9 @@
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-  	<groupId>org.sonatype.mavenbook.multi</groupId>
-  	<artifactId>parent</artifactId>
-  	<version>0.9-MNG6957-SNAPSHOT</version>
+    <groupId>org.sonatype.mavenbook.multi</groupId>
+    <artifactId>parent</artifactId>
+    <version>0.9-MNG6957-SNAPSHOT</version>
   </parent>
   <artifactId>simple-parent</artifactId>
   <packaging>pom</packaging>
diff --git a/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/utils-parent.pom b/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/utils-parent.pom
index 934ac75..29064fd 100644
--- a/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/utils-parent.pom
+++ b/core-it-suite/src/test/resources/mng-6957-buildconsumer/expected/utils-parent.pom
@@ -18,9 +18,9 @@
 --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-  	<groupId>org.sonatype.mavenbook.multi</groupId>
-  	<artifactId>simple-parent</artifactId>
-  	<version>0.9-MNG6957-SNAPSHOT</version>
+    <groupId>org.sonatype.mavenbook.multi</groupId>
+    <artifactId>simple-parent</artifactId>
+    <version>0.9-MNG6957-SNAPSHOT</version>
   </parent>
   <artifactId>utils-parent</artifactId>
   <packaging>pom</packaging>
diff --git a/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml b/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml
index 1d428c0..40c8b0f 100644
--- a/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/pom.xml
@@ -24,8 +24,8 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-  	<groupId>org.sonatype.mavenbook.multi</groupId>
-  	<artifactId>parent</artifactId>
+    <groupId>org.sonatype.mavenbook.multi</groupId>
+    <artifactId>parent</artifactId>
   </parent>
   <artifactId>simple-parent</artifactId>
   <packaging>pom</packaging>
diff --git a/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/utils-parent/pom.xml b/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/utils-parent/pom.xml
index d1d0c6e..cff9f65 100644
--- a/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/utils-parent/pom.xml
+++ b/core-it-suite/src/test/resources/mng-6957-buildconsumer/simple-parent/utils-parent/pom.xml
@@ -24,8 +24,8 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-  	<groupId>org.sonatype.mavenbook.multi</groupId>
-  	<artifactId>simple-parent</artifactId>
+    <groupId>org.sonatype.mavenbook.multi</groupId>
+    <artifactId>simple-parent</artifactId>
   </parent>
   <artifactId>utils-parent</artifactId>
   <packaging>pom</packaging>