removed XSD generation since it is not published

This commit is contained in:
Hervé Boutemy 2014-03-09 13:36:19 +01:00
parent c37a20ff63
commit 19247f363b
2 changed files with 10 additions and 8 deletions

View File

@ -73,10 +73,14 @@ under the License.
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>site-docs</id> <id>plugin-site-doc</id>
<phase>pre-site</phase>
<goals>
<goal>xdoc</goal>
</goals>
<configuration> <configuration>
<models combine.children="append"> <models>
<model>src/main/mdo/plugin.mdo</model><!-- plugin.mdo is only for documentation, not used for code generation --> <model>src/main/mdo/plugin.mdo</model>
</models> </models>
</configuration> </configuration>
</execution> </execution>

View File

@ -18,17 +18,15 @@ under the License.
--> -->
<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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" 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/plugin-${version}.xsd">
<id>plugin</id> <id>plugin</id>
<name>PluginDescriptor</name> <name>PluginDescriptor</name>
<description><![CDATA[ <description><![CDATA[
Plugin descriptor, stored in <code>META-INF/maven/plugin.xml</code> in a plugin's jar artifact. Plugin descriptor, stored in <code>META-INF/maven/plugin.xml</code> in a plugin's jar artifact.
This descriptor is generally generated from plugin sources, using This descriptor is generally generated from plugin sources, using
<a href="/plugins/maven-plugin-plugin/">maven-plugin-plugin</a>. <a href="/plugins/maven-plugin-plugin/">maven-plugin-plugin</a>.
<i>Notice:</i> this documentation is generated from a Modello model but the code executed is not generated <p><i>Notice:</i> this documentation is generated from a Modello model but the code executed is not generated
from this descriptor. Please report if you find anything wrong. from this descriptor. Please report if you find anything wrong.</p>
]]></description> ]]></description>
<defaults> <defaults>
<default> <default>