More code analysis fixes

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1517623 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/it/file-sets-absolute-paths/child-a/pom.xml b/src/it/file-sets-absolute-paths/child-a/pom.xml
index 927d237..ed4536d 100644
--- a/src/it/file-sets-absolute-paths/child-a/pom.xml
+++ b/src/it/file-sets-absolute-paths/child-a/pom.xml
@@ -30,8 +30,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>test</groupId>
-  <artifactId>child-a</artifactId>
+    <artifactId>child-a</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <name>Child A</name>
diff --git a/src/it/file-sets-relative-paths/child-a/pom.xml b/src/it/file-sets-relative-paths/child-a/pom.xml
index a66b3d5..a1ff584 100644
--- a/src/it/file-sets-relative-paths/child-a/pom.xml
+++ b/src/it/file-sets-relative-paths/child-a/pom.xml
@@ -30,8 +30,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>test</groupId>
-  <artifactId>child-a</artifactId>
+    <artifactId>child-a</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <name>Child A</name>
diff --git a/src/it/file-sets-relative-paths/child-b/pom.xml b/src/it/file-sets-relative-paths/child-b/pom.xml
index c8db1b8..6821d50 100644
--- a/src/it/file-sets-relative-paths/child-b/pom.xml
+++ b/src/it/file-sets-relative-paths/child-b/pom.xml
@@ -30,8 +30,7 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>test</groupId>
-  <artifactId>child-b</artifactId>
+    <artifactId>child-b</artifactId>
   <version>1.0-SNAPSHOT</version>
 
   <name>Child B</name>