Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
15.2. Offline Repository for a Version
Download the current version Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
To download all the bundles and features for all the profiles in the default version, enter the following console command:
fabric:profile-download-artifacts /tmp/myrepo
fabric:profile-download-artifacts /tmp/myrepo
Download a specific version Link kopierenLink in die Zwischenablage kopiert!
Link kopierenLink in die Zwischenablage kopiert!
You can specify the version to download using the
--version
option, as follows:
fabric:profile-download-artifacts --version 1.0 /tmp/myrepo
fabric:profile-download-artifacts --version 1.0 /tmp/myrepo
If you omit the path the
fabric:profile-download
command installs the files into thesystem
folder inside the current Fuse container (thereby populating the local maven repository for the container).