From 3e5f9d4b055d3bae07c6117d7f9cc06ceec3cdd0 Mon Sep 17 00:00:00 2001 From: Andrew Pitt Date: Fri, 13 Mar 2020 17:45:25 -0400 Subject: [PATCH] Update pom.xml --- pom.xml | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) 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