eclipse-cbi / targetplatform-dsl

Target Platform Definition DSL and Generator
Eclipse Public License 2.0
76 stars 38 forks source link

Handle proxy settings and maven mirrors #71

Open Tcharl opened 7 years ago

Tcharl commented 7 years ago

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 commented 6 years ago

Hi, We had the same issue, and the fix below add this feature. https://github.com/pdulth/fr.obeo.releng.targetplatform/commit/8f10168ef257660d33a9c8b689a8150bce20776b

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 commented 5 years ago

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