From b9afd23528486d804c6fa32eb8798fbbbc155cff Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 5 Sep 2019 12:14:43 +0200 Subject: [PATCH] #176 - Polishing. Remove all-dbs profile. --- Jenkinsfile | 2 +- pom.xml | 71 ----------------------------------------------------- 2 files changed, 1 insertion(+), 72 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0fa141848..52fab6c33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { options { timeout(time: 30, unit: 'MINUTES') } steps { sh 'rm -rf ?' - sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci,all-dbs clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B' + sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw -Pci clean dependency:list test -Dsort -Dbundlor.enabled=false -U -B' sh "chown -R 1001:1001 target" } } diff --git a/pom.xml b/pom.xml index 57913df3d..faff97b10 100644 --- a/pom.xml +++ b/pom.xml @@ -361,77 +361,6 @@ - - - all-dbs - - - - org.apache.maven.plugins - maven-surefire-plugin - - - mysql-test - test - - test - - - - **/*IntegrationTests.java - - - **/*HsqlIntegrationTests.java - - - mysql - - - - - - postgres-test - test - - test - - - - **/*IntegrationTests.java - - - **/*HsqlIntegrationTests.java - - - postgres - - - - - - mariadb-test - test - - test - - - - **/*IntegrationTests.java - - - **/*HsqlIntegrationTests.java - - - mariadb - - - - - - - - -