Ahmed M created CAMEL-15295:
-------------------------------
Summary: snapshot archetypes maven command is documentation does
not work
Key: CAMEL-15295
URL: https://issues.apache.org/jira/browse/CAMEL-15295
Project: Camel
Issue Type: Improvement
Components: camel-archetypes, documentation
Affects Versions: 3.4.0
Reporter: Ahmed M
The suggested command in [SNAPSHOT
ARCHTYPES|https://camel.apache.org/manual/latest/camel-maven-archetypes.html#CamelMavenArchetypes-Snapshotarchetypes]
in does not work (tried with 3.4.0-SNAPSHOT and 3.5.0-SNAPSHOT) :
{{mvn archetype:generate}}
{{ -DarchetypeGroupId=org.apache.camel.archetypes}}
{{ -DarchetypeArtifactId=camel-archetype-java}}
{{ -DarchetypeVersion=3.4.0-SNAPSHOT}}
{{
-DarchetypeRepository=[https://repository.apache.org/content/groups/snapshots-group]}}
{{[INFO]
------------------------------------------------------------------------}}
{{ [INFO] BUILD FAILURE}}
{{ [INFO]
------------------------------------------------------------------------}}
{{ [INFO] Total time: 2.016 s}}
{{ [INFO] Finished at: 2020-07-11T13:19:43Z}}
{{ [INFO]
------------------------------------------------------------------------}}
{{ [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate (default-cli) on
project standalone-pom: The desired archetype does not exist
(org.apache.camel.archetypes:camel-archetype-java:3.4.0-SNAPSHOT) -> [Help 1]}}
The property *archetypeRepository* is no longer supported by Maven 3.6.3
--
This message was sent by Atlassian Jira
(v8.3.4#803005)