MVN

io.astefanutti.camel.cdi : camel-maven-plugin

Maven & Gradle

Jan 19, 2016
24 stars

Camel CDI :: Maven Plugins :: Camel Maven Run · Maven plugin to run Camel standalone

<plugin>
    <groupId>io.astefanutti.camel.cdi</groupId>
    <artifactId>camel-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.astefanutti.camel.cdi : camel-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of io.astefanutti.camel.cdi : camel-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
camel-maven-plugin-1.2.0
1.1.x
camel-maven-plugin-1.1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>io.astefanutti.camel.cdi</groupId>
    <artifactId>camel-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>

Advertisement