I am getting an error when trying to build a fresh CMS project following the steps in the documentation
mvn org.apache.maven.plugins:maven-archetype-plugin:2.4:generate \
-DarchetypeRepository=https://maven.bloomreach.com/repository/maven2/ \
-DarchetypeGroupId=org.onehippo.cms7 \
-DarchetypeArtifactId=hippo-project-archetype \
-DarchetypeVersion=14.7.7
[INFO] Archetype defined by properties
Downloading from hippo-project-archetype-repo: https://maven.bloomreach.com/repository/maven2/org/onehippo/cms7/hippo-project-archetype/14.7.7/hippo-project-archetype-14.7.7.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/onehippo/cms7/hippo-project-archetype/14.7.7/hippo-project-archetype-14.7.7.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4.981 s
[INFO] Finished at: 2022-11-09T17:21:43-07:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project standalone-pom: The desired archetype does not exist (org.onehippo.cms7:hippo-project-archetype:14.7.7) → [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] MojoFailureException - Apache Maven - Apache Software Foundation
I see this previous topic, and I tried clearing my .m2 directory with no effect. When I try to view the hosted files in a browser, I get a 402 “Payment Required” screen.
Is there some change or problem regarding the Bloomreach maven repositories?
Thanks,
Patrick McInerney