From fa57bb711dbc737013a5d11b6679c7d4d2b03bdb Mon Sep 17 00:00:00 2001 From: Julen Garcia Leunda Date: Sat, 5 Jul 2025 14:03:56 +0200 Subject: [PATCH] Remove unnecessary profile activation --- example-wikipedia-with-springboot/pom.xml | 105 ++++++++++------------ 1 file changed, 48 insertions(+), 57 deletions(-) diff --git a/example-wikipedia-with-springboot/pom.xml b/example-wikipedia-with-springboot/pom.xml index 514e986546..11f45168c5 100644 --- a/example-wikipedia-with-springboot/pom.xml +++ b/example-wikipedia-with-springboot/pom.xml @@ -71,63 +71,54 @@ - - - active-on-jdk17 - - 17 - + + package + + + org.springframework.boot + spring-boot-maven-plugin + + example.wikipedia.WikipediaApplication + ZIP + + + + + repackage + + + + - - package - - - org.springframework.boot - spring-boot-maven-plugin - - example.wikipedia.WikipediaApplication - ZIP - - - - - repackage - - - - - - - org.skife.maven - really-executable-jar-maven-plugin - 2.1.1 - - wikipedia - - - - - really-executable-jar - - package - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - integration-test - verify - - - - - - - - + + org.skife.maven + really-executable-jar-maven-plugin + 2.1.1 + + wikipedia + + + + + really-executable-jar + + package + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + + +