0

How can you easily disable the tycho extension if it is not needed (eg at versions:update-parent)?

I have a few dozen eclipse-plugin projects and resolve the target platform slows down the process unbearable.

A_Di-Matteo
  • 26,902
  • 7
  • 94
  • 128
Nachtgold
  • 539
  • 1
  • 6
  • 27

1 Answers1

0

"passing he argument "-Dtycho.mode=maven" disables tycho resolution."

http://dev.eclipse.org/mhonarc/lists/tycho-user/msg04864.html

Nachtgold
  • 539
  • 1
  • 6
  • 27