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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit b604eaaaaddb73a2b0337038a6113627245a127a
Author: Guillaume Nodet <[email protected]>
AuthorDate: Mon Jun 24 21:57:12 2024 +0200

    Code format on ITs
---
 pom.xml                                            |  26 ++++
 src/it/MINSTALL-108/module1/pom.xml                |   5 +-
 src/it/MINSTALL-108/pom.xml                        |  17 +--
 src/it/MINSTALL-52/pom.xml                         |   9 +-
 src/it/MINSTALL-98/module1/pom.xml                 |  47 +++----
 src/it/MINSTALL-98/module2/pom.xml                 |  49 ++++---
 src/it/MINSTALL-98/pom.xml                         | 149 ++++++++++-----------
 src/it/MINSTALL-99/module1/pom.xml                 |  47 +++----
 src/it/MINSTALL-99/module2/pom.xml                 |  75 +++++------
 src/it/MINSTALL-99/pom.xml                         | 149 ++++++++++-----------
 src/it/attach-jar-checksum/pom.xml                 |   9 +-
 src/it/attach-release-jar/pom.xml                  |   9 +-
 src/it/gav-validation/pom.xml                      |  11 +-
 src/it/generate-pom-auto-1/pom.xml                 |   9 +-
 src/it/generate-pom-auto-2/pom.xml                 |   9 +-
 src/it/install-at-end-fail/module1/pom.xml         |   7 +-
 src/it/install-at-end-fail/pom.xml                 |  17 +--
 src/it/install-at-end-pass/module1/pom.xml         |   5 +-
 src/it/install-at-end-pass/module2/pom.xml         |   5 +-
 src/it/install-at-end-pass/module3/pom.xml         |   5 +-
 src/it/install-at-end-pass/module4/pom.xml         |   5 +-
 src/it/install-at-end-pass/pom.xml                 |  23 ++--
 src/it/install-file-minstall-121-bundle/pom.xml    |  11 +-
 .../install-file-minstall-121-java-source/pom.xml  |  11 +-
 .../pom.xml                                        |  11 +-
 src/it/install-file-minstall-121-targz/pom.xml     |  11 +-
 src/it/install-file-minstall-121-war/pom.xml       |  11 +-
 src/it/install-file-minstall-121/pom.xml           |  11 +-
 src/it/jar-sources-javadoc/pom.xml                 |   9 +-
 .../pom.xml                                        |  11 +-
 src/it/local-repo-override-with-checksum/pom.xml   |  11 +-
 src/it/local-repo-override/pom.xml                 |  11 +-
 src/it/minstall-55/pom.xml                         |  11 +-
 src/it/no-main-artifact-1/pom.xml                  |  15 +--
 src/it/no-main-artifact-2/pom.xml                  |  15 +--
 src/it/non-changed-artifact/pom.xml                |  11 +-
 src/it/pom-checksum/pom.xml                        |   9 +-
 src/it/release-jar/pom.xml                         |   9 +-
 src/it/release-pom/pom.xml                         |   9 +-
 src/it/setup-mock-phase-maven-plugin/pom.xml       |   9 +-
 src/it/skip-install/pom.xml                        |   9 +-
 src/it/snapshot-jar/pom.xml                        |   9 +-
 src/it/snapshot-pom/pom.xml                        |   9 +-
 43 files changed, 374 insertions(+), 536 deletions(-)

diff --git a/pom.xml b/pom.xml
index ed74846..3fa4d6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,32 @@
           <showDeprecation>true</showDeprecation>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>${mavenPluginPluginVersion}</version>
+      </plugin>
+      <plugin>
+        <groupId>com.diffplug.spotless</groupId>
+        <artifactId>spotless-maven-plugin</artifactId>
+        <configuration>
+          <java>
+            <includes>
+              <include>src/**/*.java</include>
+            </includes>
+          </java>
+          <pom>
+            <includes>
+              <include>**/pom.xml</include>
+            </includes>
+          </pom>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>${mavenSurefirePluginVersion}</version>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/src/it/MINSTALL-108/module1/pom.xml 
b/src/it/MINSTALL-108/module1/pom.xml
index 7708dde..ee393b2 100644
--- a/src/it/MINSTALL-108/module1/pom.xml
+++ b/src/it/MINSTALL-108/module1/pom.xml
@@ -1,5 +1,4 @@
 <?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 
