This is an automated email from the ASF dual-hosted git repository.
zhaijia pushed a commit to branch branch-4.6
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.6 by this push:
new 9b99b3b ISSUE #801: remove assembly plugin in root pom
9b99b3b is described below
commit 9b99b3b944ea44da0c87b6ae71e4afe05923241c
Author: Jia Zhai <[email protected]>
AuthorDate: Mon Dec 4 16:40:05 2017 +0800
ISSUE #801: remove assembly plugin in root pom
Descriptions of the changes in this PR:
mvn release:prepare cmd will fail, for the wrong assembly plugin in root
pom. This change remove it, for it has already in bookkeeper-dist/pom.
Author: Jia Zhai <[email protected]>
Reviewers: Sijie Guo <[email protected]>
This closes #802 from jiazhai/issue-801, closes #801
(cherry picked from commit f671926f7fbc89e9bb20e2a3b5e937dc6b716cc3)
Signed-off-by: Jia Zhai <[email protected]>
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6d6d69b..d2d6c15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,16 +285,6 @@
</executions>
</plugin>
<plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <version>${maven-assembly-plugin.version}</version>
- <configuration>
- <tarLongFileMode>gnu</tarLongFileMode>
- <descriptors>
- <descriptor>src/assemble/src.xml</descriptor>
- </descriptors>
- </configuration>
- </plugin>
- <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.12</version>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].