From b56e18c769ea6fd66305e7e6fe749e8f0e99adcc Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Mon, 20 Jan 2025 14:32:18 +0100 Subject: [PATCH] DAT-19350 configure test-harness to deploy master-snapshot to GPM (#275) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ♻️ (pom.xml): refactor XML formatting for better readability and maintainability ✨ (pom.xml): update version from 4.31.0-SNAPSHOT to 0.5.5-SNAPSHOT for release ✨ (pom.xml): add new profile 'use-snapshot' to include test-harness dependency for testing purposes * ♻️ (pom.xml): refactor XML formatting for better readability and consistency by removing unnecessary line breaks in property definitions and options. * ♻️ (pom.xml): refactor keepattributes option in configuration to add a space for better readability --- pom.xml | 124 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 69 insertions(+), 55 deletions(-) diff --git a/pom.xml b/pom.xml index 469783a..5f11d92 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,12 @@ - + 4.0.0 org.liquibase liquibase-parent-pom Liquibase Parent POM - 4.31.0-SNAPSHOT + 0.5.5-SNAPSHOT Liquibase Parent POM for all Extensions /~https://github.com/liquibase/liquibase-parent-pom pom @@ -227,7 +229,7 @@ postgresql ${postgresql.version} test - + @@ -457,33 +459,35 @@ - org.codehaus.gmavenplus - gmavenplus-plugin - ${gmavenplus-plugin.version} - - - - addSources - addTestSources - compile - compileTests - removeStubs - removeTestStubs - - - - - - ${project.basedir}/src/test/ - - **/**.groovy - - - - - - - + org.codehaus.gmavenplus + gmavenplus-plugin + ${gmavenplus-plugin.version} + + + + addSources + addTestSources + compile + compileTests + removeStubs + removeTestStubs + + + + + + ${project.basedir}/src/test/ + + **/**.groovy + + + + + + + @@ -503,18 +507,18 @@ ${jacoco-maven-plugin.version} - - prepare-agent - + + prepare-agent + - report - test - - report - + report + test + + report + - + org.apache.maven.plugins @@ -609,22 +613,22 @@ - org.codehaus.gmavenplus - gmavenplus-plugin - ${gmavenplus-plugin.version} - - - - addSources - addTestSources - compile - compileTests - removeStubs - removeTestStubs - - - - + org.codehaus.gmavenplus + gmavenplus-plugin + ${gmavenplus-plugin.version} + + + + addSources + addTestSources + compile + compileTests + removeStubs + removeTestStubs + + + + @@ -791,5 +795,15 @@ + + use-snapshot + + + org.liquibase + test-harness + master-SNAPSHOT + + +