@@ -10,9 +9,7 @@
   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";>
+<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>
diff --git a/src/it/MINSTALL-108/pom.xml b/src/it/MINSTALL-108/pom.xml
index 957e7b8..23b1a93 100644
--- a/src/it/MINSTALL-108/pom.xml
+++ b/src/it/MINSTALL-108/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.iae.pass</groupId>
@@ -28,9 +25,11 @@ under the License.
   <version>1.0</version>
   <packaging>pom</packaging>
 
-  <description>
-    Tests installation at end override.
-  </description>
+  <description>Tests installation at end override.</description>
+
+  <modules>
+    <module>module1</module>
+  </modules>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
@@ -69,8 +68,4 @@ under the License.
     </plugins>
   </build>
 
-  <modules>
-    <module>module1</module>
-  </modules>
-
 </project>
diff --git a/src/it/MINSTALL-52/pom.xml b/src/it/MINSTALL-52/pom.xml
index 3a25d59..6f721d7 100644
--- a/src/it/MINSTALL-52/pom.xml
+++ b/src/it/MINSTALL-52/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,18 +17,14 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.plugins.install.its</groupId>
   <artifactId>minstall52</artifactId>
   <version>1.0-SNAPSHOT</version>
 
-  <description>
-    Test to verify that the pom inside the jar in used when installing the file
-  </description>
+  <description>Test to verify that the pom inside the jar in used when 
installing the file</description>
 
   <build>
     <plugins>
