p

proxy-settings-maven-plugin

This plugin read the environment variable http.proxyUser and http.proxyPassword, and if are found it set the PasswordAuthentication as default authentication for the JVM. It is needed in case there is a proxy using basic authentication
https://github.com/scapy/proxy-settings-maven-plugin
MIT License
Giovanni Scapellato
Files download
File Operation
proxy-settings-maven-plugin-1.0.0.jar download
proxy-settings-maven-plugin-1.0.0.pom download
proxy-settings-maven-plugin-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.scapy</groupId>
  <artifactId>proxy-settings-maven-plugin</artifactId>
  <version>1.0.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.scapy:proxy-settings-maven-plugin:1.0.0'
Gradle Kotlin
implementation("io.github.scapy:proxy-settings-maven-plugin:1.0.0")
Scala SBT
libraryDependencies += "io.github.scapy" % "proxy-settings-maven-plugin" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.scapy', module='proxy-settings-maven-plugin', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.scapy" name="proxy-settings-maven-plugin" rev="1.0.0" />
Leiningen
[io.github.scapy/proxy-settings-maven-plugin "1.0.0"]
Apache Buildr
'io.github.scapy:proxy-settings-maven-plugin:jar:1.0.0'