Hi, I am working on Integrating SAP hybris Commerce for SAP Cloud for Customer. I am trying to install and setup the data hub by following the steps in SAP Hybris-C4C integration . At step No 6, while trying to download the database driver using maven command mvn hybris:getDatabaseDrivers, i getting below exception. Its not downloading the requried drivers. Please let me know what should I do? Below is the exception.
C:\HybrisCX\hybris\bin\platform>mvn hybris:getDatabaseDrivers [INFO] Scanning for projects... Downloading: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 KB at 6.9 KB/sec) Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (13 KB at 4.4 KB/sec) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.079 s [INFO] Finished at: 2015-10-26T11:50:08+05:30 [INFO] Final Memory: 12M/245M [INFO] ------------------------------------------------------------------------ [ERROR] No plugin found for prefix 'hybris' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\kivemula.m2\repository), central (https://repo.maven.apache.org/maven2)] -> [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/NoPluginFoundForPrefixException .