diff --git a/src/it/MINSTALL-98/module1/pom.xml 
b/src/it/MINSTALL-98/module1/pom.xml
index 092076b..e7e4a13 100644
--- a/src/it/MINSTALL-98/module1/pom.xml
+++ b/src/it/MINSTALL-98/module1/pom.xml
@@ -1,25 +1,22 @@
-<?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. -->
-
-<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>org.apache.maven.its.minstall-98</groupId>
-    <artifactId>multithread</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>module1</artifactId>
-
-</project>
+<?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. -->
+<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>org.apache.maven.its.minstall-98</groupId>
+    <artifactId>multithread</artifactId>
+    <version>1.0</version>
+  </parent>
+  <artifactId>module1</artifactId>
+
+</project>
diff --git a/src/it/MINSTALL-98/module2/pom.xml 
b/src/it/MINSTALL-98/module2/pom.xml
index f0b6d1b..74b36ce 100644
--- a/src/it/MINSTALL-98/module2/pom.xml
+++ b/src/it/MINSTALL-98/module2/pom.xml
@@ -1,26 +1,23 @@
-<?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. -->
-
-<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>org.apache.maven.its.minstall-98</groupId>
-    <artifactId>multithread</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>module2</artifactId>
-  <packaging>pom</packaging>
-
-</project>
+<?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. -->
+<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>org.apache.maven.its.minstall-98</groupId>
+    <artifactId>multithread</artifactId>
+    <version>1.0</version>
+  </parent>
+  <artifactId>module2</artifactId>
+  <packaging>pom</packaging>
+
+</project>
diff --git a/src/it/MINSTALL-98/pom.xml b/src/it/MINSTALL-98/pom.xml
index b1ff426..3b78f10 100644
--- a/src/it/MINSTALL-98/pom.xml
+++ b/src/it/MINSTALL-98/pom.xml
@@ -1,77 +1,72 @@
-<?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.
--->
-
-<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>
-
-  <groupId>org.apache.maven.its.minstall-98</groupId>
-  <artifactId>multithread</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-
-  <description>
-    Tests installation at end with two threads.
-  </description>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>@mavenCompilerPluginVersion@</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <version>@project.version@</version>
-        <configuration>
-          <installAtEnd>true</installAtEnd>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>@mavenJarPluginVersion@</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>@mavenResourcesPluginVersion@</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>@mavenSurefirePluginVersion@</version>
-      </plugin>
-    </plugins>
-  </build>
-
-  <modules>
-    <module>module1</module>
-    <module>module2</module>
-  </modules>
-
-</project>
+<?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.
+-->
+<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>
+
+  <groupId>org.apache.maven.its.minstall-98</groupId>
+  <artifactId>multithread</artifactId>
+  <version>1.0</version>
+  <packaging>pom</packaging>
+
+  <description>Tests installation at end with two threads.</description>
+
+  <modules>
+    <module>module1</module>
+    <module>module2</module>
+  </modules>
+
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>@mavenCompilerPluginVersion@</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>@project.version@</version>
+        <configuration>
+          <installAtEnd>true</installAtEnd>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>@mavenJarPluginVersion@</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>@mavenResourcesPluginVersion@</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>@mavenSurefirePluginVersion@</version>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/src/it/MINSTALL-99/module1/pom.xml 
b/src/it/MINSTALL-99/module1/pom.xml
index 5c925e4..e8b821b 100644
--- a/src/it/MINSTALL-99/module1/pom.xml
+++ b/src/it/MINSTALL-99/module1/pom.xml
@@ -1,25 +1,22 @@
-<?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. -->
-
-<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>org.apache.maven.its.minstall-99</groupId>
-    <artifactId>configperproject</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>module1</artifactId>
-
-</project>
+<?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. -->
+<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>org.apache.maven.its.minstall-99</groupId>
+    <artifactId>configperproject</artifactId>
+    <version>1.0</version>
+  </parent>
+  <artifactId>module1</artifactId>
+
+</project>
diff --git a/src/it/MINSTALL-99/module2/pom.xml 
b/src/it/MINSTALL-99/module2/pom.xml
index 6d984aa..478f8df 100644
--- a/src/it/MINSTALL-99/module2/pom.xml
+++ b/src/it/MINSTALL-99/module2/pom.xml
@@ -1,39 +1,36 @@
-<?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. -->
-
-<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>org.apache.maven.its.minstall-99</groupId>
-    <artifactId>configperproject</artifactId>
-    <version>1.0</version>
-  </parent>
-  <artifactId>module2</artifactId>
-  <packaging>pom</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <version>@project.version@</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+<?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. -->
+<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>org.apache.maven.its.minstall-99</groupId>
+    <artifactId>configperproject</artifactId>
+    <version>1.0</version>
+  </parent>
+  <artifactId>module2</artifactId>
+  <packaging>pom</packaging>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>@project.version@</version>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/src/it/MINSTALL-99/pom.xml b/src/it/MINSTALL-99/pom.xml
index 2f768b9..d7c3a94 100644
--- a/src/it/MINSTALL-99/pom.xml
+++ b/src/it/MINSTALL-99/pom.xml
@@ -1,77 +1,72 @@
-<?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.
--->
-
-<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>
-
-  <groupId>org.apache.maven.its.minstall-99</groupId>
-  <artifactId>configperproject</artifactId>
-  <version>1.0</version>
-  <packaging>pom</packaging>
-
-  <description>
-    Tests installation at end with different plugin configurations.
-  </description>
-
-  <properties>
-    <maven.test.skip>true</maven.test.skip>
-  </properties>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>@mavenCompilerPluginVersion@</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <version>@project.version@</version>
-        <configuration>
-          <installAtEnd>true</installAtEnd>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <version>@mavenJarPluginVersion@</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-resources-plugin</artifactId>
-        <version>@mavenResourcesPluginVersion@</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>@mavenSurefirePluginVersion@</version>
-      </plugin>
-    </plugins>
-  </build>
-
-  <modules>
-    <module>module1</module>
-    <module>module2</module>
-  </modules>
-
-</project>
+<?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.
+-->
+<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>
+
+  <groupId>org.apache.maven.its.minstall-99</groupId>
+  <artifactId>configperproject</artifactId>
+  <version>1.0</version>
+  <packaging>pom</packaging>
+
+  <description>Tests installation at end with different plugin 
configurations.</description>
+
+  <modules>
+    <module>module1</module>
+    <module>module2</module>
+  </modules>
+
+  <properties>
+    <maven.test.skip>true</maven.test.skip>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>@mavenCompilerPluginVersion@</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-install-plugin</artifactId>
+        <version>@project.version@</version>
+        <configuration>
+          <installAtEnd>true</installAtEnd>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>@mavenJarPluginVersion@</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <version>@mavenResourcesPluginVersion@</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>@mavenSurefirePluginVersion@</version>
+      </plugin>
+    </plugins>
+  </build>
+
+</project>
diff --git a/src/it/attach-jar-checksum/pom.xml 
b/src/it/attach-jar-checksum/pom.xml
index 8867c95..242a313 100644
--- a/src/it/attach-jar-checksum/pom.xml
+++ b/src/it/attach-jar-checksum/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.ajc</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the installation of a simple snapshot JAR with an attached artifact 
and checksums
-  </description>
+  <description>Tests the installation of a simple snapshot JAR with an 
attached artifact and checksums</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/attach-release-jar/pom.xml 
b/src/it/attach-release-jar/pom.xml
index 1527897..bbebcdc 100644
--- a/src/it/attach-release-jar/pom.xml
+++ b/src/it/attach-release-jar/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.arj</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the installation of a simple release JAR with an attached artifact.
-  </description>
+  <description>Tests the installation of a simple release JAR with an attached 
artifact.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/gav-validation/pom.xml b/src/it/gav-validation/pom.xml
index d0ce339..eb31bd0 100644
--- a/src/it/gav-validation/pom.xml
+++ b/src/it/gav-validation/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.gv</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the manual installation validates the coordinates of the artifact 
just like the model validator would
-    (MINSTALL-59).
-  </description>
+  <description>Tests the manual installation validates the coordinates of the 
artifact just like the model validator would
+    (MINSTALL-59).</description>
 
   <build>
     <plugins>
