Getting started problems

Hello.
I am new to bloom reach and hippo.
I just wanted to setup some trial project and to see how it evolves.
I am following the getting started guide https://documentation.bloomreach.com/trails/getting-started/hippo-essentials-getting-started.html.
And can not get passed the mvn clean verify stage.
I get an error when it tries to download the dependencies. Non resolvable parent POM . Connect to maven.onehippo.com:443. I am using version 13.0.0-1. I am behind a firewall but I can not download it even from public network.
Due you know what the issue can be. I just followed the tutorial, no license or similar was set up.
Thank you.
Best Regards

Pd: if I need to use some other version please let me know
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \

-DarchetypeRepository=https: //maven .onehippo.com /maven2 \

-DarchetypeGroupId=org.onehippo.cms7 \

-DarchetypeArtifactId=hippo-project-archetype \

-DarchetypeVersion=13.0.0-1

I just checked and 13.0.0-1 archetype is available from our public repository. Could you share the complete error?

[INFO] Scanning for projects…
Downloading from hippo: https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-cms7-release/13.0.0-1/hippo-cms7-release-13.0.0-1.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for test:test:test: Could not transfer artifact org.onehippo.cms7:hippo-cms7-release:pom:13.0.0-1 from/to hippo (https://maven.onehippo.com/maven2/): Connect to maven.onehippo.com:443 [maven.onehippo.com/85.17.203.16] failed: Connection timed out: connect and ‘parent.relativePath’ points at wrong local POM @ line 5, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project test:test:test (C:\Development\hippoPrevious\test\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for test:test:test: Could not transfer artifact org.onehippo.cms7:hippo-cms7-release:pom:13.0.0-1 from/to hippo (https://maven.onehippo.com/maven2/): Connect to maven.onehippo.com:443 [maven.onehippo.com/85.17.203.16] failed: Connection timed out: connect and ‘parent.relativePath’ points at wrong local POM @ line 5, column 11 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

[INFO] Scanning for projects…
Downloading from hippo: https://maven.onehippo.com/maven2/org/onehippo/cms7/hippo-cms7-release/13.0.0-1/hippo-cms7-release-13.0.0-1.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for test:test:test: Could not transfer artifact org.onehippo.cms7:hippo-cms7-release:pom:13.0.0-1 from/to hippo (https://maven.onehippo.com/maven2/): Connect to maven.onehippo.com:443 [maven.onehippo.com/85.17.203.16] failed: Connection timed out: connect and ‘parent.relativePath’ points at wrong local POM @ line 5, column 11
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project test:test:test (C:\Development\hippoPrevious\test\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for test:test:test: Could not transfer artifact org.onehippo.cms7:hippo-cms7-release:pom:13.0.0-1 from/to hippo (https://maven.onehippo.com/maven2/): Connect to maven.onehippo.com:443 [maven.onehippo.com/85.17.203.16] failed: Connection timed out: connect and ‘parent.relativePath’ points at wrong local POM @ line 5, column 11 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Sorry for the late reply. Can you check if you can reach nexus through your browser?

Just go to https://maven.onehippo.com/maven2/

If that works maybe there is a problem in your settings.xml? If it doesn’t work then it sounds like a problem local to your machine.

Hello Jasper. Thank you for your help, but we resolved the issue. It turned out to be a combination of things. Firewall proxy, jdk later on… Thank you and you can close the ticket