http://maven.apache.org/POM/4.0.0
complexType Build

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Build (restriction)

Documentation
3.0.0+
Properties
This component is not nillable.

Model
<...>
(sourceDirectory? ; scriptSourceDirectory? ; testSourceDirectory? ; outputDirectory? ; testOutputDirectory? ; extensions ; defaultGoal? ; resources ; testResources ; directory? ; finalName? ; filters ; pluginManagement? ; plugins)
</...>


Nested Element Summary
xs:stringdefaultGoal
          3.0.0+ The default goal (or phase in Maven 2) to execute when none is specified for the project.  
xs:stringdirectory
          4.0.0 The directory where all files generated by the build are placed.  
 extensions
          4.0.0A set of build extensions to use from this project. 
 filters
          4.0.0 The list of filter properties files that are used when filtering is enabled.  
xs:stringfinalName
          4.0.0 The filename (excluding the extension, and with no path information) that the produced artifact will be called. 
xs:stringoutputDirectory
          4.0.0 The directory where compiled application classes are placed.  
PluginManagementpluginManagement
          4.0.0 Default plugin information to be made available for reference by projects derived from this one. 
 plugins
          4.0.0 The list of plugins to use.  
 resources
          3.0.0+ This element describes all of the classpath resources such as properties files associated with a project. 
xs:stringscriptSourceDirectory
          4.0.0 This element specifies a directory containing the script sources of the project. 
xs:stringsourceDirectory
          3.0.0+ This element specifies a directory containing the source of the project. 
xs:stringtestOutputDirectory
          4.0.0 The directory where compiled test classes are placed.  
 testResources
          4.0.0 This element describes all of the classpath resources such as properties files associated with a project's unit tests.  
xs:stringtestSourceDirectory
          4.0.0 This element specifies a directory containing the unit test source of the project. 
Source
<xs:complexType name="Build">
<xs:all>
<xs:element minOccurs="0" name="sourceDirectory" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="scriptSourceDirectory" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="testSourceDirectory" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="outputDirectory" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="testOutputDirectory" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="extensions">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="extension" type="Extension"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="defaultGoal" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="resources">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="resource" type="Resource"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="testResources">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="testResource" type="Resource"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="directory" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="finalName" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="filters">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="filter" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="pluginManagement" type="PluginManagement">
</xs:element>
<xs:element minOccurs="0" name="plugins">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="plugin" type="Plugin"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.