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-bpm’ is 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