Camel Maven PluginPage edited by Claus IbsenChanges (3)
Full ContentCamel Maven PluginThe Camel Maven Plugin allows you to run your Enterprise Integration Patterns using Spring for Dependency Injection inside Maven along with being able to support Visualisation along with integration of the Visualisation diagrams into the standard maven reports for your project. Goals Supported
Adding the plugin to your pom.xmlAdd the following in your <build><plugins> section
<plugin> <groupId>org.apache.camel</groupId> <artifactId>camel-maven-plugin</artifactId> <configuration> <applicationContextUri>META-INF/spring/*.xml;YOUR_FILE_NAME_IN_THE_CLASS_PATH.xml</applicationContextUri> </configuration> </plugin>
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Camel > Camel Maven Plugin confluence
- [CONF] Apache Camel > Camel Maven Plugin confluence