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.

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

org.dbmaintain
Идентификатор

Идентификатор

dbmaintain-maven-plugin
Последняя версия

Последняя версия

2.7.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

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.

Скачать dbmaintain-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.7.2
2.4
2.3
2.2
2.1
2.0