reficio / p2-maven-plugin

Maven3 plugin that automates the third-party dependency management for Eclipse RCP
http://reficio.org
230 stars 97 forks source link

Proposal for a new goal: create-local-mirror #148

Open sparsick opened 4 years ago

sparsick commented 4 years ago

When you have a bad internet connection, then it would be nice to have a mirror of your p2 repositories that are defined in your target platform.

Eclipse provides two applications for mirroring P2 repository locally (see documentation ) and an ant task.

The idea is that this new goal wraps the oblong shell commands of these Eclipse applications.