You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
I need to upload a maven site to my company's github enterprise instance.
My company is behind a proxy, and this proxy is is defined in maven settings.xml.
The problem is, if a proxy is defined in settings.xml, then site-maven-plugin uses it, although it must not when uploading to my company's github enterprise instance.
There should be a way to ignore it. I suggest that if the serverId is defined, and no proxy is found, then no proxy is used. Currently, if the serverId is defined, and no proxy is found, the first active proxy is returned.
I need to upload a maven site to my company's github enterprise instance.
My company is behind a proxy, and this proxy is is defined in maven settings.xml.
The problem is, if a proxy is defined in settings.xml, then site-maven-plugin uses it, although it must not when uploading to my company's github enterprise instance.
There should be a way to ignore it. I suggest that if the serverId is defined, and no proxy is found, then no proxy is used. Currently, if the serverId is defined, and no proxy is found, the first active proxy is returned.