| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Profile (restriction)
4.0.0
Modifications to the build process which is activated based on environmental parameters or command line arguments.
| Nested Element Summary | |
Activation | activation4.0.0The conditional logic which will automatically trigger the inclusion of this profile. |
BuildBase | build4.0.0Information required to build the project. |
| dependencies3.0.0+ This element describes all of the dependencies associated with a project. |
DependencyManagement | dependencyManagement4.0.0 Default dependency information for projects that inherit from this one. |
DistributionManagement | distributionManagement4.0.0Distribution information for a project that enables deployment of the site and artifacts to remote web servers and repositories respectively. |
xs:string | id4.0.0The identifier of this build profile. |
| modules4.0.0 The modules (sometimes called subprojects) to build as a part of this project. |
| pluginRepositories4.0.0 The lists of the remote repositories for discovering plugins for builds and reports. |
| properties4.0.0 Properties that can be used throughout the POM as a substitution, and are used as filters in resources if enabled. |
Reporting | reporting4.0.0 This element includes the specification of report plugins to use to generate the reports on the Maven-generated site. |
| reports4.0.0 <b>Deprecated</b>. |
| repositories4.0.0The lists of the remote repositories for discovering dependencies and extensions. |
<xs:complexType name="Profile"><xs:all></xs:complexType><xs:element minOccurs="0" name="id" type="xs:string">
</xs:element><xs:element minOccurs="0" name="modules"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="module" type="xs:string"/></xs:sequence><xs:element minOccurs="0" name="repositories"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="pluginRepositories"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="dependencies"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="reports"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence><xs:element minOccurs="0" name="distributionManagement" type="DistributionManagement">
</xs:element><xs:element minOccurs="0" name="properties"></xs:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:any maxOccurs="unbounded" minOccurs="0" processContents="skip"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||