Revert "MNG-5624: Maven API Plugin descriptor xsd does not exist at advertised location"

This reverts commit 15aef63c4a.
This commit is contained in:
Hervé Boutemy 2014-05-24 23:07:07 +02:00
parent 7091b58285
commit 3729324a13
2 changed files with 1 additions and 4 deletions

View File

@ -77,7 +77,6 @@ under the License.
<phase>pre-site</phase> <phase>pre-site</phase>
<goals> <goals>
<goal>xdoc</goal> <goal>xdoc</goal>
<goal>xsd</goal>
</goals> </goals>
<configuration> <configuration>
<models> <models>

View File

@ -18,9 +18,7 @@ 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/lifecycle-${version}.xsd">
<id>plugin</id> <id>plugin</id>
<name>PluginDescriptor</name> <name>PluginDescriptor</name>
<description><![CDATA[ <description><![CDATA[