This is an automated email from the ASF dual-hosted git repository.
zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new f671926 ISSUE #801: remove assembly plugin in root pom
f671926 is described below
commit f671926f7fbc89e9bb20e2a3b5e937dc6b716cc3
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
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8b54133..7f1d2c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,16 +286,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]>'].