Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.2.0
-
None
-
None
-
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)
-
Unknown
Description
When generating a Camel Spring project with the following archetypeVersion:
mvn archetype:generate \ -DarchetypeGroupId=org.apache.camel.archetypes \ -DarchetypeArtifactId=camel-archetype-spring \ -DarchetypeVersion=3.2.0 \ -DgroupId=myGroupId \ -DartifactId=demo
Then when I run it with:
mvn camel:run
The following error is reported:
Cannot run OSGi Blueprint Main because camel-blueprint-main JAR is not available on classpath -> [Help 1]
Attachments
Issue Links
- duplicates
-
CAMEL-14838 maven camel:run fails about OSGi blueprint for standalone mode
- Resolved