mirror of https://github.com/apache/maven.git
[MNG-5595] name field missing in plugin.xml documentation
This commit is contained in:
parent
ac8e59ac60
commit
fe1cfee6d9
|
@ -43,6 +43,12 @@ under the License.
|
|||
<description><![CDATA[Root element of the <code>plugin.xml</code> file.]]></description>
|
||||
<!-- 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>
|
||||
|
|
Loading…
Reference in New Issue