FlexDoc/XML XSDDoc Demo
XML Schema for Maven POM 4.0.0


complexType "BuildBase"
Namespace:
Content:
complex, 8 elements
Defined:
globally in maven-4.0.0.xsd; see XML source
Includes:
declarations of 8 elements
Referenced:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Element Model:
Component
Type / Value
Occurs
Nillable?
Declared In
Description
1..1
 defaultGoal
xs:string
0..1
no
3.0.0+ The default goal (or phase in Maven 2) to execute when none is specified for the project. Note that in case of a multi-module build, only the default goal of the top-level project is relevant, i.e. the default goals of child modules are ignored. Since Maven 3, multiple goals/phases can be separated by whitespace.
0..1
no
3.0.0+ This element describes all of the classpath resources such as properties files associated with a project. »
0..1
no
4.0.0+ This element describes all of the classpath resources such as properties files associated with a project's unit tests. »
 directory
xs:string
0..1
no
4.0.0+ The directory where all files generated by the build are placed. The default value is target.
 finalName
xs:string
0..1
no
4.0.0+ The filename (excluding the extension, and with no path information) that the produced artifact will be called. The default value is ${artifactId}-${version}.
0..1
no
4.0.0+ The list of filter properties files that are used when filtering is enabled.
0..1
no
4.0.0+ Default plugin information to be made available for reference by projects derived from this one. »
0..1
no
4.0.0+ The list of plugins to use.
Description
version:
3.0.0+
description:
Generic informations for a build.
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.