Repository: usergrid Updated Branches: refs/heads/release 80f1dd22f -> 422167802
Omit the 100mb tools jar from the release, it doubles the size of the download and does not add much. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/42216780 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/42216780 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/42216780 Branch: refs/heads/release Commit: 422167802e966b6cfd849c7fb64f7dca11130fd9 Parents: 80f1dd2 Author: Dave Johnson <[email protected]> Authored: Mon Feb 8 14:53:13 2016 -0500 Committer: Dave Johnson <[email protected]> Committed: Mon Feb 8 14:53:13 2016 -0500 ---------------------------------------------------------------------- release/src/main/assembly/binary.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/42216780/release/src/main/assembly/binary.xml ---------------------------------------------------------------------- diff --git a/release/src/main/assembly/binary.xml b/release/src/main/assembly/binary.xml index 1b3a555..5694df2 100644 --- a/release/src/main/assembly/binary.xml +++ b/release/src/main/assembly/binary.xml @@ -25,6 +25,8 @@ </formats> <includeBaseDirectory>false</includeBaseDirectory> + <!-- Include individual files --> + <files> <!-- Legal and Documentation --> @@ -47,14 +49,16 @@ <outputDirectory>${artifact.artifactId}-${releaseVersion}/stack</outputDirectory> </file> - <!-- Tools --> + <!-- Tools adds about 100mb to the download so let's omit it for now. <file> <source>../stack/tools/target/usergrid-tools-2.1.0-SNAPSHOT.jar</source> <outputDirectory>${artifact.artifactId}-${releaseVersion}/tools</outputDirectory> - </file> + </file> --> </files> + <!-- Include Portal and SDK directory trees --> + <fileSets> <!-- Portal and source (HTML5/JavaScript and Angular) -->
