MVN

org.utplsql : utplsql-maven-plugin

Maven & Gradle

Jul 11, 2023
13 stars

utPLSQL Maven Plugin · A maven plugin for running Unit Tests with utPLSQL v3+.

<plugin>
    <groupId>org.utplsql</groupId>
    <artifactId>utplsql-maven-plugin</artifactId>
    <version>3.1.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.11

All Versions

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

Version Vulnerabilities Updated
3.1.x
utplsql-maven-plugin-3.1.11
utplsql-maven-plugin-3.1.10
utplsql-maven-plugin-3.1.9
utplsql-maven-plugin-3.1.7
utplsql-maven-plugin-3.1.6
utplsql-maven-plugin-3.1.5
utplsql-maven-plugin-3.1.4
utplsql-maven-plugin-3.1.2
utplsql-maven-plugin-3.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>org.utplsql</groupId>
    <artifactId>utplsql-maven-plugin</artifactId>
    <version>3.1.11</version>
</plugin>

Advertisement