diff --git a/src/it/generate-pom-auto-1/pom.xml 
b/src/it/generate-pom-auto-1/pom.xml
index bb852eb..b3904c2 100644
--- a/src/it/generate-pom-auto-1/pom.xml
+++ b/src/it/generate-pom-auto-1/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.gpa1</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests that by default a POM is generated for the installed file if no POM 
exists already in the local repo.
-  </description>
+  <description>Tests that by default a POM is generated for the installed file 
if no POM exists already in the local repo.</description>
 
   <build>
     <plugins>
diff --git a/src/it/generate-pom-auto-2/pom.xml 
b/src/it/generate-pom-auto-2/pom.xml
index f2f97e9..9512c9a 100644
--- a/src/it/generate-pom-auto-2/pom.xml
+++ b/src/it/generate-pom-auto-2/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.gpa2</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests that by default no POM is generated for the installed file if 
already a POM exists in the local repo.
-  </description>
+  <description>Tests that by default no POM is generated for the installed 
file if already a POM exists in the local repo.</description>
 
   <build>
     <plugins>
diff --git a/src/it/install-at-end-fail/module1/pom.xml 
b/src/it/install-at-end-fail/module1/pom.xml
index 10ebadc..ec5f409 100644
--- a/src/it/install-at-end-fail/module1/pom.xml
+++ b/src/it/install-at-end-fail/module1/pom.xml
@@ -1,5 +1,4 @@
 <?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 
@@ -10,9 +9,7 @@
   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";>
+<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>
@@ -36,7 +33,7 @@
             </goals>
             <configuration>
               <rules>
-                <AlwaysFail/>
+                <AlwaysFail />
               </rules>
             </configuration>
           </execution>
