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

Build has been fixed, but the separate executions appear required. When one execution is used and the XSD is generated the Java source generation breaks.
This commit is contained in:
Jason van Zyl 2014-05-07 06:10:40 -07:00
parent 45ab718bc0
commit 15aef63c4a
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -18,7 +18,9 @@ under the License.
-->
<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>
<name>PluginDescriptor</name>
<description><![CDATA[