Build Time Error on mvn dependency:go-offline #21275
-
DescriptionI wanted to download all dependencies to build dbeaver on a machine without internet. However, downloading all dependencies with jdk 17 and maven 3.9.4 with Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.6.0:go-offline (default-cli) DBeaver Version23.2.0 Operating SystemMacOS 13.5.2 Database and driverNo response Steps to reproduce
Additional contextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, to resolve issue, you can try to download all require dependency on your local mashine manually (dependency specified in root pom.xml) next retarget pom.xml to your local pathes or preinstall dependency to your local m2-repository. |
Beta Was this translation helpful? Give feedback.
Hi, to resolve issue, you can try to download all require dependency on your local mashine manually (dependency specified in root pom.xml) next retarget pom.xml to your local pathes or preinstall dependency to your local m2-repository.