Search code examples
javaeclipsegitmavenodata

Maven Project From Github To Eclipse


I am a beginner in maven

so, I am trying to create maven depend on progect in github I git this project https://github.com/jenshuesken/incubator-olingo-odata4

I need to use ODataJClient, I am trying to git clone and import it in eclipse but nothing come, please see figure 1

figure 1

I need to use engin in ODataJClient AM waiting


Solution

  • The right step is build all modules in eclipse,then push it to github. A parent pom includes all modules information. After this,you can git clone it correctly.