Hi ,
I have setup the datahub on 6.7, followed steps on below link: https://help.hybris.com/6.7.0/hcd/8ec7f04215344470af8851f271e84d29.html
When i perform mvn clean install step then facing below error:
[INFO] Reactor Build Order: [INFO] [INFO] adf-saperpcustomer [INFO] adf-saperpcustomer-canonical [INFO] adf-saperpcustomer-raw [INFO] adf-saperpcustomer-target [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building adf-saperpcustomer 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ adf-saperpcustomer --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ adf-saperpcustomer --- [INFO] Installing c:\Project\hybris6.7_extranet\datahub6.7\archetype\adf-saperpcustomer\pom.xml to C:\Users\V5352207.m2\repository\com\hybris\datahub\adf-saperpcustomer\1.0-SNAPSHOT\adf-saperpcustomer-1.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building adf-saperpcustomer-canonical 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.hybris.datahub:datahub-extension-sdk:jar:6.7.0.0-RC3 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] adf-saperpcustomer ................................. SUCCESS [ 0.565 s] [INFO] adf-saperpcustomer-canonical ....................... FAILURE [ 0.122 s] [INFO] adf-saperpcustomer-raw ............................. SKIPPED [INFO] adf-saperpcustomer-target .......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.827 s [INFO] Finished at: 2018-04-30T17:52:32+05:30 [INFO] Final Memory: 8M/243M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project adf-saperpcustomer-canonical: Could not resolve dependencies for project com.hybris.datahub:adf-saperpcustomer-canonical:jar:1.0-SNAPSHOT: Failure to find com.hybris.datahub:datahub-extension-sdk:jar:6.7.0.0-RC3 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central 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
Can anyone suggest solution for this?