Skip to content
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

Handle proxy settings and maven mirrors #71

Open
Tcharl opened this issue Sep 27, 2017 · 2 comments
Open

Handle proxy settings and maven mirrors #71

Tcharl opened this issue Sep 27, 2017 · 2 comments

Comments

@Tcharl
Copy link

Tcharl commented Sep 27, 2017

Hi,

I tried your tpd generator with tycho-eclipserun-plugin.
I'm behind a proxy and using an arm, unfortunately, it seems that your plugin do not handle that configuration at all.

Could it be aware of settings.xml configuration while resolving the generative target platform?

@pdulth
Copy link

pdulth commented Oct 23, 2018

Hi,
We had the same issue, and the fix below add this feature.
pdulth@8f10168

It is a commit for the legacy targetplatform-dsl, not the eclipse-cbi one, but i think you shall quite easily upgrade it to the new eclipse-cbi targetplatform-dsl.

Regards,

@microwan
Copy link

microwan commented Jan 17, 2019

Hello ,

it is not the settings.xml of maven
you should add in your pom.xml a file creation org.eclipse.core.net.prefs (example below)

It is working perfectly ;-)

pom.txt

Best regards

              Erwan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants