MVN

org.kuali.maven.impex : maven-impex-plugin

Maven & Gradle

Jan 14, 2011

Maven Impex Plugin · Maven plugin for converting database agnostic XML files into platform specific SQL files and for examining proprietary databases via JDBC to generate database agnostic XML files

<plugin>
    <groupId>org.kuali.maven.impex</groupId>
    <artifactId>maven-impex-plugin</artifactId>
    <version>1.0.20</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.20

All Versions

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

Version Vulnerabilities Updated
1.0.x
maven-impex-plugin-1.0.20
maven-impex-plugin-1.0.19

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.impex</groupId>
    <artifactId>maven-impex-plugin</artifactId>
    <version>1.0.20</version>
</plugin>

Advertisement