From 9926016430a752357658a26c59f9c75fdd0b53be Mon Sep 17 00:00:00 2001 From: acatoire Date: Fri, 6 Oct 2023 16:25:09 +0200 Subject: [PATCH] feat(TCOMP-2464) skip test build --- .../src/it/web/.jenkins/scripts/tcomp-build-fast.sh | 1 + .../src/it/web/.jenkins/scripts/tcomp-build-sample-connector.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-fast.sh b/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-fast.sh index acd2daab7ecba..0e780251bdb0f 100644 --- a/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-fast.sh +++ b/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-fast.sh @@ -37,6 +37,7 @@ _MAVEN_TEST_SKIP="--define spotless.apply.skip=true \ --define checkstyle.skip=true \ --define rat.skip=true \ --define skipTests \ + --define maven.test.skip=true \ --define maven.javadoc.skip=true \ --define enforcer.skip=true \ --define invoker.skip=true" diff --git a/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-sample-connector.sh b/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-sample-connector.sh index 49ad600d69192..49ba853c949b9 100644 --- a/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-sample-connector.sh +++ b/talend-component-maven-plugin/src/it/web/.jenkins/scripts/tcomp-build-sample-connector.sh @@ -37,6 +37,7 @@ _MAVEN_TEST_SKIP="--define spotless.apply.skip=true \ --define checkstyle.skip=true \ --define rat.skip=true \ --define skipTests \ + --define maven.test.skip=true \ --define maven.javadoc.skip=true \ --define enforcer.skip=true \ --define invoker.skip=true"