-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oga-maven-plugin not working over internet proxy nor can it use local files #54
Comments
How about ?
|
Also, could you please run the maven goal with the |
Thanks for a quick reply! Below is the result of executing My proxy-related environmental variables are set up the following way:
|
I can help as I do it for Jeremy Long Dependency check Gradle plugin.
I have infrastructure where I can test proxy with basic authentication |
This would be amazing! Thx! |
Using Wagon? |
I have no opinion on this. If you think Wagon is better, this is ok for me. |
In fact, Wagon provides an unified API to upload and download files. So, it's for me the best way to do it if you don't use IOTools.kt in you Gradle plugin |
I put in my
pom.xml
:When I execute:
mvn biz.lermitage.oga:oga-maven-plugin:check
I get:
I have other Maven plugins (e.g.
org.owasp / dependency-check-maven
) which do manage to download their stuff.(I'm on Windows + Java 8 and I have environmental variables
https_proxy
andhttp_proxy
properly set up.)I thought I could have a workaround - download these
.json
files locally and point to them:...but the result is exactly the same.
The text was updated successfully, but these errors were encountered: