[dropwizard-metrics] 02/03: Build the metrics-healthchecks module

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Nov 19 22:54:40 GMT 2014


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository dropwizard-metrics.

commit 33fa297f7818f1dff0be556db0086856d86d118f
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Nov 19 23:50:39 2014 +0100

    Build the metrics-healthchecks module
---
 debian/libdropwizard-metrics-java.poms      |  2 +-
 debian/patches/dont-bundle-submodules.patch | 39 ++++++++++++++++++++++++++---
 2 files changed, 36 insertions(+), 5 deletions(-)

diff --git a/debian/libdropwizard-metrics-java.poms b/debian/libdropwizard-metrics-java.poms
index 9c1cf1b..6260f7f 100644
--- a/debian/libdropwizard-metrics-java.poms
+++ b/debian/libdropwizard-metrics-java.poms
@@ -41,6 +41,6 @@ metrics-annotation/pom.xml --java-lib
 metrics-jvm/pom.xml --java-lib
 metrics-ehcache/pom.xml --java-lib
 metrics-jdbi/pom.xml --ignore
-metrics-healthchecks/pom.xml --ignore
+metrics-healthchecks/pom.xml --java-lib
 metrics-httpclient/pom.xml --java-lib
 metrics-servlets/pom.xml --ignore
diff --git a/debian/patches/dont-bundle-submodules.patch b/debian/patches/dont-bundle-submodules.patch
index cd85e38..e541e47 100644
--- a/debian/patches/dont-bundle-submodules.patch
+++ b/debian/patches/dont-bundle-submodules.patch
@@ -1,7 +1,5 @@
-Index: dropwizard-metrics/metrics-core/pom.xml
-===================================================================
---- dropwizard-metrics.orig/metrics-core/pom.xml
-+++ dropwizard-metrics/metrics-core/pom.xml
+--- a/metrics-core/pom.xml
++++ b/metrics-core/pom.xml
 @@ -10,7 +10,7 @@
  
      <artifactId>metrics-core</artifactId>
@@ -11,3 +9,36 @@ Index: dropwizard-metrics/metrics-core/pom.xml
      <description>
          Metrics is a Java library which gives you unparalleled insight into what your code does in
          production. Metrics provides a powerful toolkit of ways to measure the behavior of critical
+--- a/metrics-healthchecks/pom.xml
++++ b/metrics-healthchecks/pom.xml
+@@ -10,7 +10,7 @@
+ 
+     <artifactId>metrics-healthchecks</artifactId>
+     <name>Metrics Health Checks</name>
+-    <packaging>bundle</packaging>
++    <packaging>jar</packaging>
+     <description>
+         An addition to Metrics which provides the ability to run application-specific health checks,
+         allowing you to check your application's heath in production.
+--- a/metrics-jvm/pom.xml
++++ b/metrics-jvm/pom.xml
+@@ -10,7 +10,7 @@
+ 
+     <artifactId>metrics-jvm</artifactId>
+     <name>JVM Integration for Metrics</name>
+-    <packaging>bundle</packaging>
++    <packaging>jar</packaging>
+     <description>
+         A set of classes which allow you to monitor critical aspects of your Java Virtual Machine
+         using Metrics.
+--- a/metrics-json/pom.xml
++++ b/metrics-json/pom.xml
+@@ -10,7 +10,7 @@
+ 
+     <artifactId>metrics-json</artifactId>
+     <name>Jackson Integration for Metrics</name>
+-    <packaging>bundle</packaging>
++    <packaging>jar</packaging>
+     <description>
+         A set of Jackson modules which provide serializers for most Metrics classes.
+     </description>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dropwizard-metrics.git



More information about the pkg-java-commits mailing list