diff --git a/pom.xml b/pom.xml index 8bdaed1f..be5dae40 100644 --- a/pom.xml +++ b/pom.xml @@ -81,28 +81,42 @@ test - - - - maven-assembly-plugin - - honest-profiler - false - - - - jar-file - package - - single - - - - jar-with-dependencies - - - + + + org.apache.maven.plugins + maven-shade-plugin + 3.4.1 + + + package + + shade + + + honest-profiler + + + org.slf4j + honestprofiler.org.slf4j + + + com.fasterxml.jackson + honestprofiler.com.fasterxml.jackson + + + + + + + + maven-assembly-plugin + + honest-profiler + false + + + zip-file package @@ -116,44 +130,44 @@ - - - org.apache.maven.plugins - maven-compiler-plugin - 2.3.2 - - 1.8 - 1.8 - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.12 - - - generate-sources - - add-source - - - - src/main/java - src/main/webapp - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - -Duser.country=US -Duser.language=en -Dheadless=true - 1.5C - - + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.8 + 1.8 + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.12 + + + generate-sources + + add-source + + + + src/main/java + src/main/webapp + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + -Duser.country=US -Duser.language=en -Dheadless=true + 1.5C + +