Failed on setup local development environment!

Hi ,
I tried follow the guides to setup my own eclipse (latest version) , get the codes from gitHub & imported it. but that raised errors during i run " mvn compile " . my maven version is : 3.3.1, jdk
is sun jdk(1.8) , also i could not found such project or package. please see below

Project build error: Non-resolvable parent POM for de.metas:de.metas.parent:1.0.0:
Failure to find de.metas:de.metas.parent.general:pom:1.0.0 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 and ‘parent.relativePath’ points at wrong local POM

Regards!
Hulong

Hi,
if you want to run maven from command line (like mvn compile),
then please follow this guide: http://docs.metasfresh.org/developers_collection/en/getting_started_mvn_cmdline_en.html

Best Regards,
Tobias

Hi ,
Thanks for kindly share the URL ! but that just few words about set develop environment .
i just confusing where can get this pom.xml ?
[Tiger00:de.metas.parent hulongz$ mvn compile
[INFO] Scanning for projects…
Downloading: https://repo.maven.apache.org/maven2/de/metas/de.metas.parent.general/1.0.0/de.metas.parent.general-1.0.0.pom

Regards!
Hulong

Hi @hulong.z,
I’m sorry for the late reply. I negelected to check our forum for new messages.
Please feel free to @-mention me if you want. That way I should get a Email notification.
Also, fee free to ask such questions at https://gitter.im/metasfresh/metasfresh .

About your question:
It seems as if you skipped the part “cd into your working copy of the metasfresh-parent repo and run mvn install”, and therefore the de.metas.parent.general pom.xml is not available in your local cache.

As it is now, in order to build https://github.com/metasfresh/metasfresh,
you need to also get
https://github.com/metasfresh/metasfresh-parent (should get better when https://github.com/metasfresh/metasfresh/issues/2102 will be done).
Feel free to take a look at http://docs.metasfresh.org/developers_collection/en/getting_started_clone_en.html to learn about all repos included in a “full” install.
I also recomment to start at http://docs.metasfresh.org/pages/developers/index_en, to get an overview.

Best regards
Tobi