3D-e-Chem / tycho-knime-node-archetype

Maven archetype for Knime node extension
Apache License 2.0
5 stars 2 forks source link

Use maven offline switch #7

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago

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.