MVN

org.nocrala.tools.database : db-maven-plugin

Maven & Gradle

Dec 18, 2019

db-maven-plugin Maven Plugin · This Maven plugin automates the build, rebuild, and clean operations on a project database based on the SQL source code available in a strict, versioned structure in the the SCM.

<plugin>
    <groupId>org.nocrala.tools.database</groupId>
    <artifactId>db-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nocrala.tools.database : db-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.nocrala.tools.database : db-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
db-maven-plugin-1.0.3
db-maven-plugin-1.0.2
db-maven-plugin-1.0.1
db-maven-plugin-1.0.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.nocrala.tools.database</groupId>
    <artifactId>db-maven-plugin</artifactId>
    <version>1.0.3</version>
</plugin>

Advertisement