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 2014/05/24 23:08:27 UTC

git commit: Revert "MNG-5624: Maven API Plugin descriptor xsd does not exist at advertised location"

Repository: maven
Updated Branches:
  refs/heads/master 7091b5828 -> 3729324a1


Revert "MNG-5624: Maven API Plugin descriptor xsd does not exist at advertised location"

This reverts commit 15aef63c4a57a4fc656baa1f4a168e1eed233159.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/3729324a
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/3729324a
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/3729324a

Branch: refs/heads/master
Commit: 3729324a13424c553ad3d143dfde771a35c5b53b
Parents: 7091b58
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat May 24 23:07:07 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat May 24 23:07:07 2014 +0200

----------------------------------------------------------------------
 maven-plugin-api/pom.xml                 | 1 -
 maven-plugin-api/src/main/mdo/plugin.mdo | 4 +---
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/3729324a/maven-plugin-api/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
index 9e5d177..10c338b 100644
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
@@ -77,7 +77,6 @@ under the License.
             <phase>pre-site</phase>
             <goals>
               <goal>xdoc</goal>
-              <goal>xsd</goal>
             </goals>
             <configuration>
               <models>

http://git-wip-us.apache.org/repos/asf/maven/blob/3729324a/maven-plugin-api/src/main/mdo/plugin.mdo
----------------------------------------------------------------------
diff --git a/maven-plugin-api/src/main/mdo/plugin.mdo b/maven-plugin-api/src/main/mdo/plugin.mdo
index 4b9d3b3..83bf3bf 100644
--- a/maven-plugin-api/src/main/mdo/plugin.mdo
+++ b/maven-plugin-api/src/main/mdo/plugin.mdo
@@ -18,9 +18,7 @@ under the License.
 -->
 
 <model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"
-  xml.namespace="http://maven.apache.org/PLUGIN/${version}"
-  xml.schemaLocation="http://maven.apache.org/xsd/lifecycle-${version}.xsd">
+  xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd">
   <id>plugin</id>
   <name>PluginDescriptor</name>
   <description><![CDATA[