11.5.7 Creating a repository of all dependencies
This creates a Maven-style repository containing all dependencies from the runtime classloader definitions. This is used by the binary distribution build script.
./tools/artifacter/target/artifacter-dev -c -s <source-repo> -d <dest-repo>
The <source-repo> is typically ~/.maven/repository
The <dest-repo> is typically a new empty directory.
Previous