dbmaintain-maven-plugin

Maven plugin for dbmaintain. DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparantly deploy databases from development on to production.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.dbmaintain
ArtifactId

ArtifactId

dbmaintain-maven-plugin
Last Version

Last Version

2.7.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

dbmaintain-maven-plugin
Maven plugin for dbmaintain. DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code and can be used to transparantly deploy databases from development on to production.

Download dbmaintain-maven-plugin

How to add to project

<plugin>
    <groupId>org.dbmaintain</groupId>
    <artifactId>dbmaintain-maven-plugin</artifactId>
    <version>2.7.2</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.dbmaintain : dbmaintain jar 2.7.2
org.apache.commons : commons-lang3 jar 3.4
org.apache.maven : maven-plugin-api jar 2.2.1
org.apache.maven : maven-model jar 2.2.1
org.apache.maven : maven-project jar 2.2.1
org.codehaus.plexus : plexus-utils jar 3.0.24

Project Modules

There are no modules declared in this project.

Build Status Maintainability Maven Central Version

DbMaintain

Fork of DbMaintain with new Features.

Overview

DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code to transparently deploy databases from development to production.

DbMaintain keeps track of which database updates have been deployed on which database.

Updates are performed incrementally: Only what has been changed since the last deployment is applied. Features such as repeatable scripts, postprocessing scripts, multi-database and database user support and support for patches turn DbMaintain into a complete solution for the enterprise.

Documentation

For usage with docker see docker configuration.

See documentation for getting started and full documentation.

org.dbmaintain

Versions

Version
2.7.2
2.4
2.3
2.2
2.1
2.0