This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 915c6ac ZOOKEEPER-3122: add missing pom to source tarball
915c6ac is described below
commit 915c6acaea3f5c01d26f0bff93d1897a4da3e32c
Author: Norbert Kalmar <[email protected]>
AuthorDate: Tue Apr 9 10:40:52 2019 +0200
ZOOKEEPER-3122: add missing pom to source tarball
Author: Norbert Kalmar <[email protected]>
Reviewers: [email protected]
Closes #900 from nkalmar/master
---
zookeeper-assembly/src/main/assembly/source-package.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/zookeeper-assembly/src/main/assembly/source-package.xml
b/zookeeper-assembly/src/main/assembly/source-package.xml
index 9a0f2a9..f93b4c6 100644
--- a/zookeeper-assembly/src/main/assembly/source-package.xml
+++ b/zookeeper-assembly/src/main/assembly/source-package.xml
@@ -106,6 +106,7 @@
<directory>${project.basedir}/..</directory>
<outputDirectory>.</outputDirectory>
<includes>
+ <include>pom.xml</include>
<include>build.xml</include>
<include>ivy.xml</include>
<include>ivysettings.xml</include>