-
Notifications
You must be signed in to change notification settings - Fork 5
Description
`
C:\Users\hakim>git clone https://github.com/SANSA-Stack/SANSA-Template-Maven-Spark.git
Cloning into 'SANSA-Template-Maven-Spark'...
remote: Enumerating objects: 3, done.
remote: Counting objects: 100% (3/3), done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 150 (delta 0), reused 0 (delta 0), pack-reused 147
Receiving objects: 100% (150/150), 40.01 KiB | 379.00 KiB/s, done.
Resolving deltas: 100% (56/56), done.
C:\Users\hakim>cd SANSA-Template-Maven-Spark
C:\Users\hakim\SANSA-Template-Maven-Spark>mvn clean package
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< net.sansa-stack:SANSA-Template-Maven-Spark >-------------
[INFO] Building SANSA-Template-Maven-Spark 0.7.2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 6.8 kB/s)
[WARNING] The POM for com.ibm.sparktc.sparkbench:sparkbench:jar:2.3.0_0.4.0 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.489 s
[INFO] Finished at: 2020-12-06T15:56:37+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project SANSA-Template-Maven-Spark: Could not resolve dependencies for project net.sansa-stack:SANSA-Template-Maven-Spark:jar:0.7.2-SNAPSHOT: Failure to find com.ibm.sparktc.sparkbench:sparkbench:jar:2.3.0_0.4.0 in https://oss.sonatype.org/content/repositories/snapshots/ was cached in the local repository, resolution will not be reattempted until the update interval of oss-sonatype has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
C:\Users\hakim\SANSA-Template-Maven-Spark>`