[maven-release-plugin] prepare release mahout-0.14.0-rc1
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/ed37c220 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/ed37c220 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/ed37c220 Branch: refs/heads/branch-0.14.0 Commit: ed37c220cbd86b11dde67e6290151ac13f227772 Parents: 2d53a5c Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Tue Jun 5 09:15:33 2018 -0500 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Tue Jun 5 09:15:33 2018 -0500 ---------------------------------------------------------------------- community/community-engines/pom.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/ed37c220/community/community-engines/pom.xml ---------------------------------------------------------------------- diff --git a/community/community-engines/pom.xml b/community/community-engines/pom.xml index 0d006f7..ec90d53 100644 --- a/community/community-engines/pom.xml +++ b/community/community-engines/pom.xml @@ -34,11 +34,6 @@ <packaging>pom</packaging> - <modules> - <module>h2o</module> - <module>flink-batch</module> - </modules> - <build> <plugins> <!-- ensure licenses --> @@ -48,4 +43,20 @@ </plugin> </plugins> </build> + + <profiles> + <profile> + <id>flink-batch</id> + <modules> + <module>flink-batch</module> + </modules> + </profile> + <profile> + <id>h2o</id> + <modules> + <module>h2o</module> + </modules> + </profile> + + </profiles> </project> \ No newline at end of file
