Closed yoannkubera closed 6 years ago
Note : Maven runs behind a corporate proxy, which seems to be correctly configured since it manages to download from other sources than bedatadriven.
The issue seems to come from the repository
tag declared in the file similar2logo-lib/pom.xml
. Removing it seems to solve the issue. Yet it needed strangely a few more runs of mvn install
to completely download the dependencies.
The 7th run did not have maven missing dependencies error, but the javadoc target fails because of dependencies.
Issue solved with commit https://github.com/gildasmorvan/similar2logo/commit/e7701157e4692e18bdd9921b72216a5b43a6f114. Closing the issue
There seems to be an issue with the Spark maven dependency of the project. Each download attempt from the "https://nexus.bedatadriven.com/content/groups/public/" repository fails with a timeout error.
Though maven automatically switches to the standard maven repository after the timeout, it slows down the building process of the whole. Especially since there are more than just one package to download from that repository.
Moreover, the download from central does not proceed well, since the checksums of the downloaded packages fails systematically.
Context : Execution of the
mvn install
commandEnvironment : (Result of the
mvn --version
command) Apache Maven 2.2.1 (rdebian-14) Java version: 1.8.0_171 Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux" version: "4.4.0-134-generic" arch: "amd64" Family: "unix"Trace of the depencendies management process:
Execution of the process aborted here with a CTRL + C