MVN

org.kuali.maven.plugins : ingester-maven-plugin

Maven & Gradle

Jul 27, 2012

Ingester Maven Plugin · Plugin to simplify the process of ingesting workflow documents into Rice. At the moment, this plugin is still very much in beta. It works correctly when ingesting Kuali OLE workflow documents into a MySQL database using Rice 1.0.3.3. Usage outside of that specific scenario is untested.

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>ingester-maven-plugin</artifactId>
    <version>1.0.6-beta</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : ingester-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.6-beta
  • Latest Beta: 1.0.6-beta

All Versions

Choose a version of org.kuali.maven.plugins : ingester-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ingester-maven-plugin-1.0.6-beta
ingester-maven-plugin-1.0.5-beta
ingester-maven-plugin-1.0.4-beta
ingester-maven-plugin-1.0.3-beta
ingester-maven-plugin-1.0.2-beta
ingester-maven-plugin-1.0.1-beta
ingester-maven-plugin-1.0.0-beta

How to add a plugin to Maven

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

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>ingester-maven-plugin</artifactId>
    <version>1.0.6-beta</version>
</plugin>