You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/07/21 14:54:37 UTC

svn commit: r796280 - in /maven/plugins/trunk/maven-javadoc-plugin/src/it: ./ MJAVADOC-110/ MJAVADOC-110/test-module/ MJAVADOC-126/ MJAVADOC-126/res1/ MJAVADOC-126/res2/ MJAVADOC-126/test/ MJAVADOC-137/ MJAVADOC-137/test1/ MJAVADOC-137/test2/ MJAVADOC-...

Author: vsiveton
Date: Tue Jul 21 12:54:36 2009
New Revision: 796280

URL: http://svn.apache.org/viewvc?rev=796280&view=rev
Log:
o unify IT groupIds
o added license header
o updated xsds

Modified:
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/test-module/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res1/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res2/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/test/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test1/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test2/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module1/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module2/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/module1/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/application/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-a/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-b/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module1/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module2/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/default/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/docencoding/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/encoding/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-226/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module1/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module2/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,9 +17,10 @@
   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/maven-v4_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>test</groupId>
+
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>maven-javadoc-test</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/test-module/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/test-module/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/test-module/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-110/test-module/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,16 +17,15 @@
   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/maven-v4_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>
-    <groupId>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>maven-javadoc-test</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-  <groupId>test</groupId>
+
   <artifactId>test-module</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,11 +17,10 @@
   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/maven-v4_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>test</groupId>
+
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>parent</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res1/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res1/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res1/pom.xml Tue Jul 21 12:54:36 2009
@@ -1,13 +1,31 @@
-<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">
+<!--
+  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>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-	
+
   <artifactId>res1</artifactId>
   <packaging>jar</packaging>
   <name>Resource jar 1</name>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res2/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res2/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/res2/pom.xml Tue Jul 21 12:54:36 2009
@@ -1,13 +1,31 @@
-<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">
+<!--
+  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>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-	
+
   <artifactId>res2</artifactId>
   <packaging>jar</packaging>
   <name>Resource jar 2</name>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/test/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/test/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/test/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-126/test/pom.xml Tue Jul 21 12:54:36 2009
@@ -1,65 +1,64 @@
 <!--
-	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.
+  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/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-	<parent>
-		<groupId>test</groupId>
-		<artifactId>parent</artifactId>
-		<version>1.0-SNAPSHOT</version>
-	</parent>
-	
-	<artifactId>test</artifactId>
-	<packaging>jar</packaging>
-	<build>
-		<plugins>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<debug>true</debug>
-				</configuration>
-				<executions>
-					<execution>
-						<id>javadoc</id>
-						<phase>package</phase>
-						<goals>
-							<goal>javadoc</goal>
-						</goals>
-						<configuration>
-							<resourcesArtifacts>
-								<resourcesArtifact>
-									<groupId>${project.groupId}</groupId>
-									<artifactId>res1</artifactId>
-									<version>1.0-SNAPSHOT</version>
-								</resourcesArtifact>
-								<resourcesArtifact>
-									<groupId>${project.groupId}</groupId>
-									<artifactId>res2</artifactId>
-									<version>1.0-SNAPSHOT</version>
-								</resourcesArtifact>
-							</resourcesArtifacts>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
+<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.plugins.maven-javadoc-plugin.it</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>org.apache.maven.plugins.maven-javadoc-plugin.it</artifactId>
+  <packaging>jar</packaging>
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <debug>true</debug>
+        </configuration>
+        <executions>
+          <execution>
+            <id>javadoc</id>
+            <phase>package</phase>
+            <goals>
+              <goal>javadoc</goal>
+            </goals>
+            <configuration>
+              <resourcesArtifacts>
+                <resourcesArtifact>
+                  <groupId>${project.groupId}</groupId>
+                  <artifactId>res1</artifactId>
+                  <version>1.0-SNAPSHOT</version>
+                </resourcesArtifact>
+                <resourcesArtifact>
+                  <groupId>${project.groupId}</groupId>
+                  <artifactId>res2</artifactId>
+                  <version>1.0-SNAPSHOT</version>
+                </resourcesArtifact>
+              </resourcesArtifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,9 +17,10 @@
   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/maven-v4_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>com.example</groupId>
+
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>test-parent</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test1/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test1/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test1/pom.xml Tue Jul 21 12:54:36 2009
@@ -1,11 +1,31 @@
-<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">
+<!--
+  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>com.example</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>test-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
+
   <artifactId>test1</artifactId>
   <packaging>jar</packaging>
   <name>test1</name>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test2/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test2/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-137/test2/pom.xml Tue Jul 21 12:54:36 2009
@@ -1,11 +1,31 @@
-<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>
+<!--
+  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>com.example</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>test-parent</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
+
   <artifactId>test2</artifactId>
   <packaging>jar</packaging>
   <name>test2</name>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,8 +17,9 @@
   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/maven-v4_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.maven-javadoc-plugin.it</groupId>
   <artifactId>maven-MJAVADOC-172-test</artifactId>
   <packaging>pom</packaging>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module1/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module1/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module1/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,16 +17,15 @@
   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/maven-v4_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>
     <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>maven-MJAVADOC-172-test</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-  <groupId>test</groupId>
