archetypeCatalog 'https://app.camunda.com/nexus/content/repositories/camunda-bpm' is not supported anymore

Hi!
I am trying to create project with command line tool (with this manual Maven Project Templates (Archetypes) | docs.camunda.org )
via next command:

mvn archetype:generate -Dfilter=org.camunda.bpm.archetype: -DarchetypeCatalog=https://app.camunda.com/nexus/content/repositories/camunda-bpm -X

But getting error:

Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) on project standalone-pom: archetypeCatalog ‘https://app.camunda.com/nexus/content/repositories/camunda-bpmis not supported anymore. Please read the plugin documentation for details.

Is everything is fine with repo?

Also, when I try to add repository catalog to Intelij Idea I see error:
Error reading from given URL.

Thanks in advance,
Mikhail

Hi,
Wondering did you get a resolution for this issue?
Having the same problem.
Thanks,
Henry

Hi @hob79132,

the original post is referring to an old version (7.4). In the current documentation: https://docs.camunda.org/manual/7.12/user-guide/process-applications/maven-archetypes/#usage-on-command-line the -Darchetype.catalog=... parameter was skipped and it worked for me.

Hope this helps, Ingo