| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/SETTINGS/1.0.0}Settings (restriction)
1.0.0
Root element of the user configuration file.
| Nested Element Summary | |
| activeProfiles1.0.0 List of manually-activated build profiles, specified in the order in which they should be applied. |
xs:boolean | interactiveMode1.0.0 Whether Maven should attempt to interact with the user for input. |
xs:string | localRepository1.0.0 The local repository. |
| mirrors1.0.0 Configuration of download mirrors for repositories. |
xs:boolean | offline1.0.0 Indicate whether maven should operate in offline mode full-time. |
| pluginGroups1.0.0 List of groupIds to search for a plugin when that plugin groupId is not explicitly provided. |
| profiles1.0.0 Configuration of build profiles for adjusting the build according to environmental parameters. |
| proxies1.0.0 Configuration for different proxy profiles. |
| servers1.0.0 Configuration of server-specific settings, mainly authentication method. |
xs:boolean | usePluginRegistry1.0.0 Whether Maven should use the plugin-registry.xml file to manage plugin versions. |
<xs:complexType name="Settings"><xs:all></xs:complexType><xs:element minOccurs="0" name="localRepository" type="xs:string">
</xs:element><xs:element default="true" minOccurs="0" name="interactiveMode" type="xs:boolean">
</xs:element><xs:element default="false" minOccurs="0" name="usePluginRegistry" type="xs:boolean">
</xs:element><xs:element default="false" minOccurs="0" name="offline" type="xs:boolean">
</xs:element><xs:element minOccurs="0" name="proxies"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="servers"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="mirrors"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="profiles"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element minOccurs="0" name="activeProfiles"><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="activeProfile" type="xs:string"/></xs:sequence><xs:element minOccurs="0" name="pluginGroups"></xs:all><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="pluginGroup" type="xs:string"/></xs:sequence>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||