+
   <artifactId>test-module1</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module2/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module2/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-172/test-module2/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,16 +17,15 @@
   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/maven-v4_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>
     <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>maven-MJAVADOC-172-test</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-  <groupId>test</groupId>
+
   <artifactId>test-module2</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/module1/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/module1/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/module1/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,16 +17,15 @@
   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/maven-v4_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>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>MJAVADOC-180</artifactId>
-    <groupId>edu.jhu.library</groupId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>edu.jhu.library</groupId>
   <artifactId>module1</artifactId>
   <name>module1</name>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-180/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,10 +17,10 @@
   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/maven-v4_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>edu.jhu.library</groupId>
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>MJAVADOC-180</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/application/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/application/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/application/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/application/pom.xml Tue Jul 21 12:54:36 2009
@@ -18,7 +18,7 @@
   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/maven-v4_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>
@@ -27,7 +27,6 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>application</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-a/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-a/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-a/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-a/pom.xml Tue Jul 21 12:54:36 2009
@@ -18,7 +18,7 @@
   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/maven-v4_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>
@@ -27,7 +27,6 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>module-a</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-b/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-b/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-b/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/module-b/pom.xml Tue Jul 21 12:54:36 2009
@@ -18,7 +18,7 @@
   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/maven-v4_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>
@@ -27,7 +27,6 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>module-b</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/library/pom.xml Tue Jul 21 12:54:36 2009
@@ -18,7 +18,7 @@
   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/maven-v4_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>
@@ -27,7 +27,6 @@
     <version>1.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>library</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-181/pom.xml Tue Jul 21 12:54:36 2009
@@ -18,7 +18,7 @@
   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/maven-v4_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.maven-javadoc-plugin.it</groupId>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module1/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module1/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module1/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,11 +17,11 @@
   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/maven-v4_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>
-    <groupId>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>testProject</artifactId>
     <version>1.0.0.0-SNAPSHOT</version>
     <relativePath>../</relativePath>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module2/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module2/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/module2/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,11 +17,11 @@
   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/maven-v4_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>
-    <groupId>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>testProject</artifactId>
     <version>1.0.0.0-SNAPSHOT</version>
     <relativePath>../</relativePath>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-194/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,10 +17,10 @@
   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/maven-v4_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>test</groupId>
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>testProject</artifactId>
   <version>1.0.0.0-SNAPSHOT</version>
   <name>Javadoc Test Project</name>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/default/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/default/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/default/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/default/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,13 +17,15 @@
   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/maven-v4_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>
-    <groupId>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>MJAVADOC-206</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
+
   <artifactId>default</artifactId>
   <packaging>jar</packaging>
 

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/docencoding/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/docencoding/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/docencoding/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/docencoding/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,13 +17,15 @@
   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/maven-v4_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>
-    <groupId>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>MJAVADOC-206</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
+
   <artifactId>docencoding</artifactId>
   <packaging>jar</packaging>
 
@@ -36,12 +38,12 @@
 
   <build>
     <plugins>
-    	<plugin>
-    		<artifactId>maven-javadoc-plugin</artifactId>
-    		<configuration>
-    		  <docencoding>UTF-16</docencoding>
-    		</configuration>
-    	</plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <docencoding>UTF-16</docencoding>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
 </project>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/encoding/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/encoding/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/encoding/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/encoding/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,13 +17,15 @@
   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/maven-v4_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>
-    <groupId>test</groupId>
+    <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
     <artifactId>MJAVADOC-206</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
+
   <artifactId>encoding</artifactId>
   <packaging>jar</packaging>
 

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-206/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,9 +17,10 @@
   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/maven-v4_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>test</groupId>
+
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>MJAVADOC-206</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-226/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-226/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-226/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-226/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,10 +17,10 @@
   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/maven-v4_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>test</groupId>
+  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>testProject</artifactId>
   <version>1.0-SNAPSHOT</version>
   <name>Javadoc Test Project</name>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module1/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module1/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module1/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,7 +17,7 @@
   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/maven-v4_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>
@@ -27,7 +27,6 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>linkoffline-test-module1</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module2/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module2/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module2/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/module2/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,7 +17,7 @@
   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/maven-v4_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>
@@ -27,7 +27,6 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
 
-  <groupId>org.apache.maven.plugins.maven-javadoc-plugin.it</groupId>
   <artifactId>linkoffline-test-module2</artifactId>
   <packaging>jar</packaging>
   <version>1.0-SNAPSHOT</version>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/pom.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/MJAVADOC-97/pom.xml Tue Jul 21 12:54:36 2009
@@ -17,7 +17,7 @@
   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/maven-v4_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.maven-javadoc-plugin.it</groupId>

Modified: maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml?rev=796280&r1=796279&r2=796280&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/src/it/settings.xml Tue Jul 21 12:54:36 2009
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<settings>
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
   <profiles>
     <profile>
       <id>it-repo</id>