From 97fafcd31edd3b9be59b124cc803645fd0291c09 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 18 Jan 2021 13:51:58 +0100 Subject: [PATCH] Fix running itCases with executable jar --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bb83ba654..ec9b48285a 100644 --- a/pom.xml +++ b/pom.xml @@ -93,7 +93,6 @@ <artifactId>spring-boot-maven-plugin</artifactId> <version>${spring.boot.version}</version> <executions> - <execution> <id>repackage</id> <goals> @@ -135,6 +134,7 @@ <argLine> --illegal-access=permit </argLine> + <classesDirectory>${project.build.outputDirectory}</classesDirectory> </configuration> <executions> <execution> -- GitLab