From 9e5b7bbe880edf64a98c01f140cc58e467bbd013 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 24 Jan 2016 11:24:19 -0500 Subject: [PATCH] Fixes #33: Correctly set manifest properties in both standard and uber jar --- README.md | 4 ++-- pom.xml | 25 ++++++++++++++----------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e7b0d3c..c3a9565 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ statsd-jvm-profiler is available in Maven Central: com.etsy statsd-jvm-profiler - 1.0.0 + 1.0.1 ``` @@ -29,7 +29,7 @@ If you would like an uberjar containing all of the dependencies instead of the s com.etsy statsd-jvm-profiler - 1.0.0 + 1.0.1 jar-with-dependencies ``` diff --git a/pom.xml b/pom.xml index 220e1f4..a9dca60 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.etsy statsd-jvm-profiler - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT jar statsd-jvm-profiler @@ -153,6 +153,19 @@ 1.7 + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + com.etsy.statsd.profiler.Agent + com.etsy.statsd.profiler.Agent + + + + org.apache.maven.plugins maven-shade-plugin @@ -169,16 +182,6 @@ - - - - - com.etsy.statsd.profiler.Agent - com.etsy.statsd.profiler.Agent - - - - org.apache.maven.plugins