FlexDoc/XML XSDDoc Demo
XML Schema for Maven POM 4.0.0


complexType "Site"
Namespace:
Content:
complex, 1 attribute, 3 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
declarations of 1 attribute, 3 elements
Referenced:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:string
   
>
   
Content: 
id? × name? × url?
</...>
Attributes:
Attribute
Type / Value
Default
Required?
Declared In
Description
child.site.url.inherit.append.path
xs:string
no
4.0.0+ When children inherit from distribution management site url, append path or not? Note: While the type of this field is String for technical reasons, the semantic type is actually Boolean
Default value is: true
Since: Maven 3.6.1
Content Element Model:
Component
Type / Value
Occurs
Nillable?
Declared In
Description
1..1
 id
xs:string
0..1
no
4.0.0+ A unique identifier for a deployment location. This is used to match the site to configuration in the settings.xml file, for example.
 name
xs:string
0..1
no
4.0.0+ Human readable name of the deployment location.
 url
xs:string
0..1
no
4.0.0+ The url of the location where website is deployed, in the form protocol://hostname/path.
Default value is: parent value [+ path adjustment] + (artifactId or project.directory property), or just parent value if site's child.site.url.inherit.append.path="false"
Description
version:
4.0.0+
description:
Contains the information needed for deploying websites.
Related Components
Referenced By


XML schema documentation generated with FlexDoc/XML 1.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.