diff --git a/src/it/install-at-end-fail/pom.xml 
b/src/it/install-at-end-fail/pom.xml
index 23de9d8..5c660f6 100644
--- a/src/it/install-at-end-fail/pom.xml
+++ b/src/it/install-at-end-fail/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.dae.fail</groupId>
@@ -28,9 +25,11 @@ under the License.
   <version>1.0</version>
   <packaging>pom</packaging>
 
-  <description>
-    Tests installation at end.
-  </description>
+  <description>Tests installation at end.</description>
+
+  <modules>
+    <module>module1</module>
+  </modules>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
@@ -69,8 +68,4 @@ under the License.
     </plugins>
   </build>
 
-  <modules>
-    <module>module1</module>
-  </modules>
-
 </project>
diff --git a/src/it/install-at-end-pass/module1/pom.xml 
b/src/it/install-at-end-pass/module1/pom.xml
index 31279ce..9c6b1f9 100644
--- a/src/it/install-at-end-pass/module1/pom.xml
+++ b/src/it/install-at-end-pass/module1/pom.xml
@@ -1,5 +1,4 @@
 <?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 
@@ -10,9 +9,7 @@
   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";>
+<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>
diff --git a/src/it/install-at-end-pass/module2/pom.xml 
b/src/it/install-at-end-pass/module2/pom.xml
index f78eb0d..05c13fc 100644
--- a/src/it/install-at-end-pass/module2/pom.xml
+++ b/src/it/install-at-end-pass/module2/pom.xml
@@ -1,5 +1,4 @@
 <?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 
@@ -10,9 +9,7 @@
   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";>
+<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>
diff --git a/src/it/install-at-end-pass/module3/pom.xml 
b/src/it/install-at-end-pass/module3/pom.xml
index 2d346db..56754f2 100644
--- a/src/it/install-at-end-pass/module3/pom.xml
+++ b/src/it/install-at-end-pass/module3/pom.xml
@@ -1,5 +1,4 @@
 <?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 
@@ -10,9 +9,7 @@
   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";>
+<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>
diff --git a/src/it/install-at-end-pass/module4/pom.xml 
b/src/it/install-at-end-pass/module4/pom.xml
index cb4ca5f..bc66e76 100644
--- a/src/it/install-at-end-pass/module4/pom.xml
+++ b/src/it/install-at-end-pass/module4/pom.xml
@@ -1,5 +1,4 @@
 <?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 
@@ -10,9 +9,7 @@
   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";>
+<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>
diff --git a/src/it/install-at-end-pass/pom.xml 
b/src/it/install-at-end-pass/pom.xml
index 9bf0968..36d2efa 100644
--- a/src/it/install-at-end-pass/pom.xml
+++ b/src/it/install-at-end-pass/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.dae.pass</groupId>
@@ -28,9 +25,14 @@ under the License.
   <version>1.0</version>
   <packaging>pom</packaging>
 
-  <description>
-    Tests installation at end.
-  </description>
+  <description>Tests installation at end.</description>
+
+  <modules>
+    <module>module1</module>
+    <module>module2</module>
+    <module>module3</module>
+    <module>module4</module>
+  </modules>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
@@ -69,11 +71,4 @@ under the License.
     </plugins>
   </build>
 
-  <modules>
-    <module>module1</module>
-    <module>module2</module>
-    <module>module3</module>
-    <module>module4</module>
-  </modules>
-
 </project>
diff --git a/src/it/install-file-minstall-121-bundle/pom.xml 
b/src/it/install-file-minstall-121-bundle/pom.xml
index c4e69fd..5c8f5bf 100644
--- a/src/it/install-file-minstall-121-bundle/pom.xml
+++ b/src/it/install-file-minstall-121-bundle/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.121</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Test to install a file via install:install-file using 
-    packaging and expected having a different file extension.
-  </description>
+  <description>Test to install a file via install:install-file using 
+    packaging and expected having a different file extension.</description>
 
   <build>
     <plugins>
