Add exclude for the typeahead.jquery.min.js in pom
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/9916405d Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/9916405d Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/9916405d Branch: refs/heads/master Commit: 9916405d75798b44e28368a679498b311d3e030d Parents: 6764a14 Author: zhuol <[email protected]> Authored: Mon Nov 9 13:37:30 2015 -0600 Committer: zhuol <[email protected]> Committed: Mon Nov 9 13:37:30 2015 -0600 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/9916405d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5e6673f..c74f89f 100644 --- a/pom.xml +++ b/pom.xml @@ -849,6 +849,7 @@ <exclude>**/src/ui/public/js/arbor-graphics.js</exclude> <exclude>**/src/ui/public/js/arbor-tween.js</exclude> <exclude>**/src/ui/public/js/jquery.mustache.js</exclude> + <exclude>**/src/ui/public/js/typeahead.jquery.min.js</exclude> <!-- generated by shade plugin --> <exclude>**/dependency-reduced-pom.xml</exclude>
