Running mvn commands can take a long time as Tycho fetches indices of all p2 update sites.
This can be skipped by running maven offline using mvn -o. Then the cache will be used causing the mvn command to run much faster.
The cache has to be primed before offline switch can be used.
Running mvn commands can take a long time as Tycho fetches indices of all p2 update sites. This can be skipped by running maven offline using
mvn -o
. Then the cache will be used causing the mvn command to run much faster.The cache has to be primed before offline switch can be used.
Document offline switch in generated README.