Author: akm
Date: Wed Oct 7 22:07:27 2020
New Revision: 41764
Log:
Apache Mahout 14.1 Release
Added:
release/mahout/14.1/
release/mahout/14.1/apache-mahout-distribution-14.1.pom
release/mahout/14.1/apache-mahout-distribution-14.1.pom.asc
release/mahout/14.1/apache-mahout-distribution-14.1.pom.sha1
release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2 (with props)
release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.asc
release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.sha1
release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz (with props)
release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.asc
release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.sha1
release/mahout/14.1/mahout-14.1-source-release.zip (with props)
release/mahout/14.1/mahout-14.1-source-release.zip.asc
release/mahout/14.1/mahout-14.1-source-release.zip.sha1
release/mahout/14.1/mahout-14.1.pom
release/mahout/14.1/mahout-14.1.pom.asc
release/mahout/14.1/mahout-14.1.pom.sha1
Added: release/mahout/14.1/apache-mahout-distribution-14.1.pom
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.pom (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.pom Wed Oct 7 22:07:27
2020
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout</artifactId>
+ <version>14.1</version>
+ </parent>
+
+ <artifactId>apache-mahout-distribution</artifactId>
+ <packaging>pom</packaging>
+
+ <name>Mahout Distribution</name>
+ <description>Distribution Package</description>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>distro-assembly-bin</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <configuration>
+ <attach>true</attach>
+ <finalName>apache-mahout-${project.version}</finalName>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
+ <appendAssemblyId>false</appendAssemblyId>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <!-- Mahout core -->
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-core</artifactId>
+ <version>14.1</version>
+ <classifier>scala_${scala.compat.version}</classifier>
+ </dependency>
+
+ <!-- Engines -->
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-hdfs</artifactId>
+ <version>14.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-spark</artifactId>
+ <version>14.1</version>
+ <classifier>scala_${scala.compat.version}</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-spark</artifactId>
+ <version>14.1</version>
+ <!-- This needs the scala_2.11 addition -->
+ <classifier>dependency-reduced</classifier>
+ </dependency>
+ </dependencies>
+
+ <profiles>
+ <!-- Pull in the community modules, if the profile is enabled -->
+ <profile>
+ <id>with-community-modules</id>
+ <dependencies>
+ <!--
+ Community Artifacts
+ -->
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-spark-cli-drivers</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ <classifier>scala_${scala.compat.version}</classifier>
+ </dependency>
+
+ <!-- Community Engines -->
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-flink-batch</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ <classifier>scala_${scala.compat.version}</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-h2o</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ <classifier>scala_${scala.compat.version}</classifier>
+ </dependency>
+
+ <!-- Mahout MR -->
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout-integration</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ <classifier>scala_${scala.compat.version}</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mr</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mr-examples</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mr</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ <classifier>job</classifier>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mr-examples</artifactId>
+ <version>14.1-SNAPSHOT</version>
+ <classifier>job</classifier>
+ </dependency>
+ </dependencies>
+ </profile>
+ </profiles>
+
+</project>
Added: release/mahout/14.1/apache-mahout-distribution-14.1.pom.asc
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.pom.asc (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.pom.asc Wed Oct 7
22:07:27 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEpjzSyMqlR8KjwojGYdxx2RQKW+kFAl9bqdUACgkQYdxx2RQK
+W+lRww/8Cy39Gxrd/e54Ak+CVzFOKyrmSkhLV27Y25uEbTukgEfxPVnJFPHbm0Gh
+GQyvG1g+/z26mF1PaGGd1oWs6ECVJ4vetM3XrU66xRyciv+2P407DjR4xsiZAStH
+q4J9Q5GY2OWG2RT/3kvaJkUc+716fVlcCPWrHBStYj7bvlDXw6rugBjvznwvrZoG
+BuNKUV6ao4sSo5t4h7ezZdF8g/nnArLKRFm/V5ahDYGhh15LCEojCos0VvfcCqeB
+xKGmTqrTWbrwBnC94F6zeoFf8EwuQivnEKLYTEFY/j3kHQZAPbxdJJvUHAazV9Te
+3irFJDuY5mZmczMFi7pVQs/nrzwoBH0Ntr9u1+iikeroBdS05bY7u8PVyAiL//7B
+9BX0apRCX1xhxOYbhhCaDn9jMOLkRYfYDOz73VyxE+tciJNTw05lBPyyyZdfBDnx
+glpk97sSRPETDPrFn0o5bX9ECtGgH3mgOFTKLopXQvx8xxspEGXLxF4kPdY4HXl7
+55WBsjwAfiu3NixiXuZqIpPyXr57y2o+ubDYohSOnqw7lHctCURvVhe0rzNrBaiy
+/YoYscPBE/nabgpcLT+FzdxiI3+Z4XPjDipdQ7ecWcY2gjbR1JEJ4DG5vf3kY/1I
+BaHvubHQ67lWwxKVT8Cx+Lg8pCAqo0IdHJjEuNQOD2QtQv22hCA=
+=6p5I
+-----END PGP SIGNATURE-----
Added: release/mahout/14.1/apache-mahout-distribution-14.1.pom.sha1
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.pom.sha1 (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.pom.sha1 Wed Oct 7
22:07:27 2020
@@ -0,0 +1 @@
+c07dbb0dd6eb57beb961a40c06011d37cfe33cd8
\ No newline at end of file
Added: release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2
==============================================================================
Binary file - no diff available.
Propchange: release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.asc
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.asc (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.asc Wed Oct 7
22:07:27 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEpjzSyMqlR8KjwojGYdxx2RQKW+kFAl9bqdUACgkQYdxx2RQK
+W+kBOQ/+MhYpbtQPi2QfMPqGt1DkS74oTPW/GwUTnbIkCg5nDAfqBk34FtLYB03d
+rZSLzu1Prgx/kEV392kNl2J1EaNuMEeFcdaCdhMrNhMUWrWXhddNci+7A7p9HVbt
+xOuw16wFwrOZj2wJOtKV6FhN5DdvnshXjT+CCPVbql9H6LDd6qOTc0gvfkINQttP
+qYdn+f2eWQZLe29QkssLxFWT/np7imPCUA7odpyYDd45hvSoZUF1Ucokov3ZAcIo
+Ha1fd3JoJumgKbvnlJEW0LbRHHMqkgPBRIC2SEh54C0ZSaG6FAIvdfhqMxKj5nf/
+kkMIDetfxIi3S3e/rYQONdnsyhxV+3nVdQMuO+Zoyk+VBoBPutczhlRlUpgYwtXM
+q/tntNa6/CFI1ehNjfwkiQwsT9hFvF0elNKsK46EI40p1pZeCjw7lGiFTHhpUcLn
+f/unMQxM+fU65Vj28yR/r59CHGrKPxFiTj1td7qrDkuCUOl9l/SbZoZQXy+cTdfO
++MRJnzfsVAy5Bxmx2bj4Tf2w7qcZnIdnhzjXWT1NpCDPNRNjfVZNGjmv9YRHN8QQ
+6Na4fKZZpOgyjoa0GzBxeWoWSXUMFUmLSt2RVdBaqOaEinF3E1XQvc2dBY8+Hmbc
+IewHGjI4OaGOMmrMf+60X+h9u0Glicl93YQ+EzQunTUNWkC/7wQ=
+=1g8l
+-----END PGP SIGNATURE-----
Added: release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.sha1
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.sha1 (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.tar.bz2.sha1 Wed Oct 7
22:07:27 2020
@@ -0,0 +1 @@
+51bb196d5a98e272833e7addd98e125e8710d177
\ No newline at end of file
Added: release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz
==============================================================================
Binary file - no diff available.
Propchange: release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.asc
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.asc (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.asc Wed Oct 7
22:07:27 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEpjzSyMqlR8KjwojGYdxx2RQKW+kFAl9bqdUACgkQYdxx2RQK
+W+m1MxAAjNFJcq785IsiX9AhZrnyY2HlhuomYrHNwwEq5vF4P3qD4Ig1Lwt6e8Dj
+nKBJvbB7CFDHhhXaUVALGM552J+MocSrpIA3DRHxkV7c2hwGPpMx6CXLAjgCiuVl
+6mvqmgkSoKXCpVy09lHnc8MhJwJkyoOn8CJC+/HDb8UJ1Up9dzw3BZvAo+cY33ue
+gZaH6cT9H/ezQkuZxFqLHnLirrJLH/dCai2L5yhiyjvwxNwfkV6LHhtcPhvj87MV
+Bnb+f2gUGY5kj1JEeAyARFpwLZhyr3S5MEtwaojPZLd4so0Ll10Q0ol53d4pYumD
+lzsp8VrAYbxco6/5K7BjdPZ6wLxjpgbYrwaV8RRI3nmTCuYl3SKikyzqerBlCvIq
+a7qD39j9O07/scZOFVXbTJ/GbMnZQcoB4wofomCVJkpND7AXiZtII7fO7SFhY/bW
+Qu3O0IQPoAYTJhZCr+NYVYuiGbl/WmQQlqqMiuzUuCzepp0ynLJQKI1D+JVZFtE1
+PUE+YrCcV8ToiRmk4SHKDPQVOJZqZTAYdBffvan0ytXi+JqIIYkQAS24B4zSGUXJ
+2ijfKZTGsssi4FDPdjT3eKvdJ2ZSbx45R+Cl9Gv80N62NB+Xqfo/k0heMP74mP0p
+kF7zuBs4WppkMZy33Su3ZG6p32AQT7/lsMRyKolKDeOQWWIw3yE=
+=kGzS
+-----END PGP SIGNATURE-----
Added: release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.sha1
==============================================================================
--- release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.sha1 (added)
+++ release/mahout/14.1/apache-mahout-distribution-14.1.tar.gz.sha1 Wed Oct 7
22:07:27 2020
@@ -0,0 +1 @@
+16903ff17b1a4014f0dd8a931907bf98898cf28e
\ No newline at end of file
Added: release/mahout/14.1/mahout-14.1-source-release.zip
==============================================================================
Binary file - no diff available.
Propchange: release/mahout/14.1/mahout-14.1-source-release.zip
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: release/mahout/14.1/mahout-14.1-source-release.zip.asc
==============================================================================
--- release/mahout/14.1/mahout-14.1-source-release.zip.asc (added)
+++ release/mahout/14.1/mahout-14.1-source-release.zip.asc Wed Oct 7 22:07:27
2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEpjzSyMqlR8KjwojGYdxx2RQKW+kFAl9bqEUACgkQYdxx2RQK
+W+lueg/8C13kN2bsKmBoHw7RprRFx9RWSGcdkLerBDhJXV3RhGMgordmkjo683nj
+MPmFRyCy65IatOsJfvvBB6JKoxyHv7nsqPxEXdW8g7OEXCmZUGpxd80i5+ywPKaA
+kMchb56Ih7t9ZeuVDAzo8PPo7HHRYU/bYQDF+0CtbfYfTFbOIr/Egsl62nlAi2ku
+6WLqL5xkC4ArkLYlMpWQ1zxiXbOGePAVtbjEaXQjh/I5vcSdmvjvTRnz3lbzMuJg
+xoETgiAV0CtvOevAFNZ2OwLJxK0KFxJATRtcN8+xrs7xkLEOpMqRN55bQP48+SU9
+omoKQO4LZXGcxkhg2GR8NtcXyG0pqUu5nATQ+yZg+t+z8WJ2qKC1+zbgdDx2gUSu
+DyIHui9/TND+JumwY4TdfCxlggBFKphFDvuP9EZH1L+bBkTyDV6x1qA695J4Er9p
+nxG14K4Kp24LFt+1+8qShbKSfpMtsF3jp5UWZYVJEVzsYW1QfaI32X41IK78PRE/
+9ONoxQFk+EKJPTwxAnk8dDwA+9QlJwmb6fnNQ4RKBzxmLUIlCq+M89pPUg46r4An
+ri9KgAW9NR6x8p3hvRyd2vt4+d61DzskRF00H4Qvju1jyJVPqOV++X9k/fOfOwUb
+67kJYQpVtZ7Z5U5nEgKLQtAlcJaZO7wG8s0OFY4DzvxCa3DTX60=
+=phQR
+-----END PGP SIGNATURE-----
Added: release/mahout/14.1/mahout-14.1-source-release.zip.sha1
==============================================================================
--- release/mahout/14.1/mahout-14.1-source-release.zip.sha1 (added)
+++ release/mahout/14.1/mahout-14.1-source-release.zip.sha1 Wed Oct 7 22:07:27
2020
@@ -0,0 +1 @@
+cc3bfe5727a84e351a4623183c1ea252a29ff90a
\ No newline at end of file
Added: release/mahout/14.1/mahout-14.1.pom
==============================================================================
--- release/mahout/14.1/mahout-14.1.pom (added)
+++ release/mahout/14.1/mahout-14.1.pom Wed Oct 7 22:07:27 2020
@@ -0,0 +1,1188 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache</groupId>
+ <artifactId>apache</artifactId>
+ <version>23</version>
+ </parent>
+
+ <groupId>org.apache.mahout</groupId>
+ <artifactId>mahout</artifactId>
+ <version>14.1</version>
+ <packaging>pom</packaging>
+
+ <name>Apache Mahout</name>
+ <url>http://mahout.apache.org</url>
+ <inceptionYear>2008</inceptionYear>
+ <description>Mahout's goal is to build scalable machine learning libraries.
With scalable we mean: Scalable to
+ reasonably large data sets. Our core algorithms for clustering,
classification and batch based collaborative
+ filtering are implemented on top of Apache Hadoop using the map/reduce
paradigm. However we do not restrict
+ contributions to Hadoop based implementations: Contributions that run on a
single node or on a non-Hadoop
+ cluster are welcome as well. The core libraries are highly optimized to
allow for good performance also for
+ non-distributed algorithms. Scalable to support your business case. Mahout
is distributed under a commercially
+ friendly Apache Software license. Scalable community. The goal of Mahout
is to build a vibrant, responsive,
+ diverse community to facilitate discussions not only on the project itself
but also on potential use cases. Come
+ to the mailing lists to find out more. Currently Mahout supports mainly
four use cases: Recommendation mining
+ takes users' behavior and from that tries to find items users might like.
Clustering takes e.g. text documents
+ and groups them into groups of topically related documents. Classification
learns from existing categorized
+ documents what documents of a specific category look like and is able to
assign unlabelled documents to the
+ (hopefully) correct category. Frequent itemset mining takes a set of item
groups (terms in a query session,
+ shopping cart content) and identifies, which individual items usually
appear together.
+ </description>
+
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://www.apache.org/</url>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
+ <mailingLists>
+ <mailingList>
+ <name>User list</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/mahout-user/</archive>
+ <otherArchives>
+ <otherArchive>http://mahout.apache.org/mail/user/</otherArchive>
+ <otherArchive>http://mahout.markmail.org/</otherArchive>
+
<otherArchive>http://www.nabble.com/Mahout-User-List-f32042.html</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>Developers List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+ <archive>http://mail-archives.apache.org/mod_mbox/mahout-dev/</archive>
+ <otherArchives>
+ <otherArchive>http://mahout.apache.org/mail/dev/</otherArchive>
+ <otherArchive>http://mahout.markmail.org/</otherArchive>
+
<otherArchive>http://www.nabble.com/Mahout-Developer-List-f32041.html</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>Commit notifications</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/mahout-commits/</archive>
+ <otherArchives>
+ <otherArchive>http://mahout.apache.org/mail/commits/</otherArchive>
+ </otherArchives>
+ </mailingList>
+ </mailingLists>
+
+ <!-- Required for Release Plugin -->
+ <scm>
+ <connection>scm:git:[email protected]:apache/mahout.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mahout.git</developerConnection>
+
<url>https://gitbox.apache.org/repos/asf?p=mahout.git;a=tree;h=refs/heads/${project.scm.tag};hb=${project.scm.tag}</url>
+ <tag>mahout-14.1</tag>
+ </scm>
+
+ <issueManagement>
+ <system>Jira</system>
+ <url>https://issues.apache.org/jira/browse/MAHOUT</url>
+ </issueManagement>
+
+ <repositories>
+ <repository>
+ <id>apache.snapshots</id>
+ <name>Apache Snapshot Repository</name>
+ <url>https://repository.apache.org/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
+
+ <slf4j.version>1.7.22</slf4j.version>
+ <scala.version>2.11.12</scala.version>
+ <scala.compat.version>2.11</scala.compat.version>
+ <scalatest.version>3.0.5</scalatest.version>
+ <spark.version>2.4.5</spark.version>
+ <spark.compat.version>2.4</spark.compat.version>
+ <compile.flags />
+
+ <lucene.version>8.5.1</lucene.version>
+
+ <mahout.skip.distribution>true</mahout.skip.distribution>
+ <!-- `mvn site` throws a hissy fit searching no longer existing repos if
this is not set false -->
+ <dependency.locations.enabled>false</dependency.locations.enabled>
+ <mahout.skip.distribution>true</mahout.skip.distribution>
+ <release.candidate>RC4</release.candidate>
+ <compile.flags />
+ <maven.clover.multiproject>true</maven.clover.multiproject>
+ <hadoop.version>2.10.0</hadoop.version>
+
+
<test-security-policy.path>${project.build.directory}/buildtools/src/test/resources/java.policy</test-security-policy.path>
+ </properties>
+
+ <modules>
+ <module>core</module>
+ <module>engine</module>
+ <module>distribution</module>
+ <!-- The javacpp stuff doesn't seem to work correctly on Macs -->
+ <!--module>experimental</module-->
+ </modules>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <version>14.0.1</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ <version>3.2</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-annotations</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-auth</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-common</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-app</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-common</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-core</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-mapreduce-client-shuffle</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-api</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-client</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-common</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-yarn-server-common</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-analyzers-common</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-benchmark</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-codecs</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-facet</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-highlighter</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-join</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-memory</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-queries</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-queryparser</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-spatial</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-spatial-extras</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-test-framework</artifactId>
+ <version>${lucene.version}</version>
+ </dependency>
+
+ <!-- scala stuff -->
+ <!-- set the scala version here only -->
+ <dependency>
+ <groupId>org.scalatest</groupId>
+ <artifactId>scalatest_${scala.compat.version}</artifactId>
+ <version>${scalatest.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-reflect</artifactId>
+ <version>${scala.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.scala-lang</groupId>
+ <artifactId>scala-library</artifactId>
+ <version>${scala.version}</version>
+ </dependency>
+
+ <!-- TODO Move to ONE logging framework... -->
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>${slf4j.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.13</version>
+ </dependency>
+
+ <!-- used in Core -->
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.17</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-runtime_${scala.compat.version}</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-java</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-core</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-clients_${scala.compat.version}</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-scala_${scala.compat.version}</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-test-utils_${scala.compat.version}</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-tests_${scala.compat.version}</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>ai.h2o</groupId>
+ <artifactId>h2o-core</artifactId>
+ <version>0.1.25</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-dbcp</groupId>
+ <artifactId>commons-dbcp</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-pool</groupId>
+ <artifactId>commons-pool</artifactId>
+ <version>1.6</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mongodb</groupId>
+ <artifactId>mongo-java-driver</artifactId>
+ <version>2.11.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.mongodb</groupId>
+ <artifactId>bson</artifactId>
+ <version>2.11.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase-client</artifactId>
+ <version>1.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hectorclient</groupId>
+ <artifactId>hector-core</artifactId>
+ <version>1.1-4</version>
+ </dependency>
+ <dependency>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ <version>1.4.01</version>
+ </dependency>
+ <dependency>
+ <groupId>com.tdunning</groupId>
+ <artifactId>t-digest</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-core</artifactId>
+ <version>2.7.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>com.thoughtworks.xstream</groupId>
+ <artifactId>xstream</artifactId>
+ <version>1.4.6</version>
+ </dependency>
+ <!-- TODO: Check this dependency -->
+ <dependency>
+ <groupId>org.apache.mahout.commons</groupId>
+ <artifactId>commons-cli</artifactId>
+ <version>2.0-mahout</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.flink</groupId>
+ <artifactId>flink-scala_2${scala.compat.version}</artifactId>
+ <version>1.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.solr</groupId>
+ <artifactId>solr-commons-csv</artifactId>
+ <version>3.5.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <version>1.3</version>
+ </dependency>
+ <dependency>
+ <groupId>com.carrotsearch.randomizedtesting</groupId>
+ <artifactId>randomizedtesting-runner</artifactId>
+ <version>2.0.15</version>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>3.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.mrunit</groupId>
+ <artifactId>mrunit</artifactId>
+ <version>1.0.0</version>
+ <classifier>hadoop2</classifier>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.7.22</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>1.7.22</version>
+ </dependency>
+ <dependency>
+ <groupId>com.github.scopt</groupId>
+ <artifactId>scopt_${scala.compat.version}</artifactId>
+ <version>3.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>com.esotericsoftware.kryo</groupId>
+ <artifactId>kryo</artifactId>
+ <version>2.24.0</version>
+ </dependency>
+ <dependency>
+ <groupId>it.unimi.dsi</groupId>
+ <artifactId>fastutil</artifactId>
+ <version>7.0.12</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-core_${scala.compat.version}</artifactId>
+ <version>2.4.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-mllib_${scala.compat.version}</artifactId>
+ <version>2.4.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.bytedeco</groupId>
+ <artifactId>javacpp</artifactId>
+ <version>1.5.3</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.rat</groupId>
+ <artifactId>apache-rat-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ <configuration>
+ <!-- Output the problematic files to the console -->
+ <consoleOutput>true</consoleOutput>
+ <licenses>
+ <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+ <patterns>
+ <note>CERN license for Colt -- basically only requires
attribution</note>
+ <pattern>1999 CERN - European Organization for Nuclear
Research</pattern>
+ </patterns>
+ </license>
+ <license
implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
+ <patterns>
+ <pattern>public domain</pattern>
+ </patterns>
+ </license>
+ </licenses>
+ <excludes>
+ <exclude>release/**</exclude>
+ <exclude>**/*.conf</exclude>
+ <exclude>**/*.iml</exclude>
+ <exclude>**/*.md</exclude>
+ <exclude>**/*.props</exclude>
+ <exclude>**/gen/**</exclude>
+ <exclude>**/resources/**</exclude>
+ <exclude>**/images/**</exclude>
+ <exclude>**/target/**</exclude>
+ <exclude>**/testdata/**</exclude>
+ <exclude>**/.idea/**</exclude>
+ <exclude>**/package-info.java</exclude>
+ <exclude>**/.git/**</exclude>
+ <exclude>**/.classpath</exclude>
+ <exclude>**/.project</exclude>
+ <exclude>**/.settings/**</exclude>
+ <exclude>**/*.patch</exclude>
+ <exclude>website/**</exclude>
+ <exclude>.github/*</exclude>
+ <exclude>**/*.properties</exclude>
+ <!-- This directory onyl exists on travis -->
+ <exclude>viennacl-dev-release-1.7.1/**</exclude>
+ </excludes>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>enforce-versions</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireJavaVersion>
+ <version>[1.8,)</version>
+ </requireJavaVersion>
+ <requireMavenVersion>
+ <version>[3.3.9,)</version>
+ </requireMavenVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <!-- encoding, source and target are explicitly defined until
MNGECLIPSE-966 is fixed -->
+ <encoding>${project.build.sourceEncoding}</encoding>
+ <source>${maven.compiler.source}</source>
+ <target>${maven.compiler.target}</target>
+ <optimize>true</optimize>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkCount>2</forkCount>
+ <reuseForks>false</reuseForks>
+ <!--argLine>-Xmx768m -Djava.security.manager
-Djava.security.policy=${test-security-policy.path}</argLine-->
+ <argLine>-Xmx768m</argLine>
+ <testFailureIgnore>false</testFailureIgnore>
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
+ <systemPropertyVariables>
+
<mahout.test.directory>${project.build.directory}</mahout.test.directory>
+ </systemPropertyVariables>
+ </configuration>
+ </plugin>
+
+ <!-- Create JavaDocs -->
+ <!--plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin-->
+
+ <!-- Create ScalaDocs -->
+ <!--plugin>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
+ <version>4.4.0</version>
+
+ <executions>
+ <execution>
+ <id>attach-scaladocs</id>
+ <phase>package</phase>
+ <goals>
+ <goal>doc-jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin-->
+ </plugins>
+
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>3.1.0</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>3.0.0-M3</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <version>3.1.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <version>3.13.0</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>3.0.5</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.8.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
+ <version>4.3.1</version>
+ <configuration>
+ <displayCmd>true</displayCmd>
+ <checkMultipleScalaVersions>true</checkMultipleScalaVersions>
+ <failOnMultipleScalaVersions>true</failOnMultipleScalaVersions>
+ <scalaCompatVersion>${scala.compat.version}</scalaCompatVersion>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>3.0.0-M4</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>3.0.0-M4</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.scalatest</groupId>
+ <artifactId>scalatest-maven-plugin</artifactId>
+ <version>2.0.0</version>
+ <configuration>
+ <systemProperties>
+ <!--
+ Make scalatest use the same java version as Maven is using
+ (Without it would use the java version in the users Path)
+ -->
+ <java.home>${java.home}</java.home>
+
<jdk.lang.Process.launchMechanism>FORK</jdk.lang.Process.launchMechanism>
+ </systemProperties>
+ <logForkedProcessCommand>true</logForkedProcessCommand>
+ <!-- Make scalatest output to the usual surefire directory -->
+
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
+ <junitxml>.</junitxml>
+ <filereports>WDF TestSuite.txt</filereports>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>3.2.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>3.2.0</version>
+ <configuration>
+ <!--
+ TODO: The JavaDoc comments quite commonly have invalid content
throughout the
+ project. The best solution would be to enable the fail-on
settings and to fix
+ them, but I've disabled them for now.
+ -->
+ <failOnWarnings>false</failOnWarnings>
+ <failOnError>false</failOnError>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>3.1.2</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>3.1.0</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <version>1.6.0</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <version>2.4</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <version>2.12.1</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>3.0.0</version>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>3.2.0</version>
+ <configuration>
+ <finalName>apache-mahout-${project.version}</finalName>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>3.0.0-M1</version>
+ <configuration>
+ <!--
+ Make the release plugin release all modules in the reactor with
the same version.
+ Without this, a release- and development version would have to
be provided for
+ every single module.
+ -->
+ <autoVersionSubmodules>true</autoVersionSubmodules>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>net.nicoulaj.maven.plugins</groupId>
+ <artifactId>checksum-maven-plugin</artifactId>
+ <version>1.8</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
+ </build>
+
+ <profiles>
+ <!-- Enable the community supported modules -->
+ <!-- Beware ... build at own risk -->
+ <profile>
+ <id>with-community-modules</id>
+ <modules>
+ <module>community</module>
+ </modules>
+ </profile>
+
+ <!-- Profile for some detailed source checks -->
+ <profile>
+ <id>sourcecheck</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <showDeprecation>true</showDeprecation>
+ <showWarnings>true</showWarnings>
+ <compilerArgument>${compile.flags}</compilerArgument>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sourcecheck</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>checkstyle</goal>
+ </goals>
+ <configuration>
+ <failsOnError>false</failsOnError>
+ <!-- classpath -->
+ <configLocation>mahout-checkstyle.xml</configLocation>
+ <consoleOutput>true</consoleOutput>
+ <linkXRef>false</linkXRef>
+ <sourceDirectory>distribution/src</sourceDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sourcecheck</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ <goal>cpd-check</goal>
+ </goals>
+ <configuration>
+ <failOnViolation>false</failOnViolation>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>sourcecheck</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>check</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Profile that ensures that when building on the CI server also the source
+ and javadoc jars are being built and attached so they are available as
+ SNAPSHOT versions
+ -->
+ <profile>
+ <id>ci</id>
+ <activation>
+ <property>
+ <name>env.JENKINS_URL</name>
+ </property>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>attach-javadocs</id>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+ <!--
+ Finetuning of the default apache-release profile.
+ In general we only have it additionally create the SHA512 checksum which
is needed
+ to stage a release candidate.
+ -->
+ <profile>
+ <id>apache-release</id>
+ <build>
+ <plugins>
+ <!--
+ Create MD5 and SHA512 checksum files for the release artifacts.
+ -->
+ <plugin>
+ <groupId>net.nicoulaj.maven.plugins</groupId>
+ <artifactId>checksum-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>files</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <algorithms>
+ <algorithm>SHA-512</algorithm>
+ </algorithms>
+ <fileSets>
+ <fileSet>
+ <directory>${project.build.directory}</directory>
+ <includes>
+
<include>apache-mahout-${project.version}-source-release.zip</include>
+ </includes>
+ </fileSet>
+ </fileSets>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
+ <reporting>
+ <plugins>
+ <!-- Create a report about the surefire test results -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
+
+ <!-- checkstyle -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+ <!-- classpath -->
+ <configLocation>mahout-checkstyle.xml</configLocation>
+ <consoleOutput>true</consoleOutput>
+ </configuration>
+ </plugin>
+
+ <!-- test coverage plugin -->
+ <!-- TODO: Use jacoco instead -->
+ <!--plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover2-plugin</artifactId>
+ <version>4.0.6</version>
+ <configuration>
+ <generateHistorical>true</generateHistorical>
+ <licenseLocation>buildtools/clover.license</licenseLocation>
+ <generatePdf>false</generatePdf>
+ <generateXml>true</generateXml>
+ <generateHtml>true</generateHtml>
+ </configuration>
+ </plugin-->
+
+ <!-- generate java doc -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ </plugin>
+
+ <!-- code duplication - copy and paste detection -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-pmd-plugin</artifactId>
+ <configuration>
+ <rulesets>
+ <!-- classpath -->
+ <ruleset>mahout-pmd-ruleset.xml</ruleset>
+ </rulesets>
+ <targetJdk>${maven.compiler.target}</targetJdk>
+ <linkXRef>false</linkXRef>
+ <includeTests>true</includeTests>
+ <verbose>true</verbose>
+ </configuration>
+ </plugin>
+
+ <!-- catch code tags -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ <configuration>
+ <tags>
+ <tag>TODO</tag>
+ <tag>todo</tag>
+ </tags>
+ </configuration>
+ </plugin>
+
+ <!-- findbugs -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <configuration>
+ <xmlOutput>true</xmlOutput>
+ <threshold>Low</threshold>
+ <effort>Default</effort>
+ <!--visitors>FindDeadLocalStores,UnreadFields</visitors-->
+ <!--omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors-->
+ <debug>true</debug>
+ <relaxed>true</relaxed>
+ <!-- classpath -->
+ <excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <configuration>
+ <onlyCurrentVersion>true</onlyCurrentVersion>
+
<columnNames>Type,Key,Summary,Status,Resolution,Assignee</columnNames>
+ <sortColumnNames>Type,Key</sortColumnNames>
+ </configuration>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>jira-report</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>index</report>
+ <report>dependencies</report>
+ <report>dependency-convergence</report>
+ <report>dependency-management</report>
+ </reports>
+ </reportSet>
+ </reportSets>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>taglist-maven-plugin</artifactId>
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <!-- below was not parsing -->
+ <!--<configuration>
+ <reportPlugins>
+ <plugin>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <!–<version>2.2</version>–>
+ </plugin>
+ <plugin>
+ <groupId>net.alchim31.maven</groupId>
+ <artifactId>scala-maven-plugin</artifactId>
+ <version>4.0.2</version>
+ <configuration>
+ <jvmArgs>
+ <jvmArg>-Xms64m</jvmArg>
+ <jvmArg>-Xmx1024m</jvmArg>
+ </jvmArgs>
+ </configuration>
+ </plugin>
+ </reportPlugins>
+ </configuration>-->
+ </plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ <configuration>
+
<configLocation>buildtools/src/main/resources/mahout-checkstyle.xml</configLocation>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+</project>
+
Added: release/mahout/14.1/mahout-14.1.pom.asc
==============================================================================
--- release/mahout/14.1/mahout-14.1.pom.asc (added)
+++ release/mahout/14.1/mahout-14.1.pom.asc Wed Oct 7 22:07:27 2020
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEpjzSyMqlR8KjwojGYdxx2RQKW+kFAl9bqEUACgkQYdxx2RQK
+W+lzUBAAnisMvzpXZrTYjauZbrU5XUZOT7wqBdEshQxEht/vXf0ybGN2zbXu7/yT
+cTHt9c9fC2rXwKsmQIkfuvi3wUfB/GfbogKj2tyNBXlIA6jKsqR1yqBNTmhnkLSw
+OkfDG8koK4bez+zLRVXONrNPkG/YEa6mejhJqIq8MqhcI36358N9MyLPF4FmMPS5
+Wo1b++7zhIm+WK6GQqwP+RAKhKGAEdEp/lzmJ7evkW0Pcy5tZJqRpdU7jNn+yefb
+7Zo7iXQKHMDAlms0u6SFV7uOBzI+76HUA6E03+nuRaikhCLJkgEYJFyz6EsC5O1l
+ZmwOLFxWB74o2RpbKapo4NDblroMJ4PnDG0d3Wg1K8xsXjYEAR9IhxfRH7vDCIke
+SSLnA+BZcBgpOH/mPHWVc7v/TUoCCJ28miRr7biTjSJlG1yEwa+4UbGpl66oDwcn
+dxog+/0IdlRifd7Hr3W6ehKReSdZS7QoXIi068oYAYyV6crDBfBDLhJJu36v7Jwa
+1XogIRYMF3Xzgr15BkEIbMZcDxuitHzN9GWs9HB9O57fxkjoJVtSA5cvbVGqdrFx
+HcUfSI2qzKXd8wWQ0tW7klpb/fScZRBBONGwZ5l4z3S8LOoQQZywntImQEVHA0B6
+BjQ6+OEkEva839gDU8bR7khZ2upnOPBXGyZy2DcLHDjbh7ckS04=
+=8RWq
+-----END PGP SIGNATURE-----
Added: release/mahout/14.1/mahout-14.1.pom.sha1
==============================================================================
--- release/mahout/14.1/mahout-14.1.pom.sha1 (added)
+++ release/mahout/14.1/mahout-14.1.pom.sha1 Wed Oct 7 22:07:27 2020
@@ -0,0 +1 @@
+1e6b068b0e1474f13d237c154dcf3ca9db8e17e1
\ No newline at end of file