You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/20 21:23:13 UTC

svn commit: r1340807 - in /maven/plugin-tools/trunk/maven-plugin-plugin/src/it: annotation-with-inheritance-from-deps/ annotation-with-inheritance-reactor/ annotation-with-inheritance-reactor/module-abstract-mojo/ annotation-with-inheritance-reactor/mo...

Author: hboutemy
Date: Sun May 20 19:23:12 2012
New Revision: 1340807

URL: http://svn.apache.org/viewvc?rev=1340807&view=rev
Log:
added pom xsd reference

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-package/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/mplugin-187/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report/pom.xml
    maven/plugin-tools/trunk/maven-plugin-plugin/src/it/skip/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-from-deps/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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.annotation-with-inheritance-from-deps</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-abstract-mojo/pom.xml Sun May 20 19:23:12 2012
@@ -19,14 +19,14 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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.annotation-with-inheritance-reactor</groupId>
     <artifactId>annotation-with-inheritance-reactor</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-  <artifactId>module-abstract-mojo</artifactId>
-
 
+  <artifactId>module-abstract-mojo</artifactId>
 </project>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/module-mojo/pom.xml Sun May 20 19:23:12 2012
@@ -19,15 +19,18 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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.annotation-with-inheritance-reactor</groupId>
     <artifactId>annotation-with-inheritance-reactor</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
-  <packaging>maven-plugin</packaging>
+
   <artifactId>module-mojo</artifactId>
+  <packaging>maven-plugin</packaging>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven.its.annotation-with-inheritance-reactor</groupId>
@@ -35,6 +38,7 @@ under the License.
       <version>${project.version}</version>
     </dependency>
   </dependencies>
+
   <build>
     <plugins>
       <plugin>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance-reactor/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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.annotation-with-inheritance-reactor</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/annotation-with-inheritance/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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.annotation-with-inheritance</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-basic/pom.xml Sun May 20 19:23:12 2012
@@ -21,11 +21,13 @@
 
 <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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
+
   <groupId>org.apache.maven.ant.it</groupId>
   <artifactId>maven-ant-it-basic</artifactId>
-  <name>Basic Ant-Mojo Integration Test</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
+
+  <name>Basic Ant-Mojo Integration Test</name>
   <description>Tests the simplest case of using an Ant script to drive a mojo.</description>
 
   <properties>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-reference-parameter/pom.xml Sun May 20 19:23:12 2012
@@ -21,11 +21,13 @@
 
 <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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
+
   <groupId>org.apache.maven.ant.it</groupId>
   <artifactId>maven-ant-it-referenceParameter</artifactId>
-  <name>Ant-Mojo Integration Test with non-String parameter</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
+
+  <name>Ant-Mojo Integration Test with non-String parameter</name>
   <description>Tests using an Ant script to drive a mojo where a parameter is not a String type.</description>
   
   <dependencies>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/ant-simple-usage/pom.xml Sun May 20 19:23:12 2012
@@ -21,11 +21,13 @@
 
 <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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
+
   <groupId>org.apache.maven.ant.it</groupId>
   <artifactId>simpleUsage-root</artifactId>
-  <name>Simple-Usage Ant-Mojo Integration Test - Root</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
+
+  <name>Simple-Usage Ant-Mojo Integration Test - Root</name>
   <description>Tests the simplest case of using an Ant script to drive a mojo.</description>
 
   <dependencyManagement>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/beanshell-simple/pom.xml Sun May 20 19:23:12 2012
@@ -21,12 +21,14 @@
 
 <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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
+
   <groupId>org.apache.maven.beanshell.it</groupId>
   <artifactId>maven-beanshell-it-basic</artifactId>
-  <name>Basic Beanshell-Mojo Integration Test</name>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
+  <name>Basic Beanshell-Mojo Integration Test</name>
+
   <properties>
     <pluginPluginVersion>@project.version@</pluginPluginVersion><!--  -->
   </properties>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-basic/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.plugin</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-package/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-package/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-package/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/help-package/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.plugin</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic-annotations/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.basic-java-annotations</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/java-basic/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.it0013</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/mplugin-187/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/mplugin-187/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/mplugin-187/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/mplugin-187/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.plugins.plugin.its</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-info-jdk-default-version/pom.xml Sun May 20 19:23:12 2012
@@ -1,14 +1,37 @@
 <?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</groupId>
   <artifactId>jdk-default-version</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -16,6 +39,7 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
+
   <build>
     <pluginManagement>
       <plugins>
@@ -43,6 +67,7 @@
       </plugins>
     </pluginManagement>
   </build>
+
   <reporting>
     <plugins>
       <plugin>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report-annotations/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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</groupId>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/plugin-report/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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>

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/src/it/skip/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/src/it/skip/pom.xml?rev=1340807&r1=1340806&r2=1340807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/src/it/skip/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/src/it/skip/pom.xml Sun May 20 19:23:12 2012
@@ -19,7 +19,7 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<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 ../../../../maven-site/target/site/maven-v4_0_0.xsd ">
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.apache.maven.its.it0013</groupId>