ARTEMIS-613 Ignoring mvnw on source distribution
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/18ff83a2 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/18ff83a2 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/18ff83a2 Branch: refs/heads/master Commit: 18ff83a285047bd55bcd164e83b75361c88c845e Parents: 5c92ce1 Author: Clebert Suconic <[email protected]> Authored: Tue Jul 5 15:14:07 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Jul 5 16:03:53 2016 -0400 ---------------------------------------------------------------------- artemis-distribution/src/main/assembly/source-assembly.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/18ff83a2/artemis-distribution/src/main/assembly/source-assembly.xml ---------------------------------------------------------------------- diff --git a/artemis-distribution/src/main/assembly/source-assembly.xml b/artemis-distribution/src/main/assembly/source-assembly.xml index 7f0f00e..1e3ce0d 100644 --- a/artemis-distribution/src/main/assembly/source-assembly.xml +++ b/artemis-distribution/src/main/assembly/source-assembly.xml @@ -53,6 +53,9 @@ <exclude>RELEASING.md</exclude> <exclude>ratReport.txt</exclude> <exclude>.gitignore</exclude> + <exclude>mvnw</exclude> + <exclude>mvnw.cmd</exclude> + <exclude>.mvn/</exclude> <exclude>artemis_doap.rdf</exclude> <exclude>artemis-native/bin/</exclude>
