Namespace: |
|
Content: |
complex, 4 elements |
Defined: |
globally in maven-4.0.0.xsd; see XML source |
Includes: |
definitions of 4 elements |
Used: |
at 1 location |
XML Representation Summary |
|||
<...> |
|||
|
|||
</...> |
<parent>
element contains information required to locate the parent project from which
this project will inherit from.
Note: The children of this element are not interpolated and must be given as literal values.
</xs:complexType>
|
Type: |
xs:string, predefined, simple content |
|
Type: |
xs:string, predefined, simple content |
|
Type: |
xs:string, predefined, simple content |
pom.xml
file within the check out.
If not specified, it defaults to ../pom.xml
.
Maven looks for the parent POM first in this location on
the filesystem, then the local repository, and lastly in the remote repo.
relativePath
allows you to select a different location,
for example when your structure is flat, or deeper without an intermediate parent POM.
However, the group ID, artifact ID and version are still required,
and must match the file in the location given or it will revert to the repository for the POM.
This feature is only for enhancing the development in a local checkout of that project.
Set the value to an empty string in case you want to disable the feature and always resolve
the parent POM from the repositories.
|
Default: |
"../pom.xml" |
Type: |
xs:string, predefined, simple content |
|
XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit. |