diff --git a/src/it/install-file-minstall-121-java-source/pom.xml 
b/src/it/install-file-minstall-121-java-source/pom.xml
index 6791ccc..1681729 100644
--- a/src/it/install-file-minstall-121-java-source/pom.xml
+++ b/src/it/install-file-minstall-121-java-source/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.121</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Test to install a file via install:install-file using 
-    packaging and expected having a different file extension.
-  </description>
+  <description>Test to install a file via install:install-file using 
+    packaging and expected having a different file extension.</description>
 
   <build>
     <plugins>
diff --git a/src/it/install-file-minstall-121-maven-archetype/pom.xml 
b/src/it/install-file-minstall-121-maven-archetype/pom.xml
index 02d7634..58fbbbd 100644
--- a/src/it/install-file-minstall-121-maven-archetype/pom.xml
+++ b/src/it/install-file-minstall-121-maven-archetype/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.121</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Test to install a file via install:install-file using 
-    packaging and expected having a different file extension.
-  </description>
+  <description>Test to install a file via install:install-file using 
+    packaging and expected having a different file extension.</description>
 
   <build>
     <plugins>
diff --git a/src/it/install-file-minstall-121-targz/pom.xml 
b/src/it/install-file-minstall-121-targz/pom.xml
index 72009e3..88270c2 100644
--- a/src/it/install-file-minstall-121-targz/pom.xml
+++ b/src/it/install-file-minstall-121-targz/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.121</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Test to install a file via install:install-file using 
-    packaging and expected having a different file extension.
-  </description>
+  <description>Test to install a file via install:install-file using 
+    packaging and expected having a different file extension.</description>
 
   <build>
     <plugins>
diff --git a/src/it/install-file-minstall-121-war/pom.xml 
b/src/it/install-file-minstall-121-war/pom.xml
index d4c252b..51c44da 100644
--- a/src/it/install-file-minstall-121-war/pom.xml
+++ b/src/it/install-file-minstall-121-war/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.121</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Test to install a file via install:install-file using 
-    packaging and expected having a different file extension.
-  </description>
+  <description>Test to install a file via install:install-file using 
+    packaging and expected having a different file extension.</description>
 
   <build>
     <plugins>
diff --git a/src/it/install-file-minstall-121/pom.xml 
b/src/it/install-file-minstall-121/pom.xml
index 4ba0c85..4b61455 100644
--- a/src/it/install-file-minstall-121/pom.xml
+++ b/src/it/install-file-minstall-121/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.121</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Test to install a file via install:install-file using 
-    packaging and expected having a different file extension.
-  </description>
+  <description>Test to install a file via install:install-file using 
+    packaging and expected having a different file extension.</description>
 
   <build>
     <plugins>
diff --git a/src/it/jar-sources-javadoc/pom.xml 
b/src/it/jar-sources-javadoc/pom.xml
index 32ca82e..2ebb9f8 100644
--- a/src/it/jar-sources-javadoc/pom.xml
+++ b/src/it/jar-sources-javadoc/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.jsj</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests combined installation of a JAR together with its API docs and 
sources (cf. MINSTALL-49).
-  </description>
+  <description>Tests combined installation of a JAR together with its API docs 
and sources (cf. MINSTALL-49).</description>
 
   <build>
     <plugins>
diff --git a/src/it/local-repo-override-with-checksum-generatePom/pom.xml 
b/src/it/local-repo-override-with-checksum-generatePom/pom.xml
index 0dfca77..5ff1695 100644
--- a/src/it/local-repo-override-with-checksum-generatePom/pom.xml
+++ b/src/it/local-repo-override-with-checksum-generatePom/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.lro</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the manual installation into a different local repo than the one 
configured in the settings
-    (MINSTALL-35), also installing checksums.
-  </description>
+  <description>Tests the manual installation into a different local repo than 
the one configured in the settings
+    (MINSTALL-35), also installing checksums.</description>
 
   <build>
     <plugins>
