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/03/09 12:21:29 UTC

git commit: [MNG-5595] name field missing in plugin.xml documentation

Repository: maven
Updated Branches:
  refs/heads/master ac8e59ac6 -> fe1cfee6d


[MNG-5595] name field missing in plugin.xml documentation

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

Branch: refs/heads/master
Commit: fe1cfee6d90f848a2551b0abadb49352452723b8
Parents: ac8e59a
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Mar 9 12:21:26 2014 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Mar 9 12:21:26 2014 +0100

----------------------------------------------------------------------
 maven-plugin-api/src/main/mdo/plugin.mdo | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/fe1cfee6/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 fd7e0c4..de5f7d1 100644
--- a/maven-plugin-api/src/main/mdo/plugin.mdo
+++ b/maven-plugin-api/src/main/mdo/plugin.mdo
@@ -44,6 +44,12 @@ under the License.
       <!-- see o.a.m.plugin.descriptor.PluginDescriptor -->
       <fields>
         <field>
+          <name>name</name>
+          <version>1.0.0</version>
+          <description>Name of the plugin.</description>
+          <type>String</type>
+        </field>
+        <field>
           <name>description</name>
           <version>1.0.0</version>
           <description>Description of the plugin.</description>