From 9d31478ea1bcc67a4ed95820bfb258a4dd167ed9 Mon Sep 17 00:00:00 2001 From: Jacques-Etienne Beaudet Date: Tue, 2 May 2017 21:09:34 -0400 Subject: [PATCH] Release 0.3 --- README.md | 2 +- pom.xml | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d46e15..6925ede 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following properties can be configured : * Path for SQL migrations; * Base package for .java migrations; * Flag to fail the build if invalid SQL filenames are found; -* Regex to ignore when scanning for filenames, useful to filter out automatic save file generated by editors. +* Ignore regex when scanning for filenames, useful to filter out automatic save file generated by editors. This is done in the plugin configuration (default values shown here) : ``` diff --git a/pom.xml b/pom.xml index 347bc82..d2edecc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,10 +4,12 @@ io.github.jebeaudet flyway-validator-maven-plugin - 0.3-SNAPSHOT + 0.3 maven-plugin flyway-validator-maven-plugin + Maven plugin to fail a build when duplicate flyway revises are found. + https://github.com/jebeaudet/flyway-validator-maven-plugin UTF-8 @@ -15,6 +17,25 @@ 3.3.9 + + + MIT + https://opensource.org/licenses/MIT + + + + + + Jacques-Etienne Beaudet + + + + + scm:git@github.com:jebeaudet/flyway-validator-maven-plugin.git + scm:git@github.com:jebeaudet/flyway-validator-maven-plugin.git + https://github.com/jebeaudet/flyway-validator-maven-plugin + + org.apache.maven @@ -46,6 +67,7 @@ test + @@ -64,4 +86,50 @@ + + + + release + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.6 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2 + +