diff --git a/src/it/local-repo-override-with-checksum/pom.xml 
b/src/it/local-repo-override-with-checksum/pom.xml
index 0dfca77..5ff1695 100644
--- a/src/it/local-repo-override-with-checksum/pom.xml
+++ b/src/it/local-repo-override-with-checksum/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.lro</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the manual installation into a different local repo than the one 
configured in the settings
-    (MINSTALL-35), also installing checksums.
-  </description>
+  <description>Tests the manual installation into a different local repo than 
the one configured in the settings
+    (MINSTALL-35), also installing checksums.</description>
 
   <build>
     <plugins>
diff --git a/src/it/local-repo-override/pom.xml 
b/src/it/local-repo-override/pom.xml
index 71ec569..936c3ee 100644
--- a/src/it/local-repo-override/pom.xml
+++ b/src/it/local-repo-override/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.lro</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the manual installation into a different local repo than the one 
configured in the settings
-    (MINSTALL-35).
-  </description>
+  <description>Tests the manual installation into a different local repo than 
the one configured in the settings
+    (MINSTALL-35).</description>
 
   <build>
     <plugins>
diff --git a/src/it/minstall-55/pom.xml b/src/it/minstall-55/pom.xml
index fcf8f33..b04f83f 100644
--- a/src/it/minstall-55/pom.xml
+++ b/src/it/minstall-55/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.55</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the manual installation of a simple release JAR with a corresponding 
POM whose coordinates are inherited
-    from the parent.
-  </description>
+  <description>Tests the manual installation of a simple release JAR with a 
corresponding POM whose coordinates are inherited
+    from the parent.</description>
 
   <build>
     <plugins>
