You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2019/01/19 00:01:09 UTC

[mahout] branch master updated: NOJIRA: Cleanup

This is an automated email from the ASF dual-hosted git repository.

akm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/master by this push:
     new b7a99b4  NOJIRA: Cleanup
b7a99b4 is described below

commit b7a99b44553faa9147b4813342bb78ba1c5e11d3
Author: Andrew Musselman <ak...@apache.org>
AuthorDate: Fri Jan 18 16:00:58 2019 -0800

    NOJIRA: Cleanup
---
 pom.xml | 662 ----------------------------------------------------------------
 1 file changed, 662 deletions(-)

diff --git a/pom.xml b/pom.xml
index 72f0a8b..103e9e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -817,10 +817,6 @@
         <module>experimental/viennacl-omp</module>
       </modules>
     </profile>
-    <!--<profile>-->
-      <!--<id>docs</id>-->
-      <!---->
-    <!--</profile>-->
   </profiles>
 
   <reporting>
@@ -864,663 +860,5 @@
     </plugins>
   </reporting>
 
-
-    <!--<defaultGoal>install</defaultGoal>-->
-    <!--<pluginManagement>-->
-      <!--<plugins>-->
-        <!--&lt;!&ndash;-->
-        <!--<plugin>-->
-          <!--<groupId>org.eclipse.m2e</groupId>-->
-          <!--<artifactId>lifecycle-mapping</artifactId>-->
-          <!--<version>1.0.0</version>-->
-          <!--<configuration>-->
-            <!--<lifecycleMappingMetadata>-->
-              <!--<pluginExecutions>-->
-                <!--<pluginExecution>-->
-                  <!--<pluginExecutionFilter>-->
-                    <!--<groupId>org.apache.maven.plugins</groupId>-->
-                    <!--<artifactId>maven-dependency-plugin</artifactId>-->
-                    <!--<versionRange>2.8</versionRange>-->
-                    <!--<goals>-->
-                      <!--<goal>copy-dependencies</goal>-->
-                    <!--</goals>-->
-                  <!--</pluginExecutionFilter>-->
-                  <!--<action>-->
-                    <!--<ignore />-->
-                  <!--</action>-->
-                <!--</pluginExecution>-->
-                <!--<pluginExecution>-->
-                  <!--<pluginExecutionFilter>-->
-                    <!--<groupId>org.apache.mahout</groupId>-->
-                    <!--<artifactId>mahout-collection-codegen-plugin</artifactId>-->
-                    <!--<versionRange>[1.0,)</versionRange>-->
-                    <!--<goals>-->
-                      <!--<goal>generate</goal>-->
-                    <!--</goals>-->
-                  <!--</pluginExecutionFilter>-->
-                  <!--<action>-->
-                    <!--<execute>-->
-                      <!--<runOnIncremental>false</runOnIncremental>-->
-                      <!--<runOnConfiguration>true</runOnConfiguration>-->
-                    <!--</execute>-->
-                  <!--</action>-->
-                <!--</pluginExecution>-->
-              <!--</pluginExecutions>-->
-            <!--</lifecycleMappingMetadata>-->
-          <!--</configuration>-->
-        <!--</plugin>-->
-        <!--&ndash;&gt;-->
-        <!--&lt;!&ndash;-->
-        <!--<plugin>-->
-          <!--<groupId>org.apache.maven.plugins</groupId>-->
-          <!--<artifactId>maven-eclipse-plugin</artifactId>-->
-          <!--<version>2.9</version>-->
-          <!--<configuration>-->
-            <!--<outputDirectory>${eclipse.outputDirectory}</outputDirectory>-->
-            <!--<buildcommands>-->
-              <!--<java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String>-->
-              <!--<java.lang.String>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</java.lang.String>-->
-              <!--<java.lang.String>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</java.lang.String>-->
-            <!--</buildcommands>-->
-            <!--<projectnatures>-->
-              <!--<nature>org.eclipse.jdt.core.javanature</nature>-->
-              <!--<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>-->
-              <!--<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>-->
-            <!--</projectnatures>-->
-            <!--<additionalConfig>-->
-              <!--<file>-->
-                <!--<name>.checkstyle</name>-->
-                <!--<location>/mahout-eclipse-checkstyle</location>-->
-              <!--</file>-->
-              <!--<file>-->
-                <!--<name>.pmd</name>-->
-                <!--<location>/mahout-eclipse-pmd</location>-->
-              <!--</file>-->
-              <!--<file>-->
-                <!--<name>.ruleset</name>-->
-                <!--<location>/mahout-pmd-ruleset.xml</location>-->
-              <!--</file>-->
-            <!--</additionalConfig>-->
-          <!--</configuration>-->
-
-
-
-          <!--<dependencies>-->
-            <!--<dependency>-->
-              <!--<groupId>org.apache.mahout</groupId>-->
-              <!--<artifactId>mahout-buildtools</artifactId>-->
-              <!--<version>${project.version}</version>-->
-            <!--</dependency>-->
-          <!--</dependencies>-->
-        <!--</plugin>-->
-        <!--&ndash;&gt;-->
-        <!--<plugin>-->
-          <!--<groupId>org.apache.maven.plugins</groupId>-->
-          <!--<artifactId>maven-release-plugin</artifactId>-->
-          <!--<version>2.5.2</version>-->
-          <!--<configuration>-->
-            <!--<useReleaseProfile>true</useReleaseProfile>-->
-            <!--<releaseProfiles>viennacl,viennacl-omp,distribution,mahout-release,apache-release</releaseProfiles>-->
-            <!--<goals>deploy</goals>-->
-            <!--<autoVersionSubmodules>true</autoVersionSubmodules>-->
-            <!--<arguments>${arguments}</arguments>-->
-          <!--</configuration>-->
-        <!--</plugin>-->
-        <!--<plugin>-->
-          <!--<groupId>org.apache.maven.plugins</groupId>-->
-          <!--<artifactId>maven-compiler-plugin</artifactId>-->
-          <!--<version>3.3</version>-->
-          <!--<configuration>-->
-            <!--&lt;!&ndash; encoding, source and target are explicitly defined until MNGECLIPSE-966 is fixed &ndash;&gt;-->
-            <!--<encoding>${project.build.sourceEncoding}</encoding>-->
-            <!--<source>${maven.compiler.source}</source>-->
-            <!--<target>${maven.compiler.target}</target>-->
-            <!--<optimize>true</optimize>-->
-          <!--</configuration>-->
-        <!--</plugin>-->
-        <!--<plugin>-->
-          <!--<groupId>org.apache.mahout</groupId>-->
-          <!--<artifactId>mahout-collection-codegen-plugin</artifactId>-->
-          <!--<version>1.0</version>-->
-        <!--</plugin>-->
-        <!--<plugin>-->
-          <!--<groupId>org.codehaus.mojo</groupId>-->
-          <!--<artifactId>build-helper-maven-plugin</artifactId>-->
-          <!--<version>1.9.1</version>-->
-        <!--</plugin>-->
-        <!--<plugin>-->
-          <!--<groupId>net.alchim31.maven</groupId>-->
-          <!--<artifactId>scala-maven-plugin</artifactId>-->
-          <!--<version>${mscala.version}</version>-->
-          <!--<configuration>-->
-            <!--<jvmArgs>-->
-              <!--<jvmArg>-Xms64m</jvmArg>-->
-              <!--<jvmArg>-Xmx1024m</jvmArg>-->
-            <!--</jvmArgs>-->
-            <!--<args>-->
-              <!--<arg>-target:jvm-${maven.compiler.target}</arg>-->
-              <!--<arg>-deprecation</arg>-->
-              <!--<arg>-feature</arg>-->
-              <!--<arg>-language:existentials</arg>-->
-              <!--<arg>-language:implicitConversions</arg>-->
-              <!--<arg>-language:postfixOps</arg>-->
-            <!--</args>-->
-            <!--<sourceDir>src/main/scala</sourceDir>-->
-            <!--<testSourceDir>src/test/scala</testSourceDir>-->
-          <!--</configuration>-->
-        <!--</plugin>-->
-        <!--<plugin>-->
-          <!--<groupId>org.scalatest</groupId>-->
-          <!--<artifactId>scalatest-maven-plugin</artifactId>-->
-          <!--<version>1.0</version>-->
-          <!--<configuration>-->
-            <!--<reportsDirectory>${project.build.directory}/scalatest-reports</reportsDirectory>-->
-            <!--<junitxml>.</junitxml>-->
-            <!--<filereports>WDF TestSuite.txt</filereports>-->
-            <!--<argLine>-Xmx1024m</argLine>-->
-          <!--</configuration>-->
-        <!--</plugin>-->
-        <!--<plugin>-->
-          <!--<groupId>org.codehaus.mojo</groupId>-->
-          <!--<artifactId>versions-maven-plugin</artifactId>-->
-          <!--<version>2.2</version>-->
-        <!--</plugin>-->
-
-      <!--<plugin>-->
-        <!--<groupId>com.atlassian.maven.plugins</groupId>-->
-        <!--<artifactId>maven-clover2-plugin</artifactId>-->
-        <!--<version>4.0.4</version>-->
-      <!--</plugin>-->
-       <!--&lt;!&ndash; Coverage analysis for tests &ndash;&gt;-->
-        <!--<plugin>-->
-          <!--<groupId>org.jacoco</groupId>-->
-          <!--<artifactId>jacoco-maven-plugin</artifactId>-->
-          <!--<version>0.7.7.201606060606</version>-->
-          <!--<executions>-->
-            <!--<execution>-->
-              <!--<goals>-->
-                <!--<goal>prepare-agent</goal>-->
-              <!--</goals>-->
-              <!--<configuration>-->
-                <!--<output>file</output>-->
-                <!--<dumpOnExit>true</dumpOnExit>-->
-              <!--</configuration>-->
-            <!--</execution>-->
-            <!--<execution>-->
-              <!--<id>report</id>-->
-              <!--<phase>verify</phase>-->
-              <!--<goals>-->
-                <!--<goal>report</goal>-->
-              <!--</goals>-->
-            <!--</execution>-->
-          <!--</executions>-->
-        <!--</plugin>-->
-
-        <!--&lt;!&ndash; Report jacoco coverage to coveralls.io &ndash;&gt;-->
-        <!--<plugin>-->
-          <!--<groupId>org.eluder.coveralls</groupId>-->
-          <!--<artifactId>coveralls-maven-plugin</artifactId>-->
-          <!--<version>4.2.0</version>-->
-        <!--</plugin>-->
-
-      <!--</plugins>-->
-    <!--</pluginManagement>-->
-
-
-
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>-->
-        <!--<artifactId>maven-pmd-plugin</artifactId>-->
-        <!--<version>${mpmd.version}</version>-->
-        <!--<dependencies>-->
-          <!--<dependency>-->
-            <!--<groupId>org.apache.mahout</groupId>-->
-            <!--<artifactId>mahout-buildtools</artifactId>-->
-            <!--<version>${project.version}</version>-->
-          <!--</dependency>-->
-        <!--</dependencies>-->
-        <!--<configuration>-->
-          <!--<rulesets>-->
-            <!--&lt;!&ndash; classpath &ndash;&gt;-->
-            <!--<ruleset>mahout-pmd-ruleset.xml</ruleset>-->
-          <!--</rulesets>-->
-          <!--&lt;!&ndash; targetJdk is explicitly set until MPMD-170 is resolved &ndash;&gt;-->
-          <!--<targetJdk>${maven.compiler.target}</targetJdk>-->
-          <!--<linkXRef>false</linkXRef>-->
-          <!--<includeTests>true</includeTests>-->
-          <!--<verbose>true</verbose>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-      <!--<plugin>-->
-        <!--<groupId>org.codehaus.mojo</groupId>-->
-        <!--<artifactId>findbugs-maven-plugin</artifactId>-->
-        <!--<version>${mfindbugs.version}</version>-->
-        <!--<dependencies>-->
-          <!--<dependency>-->
-            <!--<groupId>org.apache.mahout</groupId>-->
-            <!--<artifactId>mahout-buildtools</artifactId>-->
-            <!--<version>${project.version}</version>-->
-          <!--</dependency>-->
-        <!--</dependencies>-->
-        <!--<configuration>-->
-          <!--<xmlOutput>true</xmlOutput>-->
-          <!--<threshold>Low</threshold>-->
-          <!--<effort>Default</effort>-->
-          <!--&lt;!&ndash;visitors>FindDeadLocalStores,UnreadFields</visitors&ndash;&gt;-->
-          <!--&lt;!&ndash;omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors&ndash;&gt;-->
-          <!--<relaxed>true</relaxed>-->
-          <!--&lt;!&ndash; classpath &ndash;&gt;-->
-          <!--<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>-->
-          <!--<failOnError>false</failOnError>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-
-      <!--&lt;!&ndash;-->
-      <!--<plugin>-->
-        <!--<groupId>net.alchim31.maven</groupId>-->
-        <!--<artifactId>scala-maven-plugin</artifactId>-->
-      <!--</plugin>-->
-      <!--&ndash;&gt;-->
-    <!--</plugins>-->
-  <!--</build>-->
-
-  <!--<profiles>-->
-    <!--<profile>-->
-      <!--<id>distribution</id>-->
-      <!--<activation>-->
-        <!--<activeByDefault>false</activeByDefault>-->
-      <!--</activation>-->
-      <!--<modules>-->
-        <!--<module>distribution</module>-->
-      <!--</modules>-->
-    <!--</profile>-->
-
-    <!--<profile>-->
-      <!--<id>flink</id>-->
-    <!--<modules>-->
-      <!--<module>flink</module>-->
-    <!--</modules>-->
-    <!--</profile>-->
-
-    <!--<profile>-->
-      <!--<id>viennacl</id>-->
-    <!--<modules>-->
-      <!--<module>viennacl</module>-->
-      <!--<module>viennacl-omp</module>-->
-    <!--</modules>-->
-    <!--</profile>-->
-
-    <!--<profile>-->
-      <!--<id>viennacl-omp</id>-->
-      <!--<modules>-->
-        <!--<module>viennacl-omp</module>-->
-      <!--</modules>-->
-    <!--</profile>-->
-
-    <!--<profile>-->
-      <!--<id>hadoop2</id>-->
-      <!--<activation>-->
-        <!--<activeByDefault>true</activeByDefault>-->
-      <!--</activation>-->
-      <!--<properties>-->
-        <!--<hadoop.classifier>hadoop2</hadoop.classifier>-->
-        <!--<hadoop.version>2.4.1</hadoop.version>-->
-      <!--</properties>-->
-      <!--<dependencyManagement>-->
-        <!--<dependencies>-->
-          <!--<dependency>-->
-            <!--<groupId>org.apache.hadoop</groupId>-->
-            <!--<artifactId>hadoop-common</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-mapreduce-client-core</artifactId>-->
-            <!--<version>${hadoop.version}</version>-->
-          <!--</dependency>-->
-          <!--<dependency>-->
-            <!--<groupId>org.apache.hadoop</groupId>-->
-            <!--<artifactId>hadoop-yarn-common</artifactId>-->
-            <!--<version>${hadoop.version}</version>-->
-          <!--</dependency>-->
-        <!--</dependencies>-->
-      <!--</dependencyManagement>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>fastinstall</id>-->
-      <!--<properties>-->
-        <!--<skipTests>true</skipTests>-->
-        <!--<pmd.skip>true</pmd.skip>-->
-        <!--<checkstyle.skip>true</checkstyle.skip>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>nochecks</id>-->
-      <!--<properties>-->
-        <!--<pmd.skip>true</pmd.skip>-->
-        <!--<checkstyle.skip>true</checkstyle.skip>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>scala-2.10</id>-->
-      <!--<activation>-->
-        <!--<property><name>!scala-2.11</name></property>-->
-      <!--</activation>-->
-      <!--<properties>-->
-        <!--<scala.compat.version>2.10</scala.compat.version>-->
-        <!--<scala.version>2.10.4</scala.version>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>scala-2.11</id>-->
-      <!--<activation>-->
-        <!--<property><name>scala-2.11</name></property>-->
-      <!--</activation>-->
-      <!--<properties>-->
-        <!--<scala.compat.version>2.11</scala.compat.version>-->
-        <!--<scala.version>2.11.8</scala.version>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>spark-1.6</id>-->
-      <!--<activation>-->
-        <!--<property><name>!spark-2.*</name></property>-->
-      <!--</activation>-->
-      <!--<properties>-->
-        <!--<spark.version>1.6.3</spark.version>-->
-        <!--<spark.compat.version>1.6</spark.compat.version>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>spark-2.0</id>-->
-      <!--<activation>-->
-        <!--<property><name>spark-2.0</name></property>-->
-      <!--</activation>-->
-      <!--<properties>-->
-        <!--<spark.version>2.0.2</spark.version>-->
-        <!--<spark.compat.version>2.0</spark.compat.version>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>spark-2.1</id>-->
-      <!--<activation>-->
-        <!--<property><name>spark-2.1</name></property>-->
-      <!--</activation>-->
-      <!--<properties>-->
-        <!--<spark.version>2.1.0</spark.version>-->
-        <!--<spark.compat.version>2.1</spark.compat.version>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--&lt;!&ndash; most of this profile lives in other places, like distribution &ndash;&gt;-->
-      <!--<id>release.prepare</id>-->
-      <!--<properties>-->
-        <!--<skipTests>true</skipTests>-->
-        <!--<pmd.skip>true</pmd.skip>-->
-        <!--<checkstyle.skip>true</checkstyle.skip>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>mahout-release</id>-->
-      <!--<properties>-->
-        <!--<skipTests>true</skipTests>-->
-        <!--<pmd.skip>true</pmd.skip>-->
-        <!--<checkstyle.skip>true</checkstyle.skip>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<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>-->
-                  <!--&lt;!&ndash; classpath &ndash;&gt;-->
-                  <!--<configLocation>mahout-checkstyle.xml</configLocation>-->
-                  <!--<consoleOutput>true</consoleOutput>-->
-                  <!--<linkXRef>false</linkXRef>-->
-                  <!--<sourceDirectory>${basedir}/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>-->
-      <!--<id>set.eclipse.output</id>-->
-      <!--<properties>-->
-        <!--<eclipse.outputDirectory>${basedir}/eclipse-classes</eclipse.outputDirectory>-->
-      <!--</properties>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>setup.eclipse</id>-->
-      <!--<build>-->
-        <!--<defaultGoal>process-test-sources</defaultGoal>-->
-        <!--<plugins>-->
-          <!--<plugin>-->
-            <!--<groupId>org.apache.maven.plugins</groupId>-->
-            <!--<artifactId>maven-eclipse-plugin</artifactId>-->
-            <!--<version>2.10</version>-->
-            <!--<executions>-->
-              <!--<execution>-->
-                <!--<id>setup.eclipse.project</id>-->
-                <!--<phase>process-test-sources</phase>-->
-                <!--<goals>-->
-                  <!--<goal>eclipse</goal>-->
-                <!--</goals>-->
-              <!--</execution>-->
-            <!--</executions>-->
-          <!--</plugin>-->
-        <!--</plugins>-->
-      <!--</build>-->
-    <!--</profile>-->
-    <!--<profile>-->
-      <!--<id>ci</id>-->
-      <!--<activation>-->
-        <!--<property>-->
-          <!--<name>env.JENKINS_URL</name>-->
-        <!--</property>-->
-      <!--</activation>-->
-      <!--<build>-->
-        <!--<plugins>-->
-          <!--<plugin>-->
-            <!--<groupId>org.codehaus.mojo</groupId>-->
-            <!--<artifactId>build-helper-maven-plugin</artifactId>-->
-            <!--<executions>-->
-              <!--<execution>-->
-                <!--<id>remove-old-mahout-artifacts</id>-->
-                <!--<phase>prepare-package</phase>-->
-                <!--<goals>-->
-                  <!--<goal>remove-project-artifact</goal>-->
-                <!--</goals>-->
-                <!--<configuration>-->
-                  <!--<failOnError>false</failOnError>-->
-                <!--</configuration>-->
-              <!--</execution>-->
-            <!--</executions>-->
-          <!--</plugin>-->
-        <!--</plugins>-->
-      <!--</build>-->
-    <!--</profile>-->
-
-  <!--</profiles>-->
-  <!--<reporting>-->
-    <!--<plugins>-->
-      <!--&lt;!&ndash; surefire runs unit tests &ndash;&gt;-->
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>-->
-        <!--<artifactId>maven-surefire-report-plugin</artifactId>-->
-        <!--<version>${msurefire.version}</version>-->
-      <!--</plugin>-->
-      <!--&lt;!&ndash; checkstyle &ndash;&gt;-->
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>-->
-        <!--<artifactId>maven-checkstyle-plugin</artifactId>-->
-        <!--<version>${mcheckstyle.version}</version>-->
-        <!--<configuration>-->
-          <!--&lt;!&ndash; classpath &ndash;&gt;-->
-          <!--<configLocation>mahout-checkstyle.xml</configLocation>-->
-          <!--<consoleOutput>true</consoleOutput>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-      <!--&lt;!&ndash; test coverage plugin &ndash;&gt;-->
-      <!--<plugin>-->
-        <!--<groupId>com.atlassian.maven.plugins</groupId>-->
-        <!--<artifactId>maven-clover2-plugin</artifactId>-->
-        <!--<version>3.1.12</version>-->
-        <!--<configuration>-->
-          <!--<generateHistorical>true</generateHistorical>-->
-          <!--<licenseLocation>buildtools/clover.license</licenseLocation>-->
-          <!--<generatePdf>false</generatePdf>-->
-          <!--<generateXml>true</generateXml>-->
-          <!--<generateHtml>true</generateHtml>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-
-      <!--&lt;!&ndash; code duplication - copy and paste detection &ndash;&gt;-->
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>-->
-        <!--<artifactId>maven-pmd-plugin</artifactId>-->
-        <!--<version>${mpmd.version}</version>-->
-        <!--<configuration>-->
-          <!--<rulesets>-->
-            <!--&lt;!&ndash; classpath &ndash;&gt;-->
-            <!--<ruleset>mahout-pmd-ruleset.xml</ruleset>-->
-          <!--</rulesets>-->
-          <!--<targetJdk>${maven.compiler.target}</targetJdk>-->
-          <!--<linkXRef>false</linkXRef>-->
-          <!--<includeTests>true</includeTests>-->
-          <!--<verbose>true</verbose>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-      <!--&lt;!&ndash; catch code tags &ndash;&gt;-->
-      <!--<plugin>-->
-        <!--<groupId>org.codehaus.mojo</groupId>-->
-        <!--<artifactId>taglist-maven-plugin</artifactId>-->
-        <!--<version>2.4</version>-->
-        <!--<configuration>-->
-          <!--<tags>-->
-            <!--<tag>TODO</tag>-->
-            <!--<tag>todo</tag>-->
-          <!--</tags>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-      <!--&lt;!&ndash; findbugs &ndash;&gt;-->
-      <!--<plugin>-->
-        <!--<groupId>org.codehaus.mojo</groupId>-->
-        <!--<artifactId>findbugs-maven-plugin</artifactId>-->
-        <!--<version>${mfindbugs.version}</version>-->
-        <!--<configuration>-->
-          <!--<xmlOutput>true</xmlOutput>-->
-          <!--<threshold>Low</threshold>-->
-          <!--<effort>Default</effort>-->
-          <!--&lt;!&ndash;visitors>FindDeadLocalStores,UnreadFields</visitors&ndash;&gt;-->
-          <!--&lt;!&ndash;omitVisitors>FindDeadLocalStores,UnreadFields</omitVisitors&ndash;&gt;-->
-          <!--<debug>true</debug>-->
-          <!--<relaxed>true</relaxed>-->
-          <!--&lt;!&ndash; classpath &ndash;&gt;-->
-          <!--<excludeFilterFile>findbugs-exclude.xml</excludeFilterFile>-->
-        <!--</configuration>-->
-      <!--</plugin>-->
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>-->
-        <!--<artifactId>maven-changes-plugin</artifactId>-->
-        <!--<version>2.9</version>-->
-        <!--<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>-->
-        <!--<version>2.8</version>-->
-        <!--<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>-->
-        <!--<version>2.4</version>-->
-      <!--</plugin>-->
-      <!--<plugin>-->
-        <!--<groupId>net.alchim31.maven</groupId>-->
-        <!--<artifactId>scala-maven-plugin</artifactId>-->
-        <!--<version>${mscala.version}</version>-->
-      <!--</plugin>-->
-    <!--</plugins>-->
-  <!--</reporting>-->
-
-
 </project>