= maven:http-proxy == Description Manage HTTP proxy configuration for Maven remote repositories == Syntax maven:http-proxy [options] [hostPort] == Arguments |=== |Name |Description | hostPort | host:port of HTTP proxy |=== == Options |=== |Name |Description |-p, --password |Password for remote repository (may be encrypted, see "maven:password -ep") |-f, --force |Do not ask for confirmation |-id |Identifier of HTTP proxy |--change |Changes HTTP proxy configuration in Maven settings |-n, --non-proxy-hosts |Non-proxied hosts (in the format '192.168.*|localhost|...') |--remove |Removes HTTP proxy configuration from Maven settings |--add |Adds HTTP proxy configuration to Maven settings |-u, --username |Username for remote repository |--help |Display this help message |-x, --show-passwords |Do not hide passwords related to Maven encryption |===