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/a147d73b Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/a147d73b Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/a147d73b Branch: refs/heads/feature/SLIDER-151_REST_API Commit: a147d73b564761b185f5087d22884441e0ab8746 Parents: 54e09f9 Author: Steve Loughran <[email protected]> Authored: Wed Dec 3 18:24:27 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Wed Dec 3 18:24:27 2014 +0000 ---------------------------------------------------------------------- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/a147d73b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 869a090..9774c3a 100644 --- a/pom.xml +++ b/pom.xml @@ -1359,9 +1359,11 @@ </os> </activation> <modules> +<!-- <module>app-packages/accumulo</module> <module>app-packages/hbase</module> <module>app-packages/storm</module> +--> </modules> </profile> @@ -1373,8 +1375,10 @@ </os> </activation> <modules> +<!-- <module>app-packages/hbase-win</module> <module>app-packages/storm-win</module> +--> </modules> </profile> <profile>
