added xsd and updated deprecated attribute
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1164735 13f79535-47bb-0310-9956-ffa450edef68master
parent
0de9ffa666
commit
e4747a5ccf
|
|
@ -66,8 +66,10 @@
|
||||||
</mojos>
|
</mojos>
|
||||||
</pluginMetadata>
|
</pluginMetadata>
|
||||||
-->
|
-->
|
||||||
<model xsd.namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsd.target-namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0">
|
xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"
|
||||||
|
xsd.namespace="http://maven.apache.org/PLUGIN-METADATA/1.0.0"
|
||||||
|
xsd.targetNamespace="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[
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue