c24-maven-plugin is a native Plugin that provides the ability to run several useful C24 Maven Tasks directly from Maven 2, thus not having them to be manually performed from C24 Integration Objects.
c24-maven-plugin uses a single goal run which addresses all the different C24 Maven tasks.
The plugin defines the follwing tasks:
| Task | Description |
|---|---|
| Import | Imports metadata to create a data model. |
| Export | Exports a data model or transformation into another format. |
| Deploy | Deploys data models and/or transformations. |
| Session | Exports a data model or transformation into another format. |
| Version | Stores in a property the version of C24 iO currently running or checks that the C24 iO version matches a specified value. |
| ClassName | Stores the class name for the specified data models and/or transforms. |
General instructions on how to use the c24-maven-plugin can be found on the usage page. Some more specific use cases are described within each C24 Maven Task.
In case you still have questions regarding the plugin's usage, please feel free to contact us at the following email addres: support@c24.biz.
To provide you with better understanding of some usages of the c24-maven-plugin, you can find examples in each of the task pages.