/fuse-camel-swagger

Primary LanguageJavaApache License 2.0Apache-2.0

Camel Router Project for Blueprint (OSGi)
=========================================

To build this project use

	sudo rm -rf /root/.m2/repository/com/github

    mvn install
    for JBoss Fuse in /opt/...
    sudo mvn clean install -DskipTests=true
    
To run the project you can execute the following Maven goal

    mvn camel:run

To deploy the project in OSGi. For example using Apache ServiceMix
or Apache Karaf. You can run the following command from its shell:

    osgi:install -s mvn:com.github/fuse-camel-swagger/1.0.0
    osgi:update 1
    start 1