This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 72315bfe32cf6ff7eef0b71060dfed4945228ccb Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Apr 18 22:16:28 2019 +0200 [MNG-6639] XSD for Apache Maven 3.6.0 --- content/resources/xsd/maven-4.0.0.xsd | 48 ++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/content/resources/xsd/maven-4.0.0.xsd b/content/resources/xsd/maven-4.0.0.xsd index 20dfb94..db213e4 100644 --- a/content/resources/xsd/maven-4.0.0.xsd +++ b/content/resources/xsd/maven-4.0.0.xsd @@ -105,7 +105,8 @@ <xs:documentation source="description"> The URL to the project's homepage. - <br><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or <code>project.directory</code> property) + <br><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or <code>project.directory</code> property), or just parent value if + <code>child.urls.inherit.append.path="false"</code> </xs:documentation> </xs:annotation> @@ -343,6 +344,19 @@ </xs:complexType> </xs:element> </xs:all> + <xs:attribute name="child.inherit.append.path" type="xs:string" use="optional"> + <xs:annotation> + <xs:documentation source="version">4.0.0+</xs:documentation> + <xs:documentation source="description"> + + When childs inherit from urls, append path or not?. Note: While the type + of this field is <code>String</code> for technical reasons, the semantic type is actually + <code>Boolean</code> + <br /><b>Default value is</b>: <code>true</code> + + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> <xs:complexType name="License"> <xs:annotation> @@ -541,12 +555,26 @@ <xs:documentation source="description"> The URL to the project's browsable SCM repository, such as ViewVC or Fisheye. - <br><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or <code>project.directory</code> property) + <br><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or <code>project.directory</code> property), or just parent value if + <code>child.urls.inherit.append.path="false"</code> </xs:documentation> </xs:annotation> </xs:element> </xs:all> + <xs:attribute name="child.inherit.append.path" type="xs:string" use="optional"> + <xs:annotation> + <xs:documentation source="version">4.0.0+</xs:documentation> + <xs:documentation source="description"> + + When childs inherit from urls, append path or not?. Note: While the type + of this field is <code>String</code> for technical reasons, the semantic type is actually + <code>Boolean</code> + <br /><b>Default value is</b>: <code>true</code> + + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> <xs:complexType name="IssueManagement"> <xs:annotation> @@ -1318,12 +1346,26 @@ <xs:documentation source="description"> The url of the location where website is deployed, in the form <code>protocol://hostname/path</code>. - <br><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or <code>project.directory</code> property) + <br><b>Default value is</b>: parent value [+ path adjustment] + (artifactId or <code>project.directory</code> property), or just parent value if + <code>child.urls.inherit.append.path="false"</code> </xs:documentation> </xs:annotation> </xs:element> </xs:all> + <xs:attribute name="child.inherit.append.path" type="xs:string" use="optional"> + <xs:annotation> + <xs:documentation source="version">4.0.0+</xs:documentation> + <xs:documentation source="description"> + + When childs inherit from urls, append path or not?. Note: While the type + of this field is <code>String</code> for technical reasons, the semantic type is actually + <code>Boolean</code> + <br /><b>Default value is</b>: <code>true</code> + + </xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> <xs:complexType name="Reporting"> <xs:annotation>