You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2024. It is now read-only.
A separated bundle should be implemented that automatically loads all dependencies for a given repository that uses maven or gradle as build tool.
For maven, the command "mvn dependency:copy-dependencies" can be used if the project has no internal dependencies between modules. Otherwise, "mvn clean install" has to be executed before "mvn dependency:copy-dependencies" (see https://maven.apache.org/plugins/maven-dependency-plugin/copy-dependencies-mojo.html for documentation and configuration options of this command).
Gradle has still to be examined.