SLIDER-655 cull module refs to app-package entries that the toplevel slider project shouldn't be building
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/44c471ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/44c471ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/44c471ab Branch: refs/heads/branches/branch-0.6 Commit: 44c471abde2f48282fc6a276f264a8b54dfa20c1 Parents: 9807480 Author: Steve Loughran <[email protected]> Authored: Wed Dec 3 18:24:27 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Sat Jan 10 16:39:37 2015 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/44c471ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7849bd0..a4c5152 100644 --- a/pom.xml +++ b/pom.xml @@ -1335,9 +1335,11 @@ </os> </activation> <modules> +<!-- <module>app-packages/accumulo</module> <module>app-packages/hbase</module> <module>app-packages/storm</module> +--> </modules> </profile> @@ -1349,8 +1351,10 @@ </os> </activation> <modules> +<!-- <module>app-packages/hbase-win</module> <module>app-packages/storm-win</module> +--> </modules> </profile> <profile>
