You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ahmed M (Jira)" <ji...@apache.org> on 2020/07/11 13:27:00 UTC

[jira] [Updated] (CAMEL-15295) snapshot archetypes maven command is documentation does not work

     [ https://issues.apache.org/jira/browse/CAMEL-15295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ahmed M updated CAMEL-15295:
----------------------------
    Description: 
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

  was:
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) :
{color:#d4d4d4}mvn archetype:generate{color}
{color:#d4d4d4}-DarchetypeGroupId=org.apache.camel.archetypes{color}
{color:#d4d4d4}-DarchetypeArtifactId=camel-archetype-java{color}
{color:#d4d4d4}-DarchetypeVersion=3.4.0-SNAPSHOT{color}
{color:#d4d4d4}-DarchetypeRepository=https://repository.apache.org/content/groups/snapshots-group{color}

{color:#d4d4d4}[{color}{color:#ce9178}INFO{color}{color:#d4d4d4}]{color}{color:#d4d4d4} ------------------------------------------------------------------------{color}
{color:#d4d4d4}[{color}{color:#ce9178}INFO{color}{color:#d4d4d4}]{color}{color:#d4d4d4} BUILD FAILURE{color}
{color:#d4d4d4}[{color}{color:#ce9178}INFO{color}{color:#d4d4d4}]{color}{color:#d4d4d4} ------------------------------------------------------------------------{color}
{color:#d4d4d4}[{color}{color:#ce9178}INFO{color}{color:#d4d4d4}]{color}{color:#d4d4d4} Total time: 2.016 s{color}
{color:#d4d4d4}[{color}{color:#ce9178}INFO{color}{color:#d4d4d4}]{color}{color:#d4d4d4} Finished at: 2020-07-11T13:19:43Z{color}
{color:#d4d4d4}[{color}{color:#ce9178}INFO{color}{color:#d4d4d4}]{color}{color:#d4d4d4} ------------------------------------------------------------------------{color}
{color:#d4d4d4}[{color}{color:#ce9178}ERROR{color}{color:#d4d4d4}]{color}{color:#d4d4d4} 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]{color}
 

  The property *archetypeRepository* is no longer supported by Maven 3.6.3


> 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
>            Priority: Minor
>
> 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)