Proxy Settings for p2AsMaven
See original GitHub issueI am new to Gradle and I tried to pass the proxy settings as described in the documentation of the class com.diffplug.gradle.p2.AsMavenPlugin via:
p2AsMaven {
group 'myGroup', {
...
p2ant {
addArg('plugincustomization', 'proxies.ini')
}
}
}
However, if I run the build I get the error message:
Could not find method addArg() for arguments [plugincustomization, proxies.ini] on object of type com.diffplug.gradle.p2.AsMavenGroup.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
AsMavenPlugin (goomph 3.10.0 API)
Downloads a set of artifacts from a p2 repository and stuffs them into a local maven repository in the build/p2asmaven folder, then adds...
Read more >How to configure proxy settings in Eclipse? - YouTube
kkjavatutorials #MavenAbout this Video:This video talks about How to enable proxy setting in Maven?
Read more >Maven plugin not using Eclipse's proxy settings - Stack Overflow
I have set the proxy information in my settings.xml file, and on the command line Maven works just fine. I have also set...
Read more >How to Set Proxy for Maven? - Java Helps
This article explains how to set proxy for Maven and update those changes in both IntelliJ IDEA and Eclipse. Set Proxy in settings.xml....
Read more >How to configure client side proxy settings for Eclipse - IBM
How do you configure client side proxy settings in Eclipse to use with IBM Rational Team Concert(RTC)?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for your help!
Weird. This fixed it:
Dunno why we need the
it
, but it works. I’ll update the docs.