Repository: mahout Updated Branches: refs/heads/master 2e5093ea2 -> 98be68ac7
MAHOUT-1967 Make Flink Profile closes apache/mahout#305 Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/98be68ac Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/98be68ac Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/98be68ac Branch: refs/heads/master Commit: 98be68ac7fde5d22b502a8cab98069e13f363abb Parents: 2e5093e Author: AdityaAS <[email protected]> Authored: Fri Apr 21 16:57:03 2017 -0500 Committer: rawkintrevo <[email protected]> Committed: Fri Apr 21 16:57:03 2017 -0500 ---------------------------------------------------------------------- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/98be68ac/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8485c7c..b344cef 100644 --- a/pom.xml +++ b/pom.xml @@ -843,13 +843,19 @@ <module>distribution</module> <module>math-scala</module> <module>spark</module> - <!--module>flink</module--> <module>h2o</module> </modules> <profiles> <profile> + <id>flink</id> + <modules> + <module>flink</module> + </modules> + </profile> + + <profile> <id>viennacl</id> <modules> <module>viennacl</module>
