Closed william-vw closed 5 years ago
Hi @william-vw ,
thanks a lot for the issue. In order to test it (even though my .m2/ folder wasn't empty) I did clone it and try mvn -U install
and I get :
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:39 min
[INFO] Finished at: 2019-06-06T11:05:20+02:00
[INFO] ------------------------------------------------------------------------
After that, I did mvn clean package
and the result is as following:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:07 min
[INFO] Finished at: 2019-06-06T11:07:10+02:00
[INFO] ------------------------------------------------------------------------
Could you please, do mvn -U install
first and see if that resolve the issue? If not then we have to double check it what is causing this security issue at your end.
Best regards,
Hi @GezimSejdiu,
Regrettably it still fails with the same validator exception..
Hi, I have same error too.
[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.6.0: The following artifacts could not be resolved: com.ibm.sparktc.sparkbench:sparkbench:jar:2.3.0_0.4.0, org.netbeans.modules:org-netbeans-modules-masterfs:jar:RELEASE82, org.netbeans.modules:org-netbeans-core-startup-base:jar:RELEASE82, org.netbeans.modules:org-netbeans-core:jar:RELEASE82, org.netbeans.api:org-openide-util-lookup:jar:RELEASE82, org.netbeans.api:org-openide-util:jar:RELEASE82, org.netbeans.api:org-openide-filesystems:jar:RELEASE82, org.netbeans.api:org-openide-util-ui:jar:RELEASE82, org.netbeans.api:org-openide-dialogs:jar:RELEASE82, org.netbeans.api:org-openide-nodes:jar:RELEASE82, org.netbeans.api:org-netbeans-api-annotations-common:jar:RELEASE82, net.java.dev:stax-utils:jar:snapshot-20100402, com.github.jeremyh:jBCrypt:jar:jbcrypt-0.4: Could not find artifact com.ibm.sparktc.sparkbench:sparkbench:jar:2.3.0_0.4.0
Has been fixed in version 0.6.1-SNAPSHOT by SANSA-RDF layer commit https://github.com/SANSA-Stack/SANSA-RDF/commit/fbcb080bd1b5bb93bac3a9e60519a0c741f19f61
Hi everyone,
I'm getting the following error when running "mvn clean package" (it seems to be different from the previous maven-related issue):
I'm eager to try out Sansa so it'd be great if I could resolve this maven issue! :-)