From 19247f363bee07d1afc6f8902f4083fd890fc47a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sun, 9 Mar 2014 13:36:19 +0100 Subject: [PATCH] removed XSD generation since it is not published --- maven-plugin-api/pom.xml | 10 +++++++--- maven-plugin-api/src/main/mdo/plugin.mdo | 8 +++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml index 3a4c1044d4..10c338b454 100644 --- a/maven-plugin-api/pom.xml +++ b/maven-plugin-api/pom.xml @@ -73,10 +73,14 @@ under the License. - site-docs + plugin-site-doc + pre-site + + xdoc + - - src/main/mdo/plugin.mdo + + 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 21fbe8a357..83bf3bf3c8 100644 --- a/maven-plugin-api/src/main/mdo/plugin.mdo +++ b/maven-plugin-api/src/main/mdo/plugin.mdo @@ -18,17 +18,15 @@ under the License. --> + xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"> plugin PluginDescriptor META-INF/maven/plugin.xml in a plugin's jar artifact. This descriptor is generally generated from plugin sources, using maven-plugin-plugin. - Notice: 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. +

Notice: 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.

]]>