diff --git a/src/it/no-main-artifact-1/pom.xml 
b/src/it/no-main-artifact-1/pom.xml
index 850b2b5..cee9d0c 100644
--- a/src/it/no-main-artifact-1/pom.xml
+++ b/src/it/no-main-artifact-1/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.nma1</groupId>
@@ -28,11 +25,9 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the installation of a non-POM project that has no main artifact file 
but only attached artifacts (see
+  <description>Tests the installation of a non-POM project that has no main 
artifact file but only attached artifacts (see
     MINSTALL-18, MINSTALL-40, MINSTALL-41). This variant of the test checks 
the build when target/classes is
-    non-existent.
-  </description>
+    non-existent.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
@@ -49,16 +44,16 @@ under the License.
             <!--
             NOTE: The Compiler Plugin sets this as the main artifact file, 
should be non-existent for this test.
             -->
-            <delete dir="target/classes"/>
+            <delete dir="target/classes" />
           </target>
         </configuration>
         <executions>
           <execution>
             <id>delete-output-dir</id>
-            <phase>verify</phase>
             <goals>
               <goal>run</goal>
             </goals>
+            <phase>verify</phase>
           </execution>
         </executions>
       </plugin>
diff --git a/src/it/no-main-artifact-2/pom.xml 
b/src/it/no-main-artifact-2/pom.xml
index 93e0451..0bd432b 100644
--- a/src/it/no-main-artifact-2/pom.xml
+++ b/src/it/no-main-artifact-2/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.nma2</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the installation of a non-POM project that has no main artifact file 
but only attached artifacts (see
-    MINSTALL-18, MINSTALL-40, MINSTALL-41). This variant of the test checks 
the build when target/classes is existent.
-  </description>
+  <description>Tests the installation of a non-POM project that has no main 
artifact file but only attached artifacts (see
+    MINSTALL-18, MINSTALL-40, MINSTALL-41). This variant of the test checks 
the build when target/classes is existent.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
@@ -48,16 +43,16 @@ under the License.
             <!--
             NOTE: The Compiler Plugin sets this as the main artifact file, 
should be existent for this test.
             -->
-            <mkdir dir="target/classes"/>
+            <mkdir dir="target/classes" />
           </target>
         </configuration>
         <executions>
           <execution>
             <id>make-output-dir</id>
-            <phase>verify</phase>
             <goals>
               <goal>run</goal>
             </goals>
+            <phase>verify</phase>
           </execution>
         </executions>
       </plugin>
diff --git a/src/it/non-changed-artifact/pom.xml 
b/src/it/non-changed-artifact/pom.xml
index bdf4f61..1827646 100644
--- a/src/it/non-changed-artifact/pom.xml
+++ b/src/it/non-changed-artifact/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.plugins.install.its</groupId>
@@ -28,10 +25,8 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the manual installation of a simple release JAR with a corresponding 
POM whose coordinates are inherited
-    from the parent.
-  </description>
+  <description>Tests the manual installation of a simple release JAR with a 
corresponding POM whose coordinates are inherited
+    from the parent.</description>
 
   <build>
     <plugins>
diff --git a/src/it/pom-checksum/pom.xml b/src/it/pom-checksum/pom.xml
index 4272bab..722c2ed 100644
--- a/src/it/pom-checksum/pom.xml
+++ b/src/it/pom-checksum/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.pc</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <description>
-    Tests the installation of a simple snapshot POM with checksums
-  </description>
+  <description>Tests the installation of a simple snapshot POM with 
checksums</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/release-jar/pom.xml b/src/it/release-jar/pom.xml
index f243b3c..c5e59c6 100644
--- a/src/it/release-jar/pom.xml
+++ b/src/it/release-jar/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.rj</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the installation of a simple release JAR.
-  </description>
+  <description>Tests the installation of a simple release JAR.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/release-pom/pom.xml b/src/it/release-pom/pom.xml
index 163efa3..8fe17b1 100644
--- a/src/it/release-pom/pom.xml
+++ b/src/it/release-pom/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.rp</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>pom</packaging>
 
-  <description>
-    Tests the installation of a simple release POM.
-  </description>
+  <description>Tests the installation of a simple release POM.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/setup-mock-phase-maven-plugin/pom.xml 
b/src/it/setup-mock-phase-maven-plugin/pom.xml
index 09ed9c3..bf8feb0 100644
--- a/src/it/setup-mock-phase-maven-plugin/pom.xml
+++ b/src/it/setup-mock-phase-maven-plugin/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.mock</groupId>
@@ -28,12 +25,12 @@ under the License.
   <version>1.0</version>
   <packaging>maven-plugin</packaging>
 
+  <description>plugin with Maven phase without m-install-p</description>
+
   <prerequisites>
     <maven>@mavenVersion@</maven>
   </prerequisites>
 
-  <description>plugin with Maven phase without m-install-p</description>
-
   <build>
     <pluginManagement>
       <plugins>
diff --git a/src/it/skip-install/pom.xml b/src/it/skip-install/pom.xml
index 64ecd4a..4be4a6c 100644
--- a/src/it/skip-install/pom.xml
+++ b/src/it/skip-install/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.skip</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the skip installation of a simple release JAR.
-  </description>
+  <description>Tests the skip installation of a simple release 
JAR.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/snapshot-jar/pom.xml b/src/it/snapshot-jar/pom.xml
index 392da48..67103e0 100644
--- a/src/it/snapshot-jar/pom.xml
+++ b/src/it/snapshot-jar/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.sj</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <description>
-    Tests the installation of a simple snapshot JAR.
-  </description>
+  <description>Tests the installation of a simple snapshot JAR.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>
diff --git a/src/it/snapshot-pom/pom.xml b/src/it/snapshot-pom/pom.xml
index 2532c85..fe6a923 100644
--- a/src/it/snapshot-pom/pom.xml
+++ b/src/it/snapshot-pom/pom.xml
@@ -1,5 +1,4 @@
 <?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
@@ -18,9 +17,7 @@ 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";>
+<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>
 
   <groupId>org.apache.maven.its.install.sp</groupId>
@@ -28,9 +25,7 @@ under the License.
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <description>
-    Tests the installation of a simple snapshot POM.
-  </description>
+  <description>Tests the installation of a simple snapshot POM.</description>
 
   <properties>
     <maven.test.skip>true</maven.test.skip>

Reply via email to