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

[jira] [Created] (CAMEL-15014) Failure in running Camel Spring project, when generated with archetypeVersion=3.2.0

Francesco created CAMEL-15014:
---------------------------------

             Summary: Failure in running Camel Spring project, when generated with archetypeVersion=3.2.0
                 Key: CAMEL-15014
                 URL: https://issues.apache.org/jira/browse/CAMEL-15014
             Project: Camel
          Issue Type: Bug
          Components: camel-spring
    Affects Versions: 3.2.0
         Environment: openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-b13)
OpenJDK 64-Bit Server VM (build 25.191-b13, mixed mode)
            Reporter: Francesco


When generating a Camel Spring project with the following archetypeVersion:

mvn archetype:generate \
{code:java}
-DarchetypeGroupId=org.apache.camel.archetypes \
 -DarchetypeArtifactId=camel-archetype-spring \
 -DarchetypeVersion=3.2.0 \
 -DgroupId=myGroupId \
 -DartifactId=demo{code}
Then when I run it with:
{code:java}
mvn camel:run{code}
The following error is reported:
{code:java}
Cannot run OSGi Blueprint Main because camel-blueprint-main JAR is not available on classpath -> [Help 1]{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)