This is an automated email from the ASF dual-hosted git repository.
msingh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis.git
The following commit(s) were added to refs/heads/master by this push:
new d0edef3 RATIS-621. Metrics subproject is not included in the release
tar. Contributed by Marton Elek. (#27)
d0edef3 is described below
commit d0edef3b9eeed61ab8f1aea8ceb0aa01e258179a
Author: Elek, Márton <[email protected]>
AuthorDate: Fri Jul 26 03:49:46 2019 +0200
RATIS-621. Metrics subproject is not included in the release tar.
Contributed by Marton Elek. (#27)
---
ratis-assembly/src/main/assembly/bin.xml | 1 +
ratis-assembly/src/main/assembly/src.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/ratis-assembly/src/main/assembly/bin.xml
b/ratis-assembly/src/main/assembly/bin.xml
index 42d9d60..397ac75 100644
--- a/ratis-assembly/src/main/assembly/bin.xml
+++ b/ratis-assembly/src/main/assembly/bin.xml
@@ -48,6 +48,7 @@
<include>org.apache.ratis:ratis-replicated-map</include>
<include>org.apache.ratis:ratis-server</include>
<include>org.apache.ratis:ratis-test</include>
+ <include>org.apache.ratis:ratis-metrics</include>
</includes>
<binaries>
<outputDirectory>jars</outputDirectory>
diff --git a/ratis-assembly/src/main/assembly/src.xml
b/ratis-assembly/src/main/assembly/src.xml
index 9c866cf..75561f3 100644
--- a/ratis-assembly/src/main/assembly/src.xml
+++ b/ratis-assembly/src/main/assembly/src.xml
@@ -41,6 +41,7 @@
<include>org.apache.ratis:ratis-replicated-map</include>
<include>org.apache.ratis:ratis-server</include>
<include>org.apache.ratis:ratis-test</include>
+ <include>org.apache.ratis:ratis-metrics</include>
</includes>
<sources>
<excludeSubModuleDirectories>false</excludeSubModuleDirectories>