diff --git a/pom.xml b/pom.xml
index 668576520..7202278bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,27 +123,6 @@
app
${outputDirectory}
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
-
-
- build-info
-
-
-
- ${project.build.sourceEncoding}
- ${project.reporting.outputEncoding}
- ${maven.compiler.source}
- ${maven.compiler.target}
-
-
-
-
-
org.jacoco
jacoco-maven-plugin
@@ -163,6 +142,31 @@
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ 3.2.0
+
+
+ package
+
+ single
+
+
+
+
+
+ org.springframework.samples.petclinic.PetClinicApplication
+
+
+
+
+ jar-with-dependencies
+
+
+
+
+
org.sonarsource.scanner.maven
sonar-maven-plugin