From 30eef827b1b93d8cad9326d5cbc7109d4b46bbb5 Mon Sep 17 00:00:00 2001 From: Dima Denisenko <1253839+dmitriidenisenko@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:00:20 +0200 Subject: [PATCH] chore: rename testcontainers-support profile to use-testcontainers --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e909f24..ca21de6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ quality is measured by: This project has standard JUnit tests. To run them execute this command: ``` -./mvnw verify -P testcontainers-support +./mvnw verify -P use-testcontainers ``` It is mandatory to keep test code coverage not below **80** percents and cover all business logic and edge cases. diff --git a/pom.xml b/pom.xml index 92b2911..53ae451 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ - testcontainers-support + use-testcontainers false