[MNG-3224] plugin-metadata XSD has wrong namespace
o specify unique namespace git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@728813 13f79535-47bb-0310-9956-ffa450edef68master
parent
c061da352d
commit
e458ef9898
|
|
@ -66,11 +66,12 @@
|
||||||
</mojos>
|
</mojos>
|
||||||
</pluginMetadata>
|
</pluginMetadata>
|
||||||
-->
|
-->
|
||||||
<model>
|
<model xsd.namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsd.target-namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0">
|
||||||
<id>plugin-metadata</id>
|
<id>plugin-metadata</id>
|
||||||
<name>PluginMetadata</name>
|
<name>PluginMetadata</name>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
Plugin descriptor metadata for using with script-based mojos.
|
Plugin descriptor metadata for using with script-based mojos.
|
||||||
]]></description>
|
]]></description>
|
||||||
<defaults>
|
<defaults>
|
||||||
<default>
|
<default>
|
||||||
|
|
@ -209,7 +210,7 @@
|
||||||
<name>LifecycleExecution</name>
|
<name>LifecycleExecution</name>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
A sub-process execution of a lifecycle to satisfy the needs of a mojo.
|
A sub-process execution of a lifecycle to satisfy the needs of a mojo.
|
||||||
]]></description>
|
]]></description>
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
|
|
@ -239,7 +240,7 @@
|
||||||
<name>Component</name>
|
<name>Component</name>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
A reference to a plexus component, assumed to be available to the plugin container.
|
A reference to a plexus component, assumed to be available to the plugin container.
|
||||||
]]></description>
|
]]></description>
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
|
|
@ -261,7 +262,7 @@
|
||||||
<name>Parameter</name>
|
<name>Parameter</name>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
A parameter used by a mojo, and configurable from the command line or POM configuration sections.
|
A parameter used by a mojo, and configurable from the command line or POM configuration sections.
|
||||||
]]></description>
|
]]></description>
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue