-
activeProfiles
java.util.List<java.lang.String> activeProfiles
Field activeProfiles.
-
activeProxy
Proxy activeProxy
-
interactiveMode
boolean interactiveMode
Whether Maven should attempt to interact with
the user for input.
-
localRepository
java.lang.String localRepository
The local repository.
Default value
is: ${user.home}/.m2/repository
-
mirrors
java.util.List<Mirror> mirrors
Field mirrors.
-
modelEncoding
java.lang.String modelEncoding
Field modelEncoding.
-
offline
boolean offline
Indicate whether maven should operate in offline
mode full-time.
-
pluginGroups
java.util.List<java.lang.String> pluginGroups
Field pluginGroups.
-
profileMap
java.util.Map<java.lang.String,Profile> profileMap
-
profiles
java.util.List<Profile> profiles
Field profiles.
-
proxies
java.util.List<Proxy> proxies
Field proxies.
-
servers
java.util.List<Server> servers
Field servers.
-
usePluginRegistry
boolean usePluginRegistry
Whether Maven should use the plugin-registry.xml
file to manage plugin versions.