mirror of https://github.com/apache/maven.git
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:
parent
45ab718bc0
commit
15aef63c4a
|
@ -77,6 +77,7 @@ under the License.
|
|||
<phase>pre-site</phase>
|
||||
<goals>
|
||||
<goal>xdoc</goal>
|
||||
<goal>xsd</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<models>
|
||||
|
|
|
@ -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[
|
||||
|
|
Loading…
Reference in New Issue