How do I add a blueprint/spring xml to a profile
Issue
I have a simple Camel blueprint route and I'd like to test it in a Fabric environment. I know I can create a maven project with the camel blueprint route and built an OSGi artifact first and then add it to the profile as a bundle like:
mvn:org.jboss.fuse.samples/myTestCamelBlueprint/1.0
Because it is a simple test, I do not want to create a complete maven project to build and generate an OSGi bundle first and then add it to the profile like described above.
Is there a simpler way to add a blueprint (or a spring) xml file to a profile?
Environment
- JBoss Fuse 6.1
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.