Namespace: |
|
Content: |
complex, 14 elements |
Defined: |
globally in maven-4.0.0.xsd; see XML source |
Includes: |
declarations of 14 elements |
Referenced: |
by 1 location |

XML Representation Summary |
|||
<...> |
|||
|
|||
</...> |
|||
Component |
Type / Value |
Occurs |
Nillable? |
Declared In |
Description |
|
1..1 |
||||||
|
xs:string
|
0..1 |
no |
3.0.0+ This element specifies a directory containing the source of the project. The
generated build system will compile the sources from this directory when the project is
built. The path given is relative to the project descriptor.
The default value is
src/main/java. |
|||
|
xs:string
|
0..1 |
no |
4.0.0+ This element specifies a directory containing the script sources of the
project. This directory is meant to be different from the sourceDirectory, in that its
contents will be copied to the output directory in most cases (since scripts are
interpreted rather than compiled).
The default value is
src/main/scripts. |
|||
|
xs:string
|
0..1 |
no |
4.0.0+ This element specifies a directory containing the unit test source of the
project. The generated build system will compile these directories when the project is
being tested. The path given is relative to the project descriptor.
The default value is
src/test/java. |
|||
|
xs:string
|
0..1 |
no |
4.0.0+ The directory where compiled application classes are placed.
The default value is
target/classes. |
|||
|
xs:string
|
0..1 |
no |
4.0.0+ The directory where compiled test classes are placed.
The default value is
target/test-classes. |
|||
0..1 |
no |
4.0.0+ A set of build extensions to use from this project.
|
||||
|
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. »
|
||||
|
xs:string
|
0..1 |
no |
4.0.0+ The directory where all files generated by the build are placed.
The default value is
target. |
|||
|
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.
|
||||
<build> element contains informations required to build the project.
Default values are defined in Super POM.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. |