All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aven.migrations-maven-plugin.1.1.2.source-code.migration-plugin.properties Maven / Gradle / Ivy

Go to download

Migration-plugin is a Apache Maven 2 plugin that aims to integrate into the maven life cycle, the myBatis 3 Migration tool. MyBatis 3 Migration Schema is a tool that helps you to manage database schema changes.

There is a newer version: 1.2.0
Show newest version
#
# Copyright 2010 The myBatis Team
#
# Licensed under the License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

# version: $Id$

migration.plugin.name = MyBatis Migration Schema
migration.plugin.execution.command = Executing  {1} {0}
migration.plugin.execution.command.skipped = {0} command plugin skipped!

migration.plugin.execution.check.failed = Number of pending script found: {0,number}. See below for more informations:

migration.plugin.execution.command.script.sqlscript =  Creating SQL script (From {0} to {1})
migration.plugin.execution.command.create.file = Created file {0}

migration.plugin.execution.down.zero.change = {0} skipped: all down changes have been already applied.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy