Return-Path: X-Original-To: apmail-mahout-commits-archive@www.apache.org Delivered-To: apmail-mahout-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2267F1076D for ; Tue, 3 Dec 2013 16:50:14 +0000 (UTC) Received: (qmail 51568 invoked by uid 500); 3 Dec 2013 16:50:11 -0000 Delivered-To: apmail-mahout-commits-archive@mahout.apache.org Received: (qmail 51124 invoked by uid 500); 3 Dec 2013 16:50:04 -0000 Mailing-List: contact commits-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list commits@mahout.apache.org Received: (qmail 50956 invoked by uid 99); 3 Dec 2013 16:50:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 16:50:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Dec 2013 16:50:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CF7D3238888F; Tue, 3 Dec 2013 16:49:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1547474 - in /mahout/trunk: examples/pom.xml integration/pom.xml pom.xml Date: Tue, 03 Dec 2013 16:49:40 -0000 To: commits@mahout.apache.org From: sslavic@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131203164940.CF7D3238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sslavic Date: Tue Dec 3 16:49:40 2013 New Revision: 1547474 URL: http://svn.apache.org/r1547474 Log: Removed not necessary use of maven-dependency-plugin:copy-dependencies in integration and examples modules Modified: mahout/trunk/examples/pom.xml mahout/trunk/integration/pom.xml mahout/trunk/pom.xml Modified: mahout/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1547474&r1=1547473&r2=1547474&view=diff ============================================================================== --- mahout/trunk/examples/pom.xml (original) +++ mahout/trunk/examples/pom.xml Tue Dec 3 16:49:40 2013 @@ -37,23 +37,6 @@ - - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - - - - - - org.apache.maven.plugins Modified: mahout/trunk/integration/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/integration/pom.xml?rev=1547474&r1=1547473&r2=1547474&view=diff ============================================================================== --- mahout/trunk/integration/pom.xml (original) +++ mahout/trunk/integration/pom.xml Tue Dec 3 16:49:40 2013 @@ -39,22 +39,6 @@ org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - - - - - - - org.apache.maven.plugins maven-remote-resources-plugin ../src/main/appended-resources Modified: mahout/trunk/pom.xml URL: http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1547474&r1=1547473&r2=1547474&view=diff ============================================================================== --- mahout/trunk/pom.xml (original) +++ mahout/trunk/pom.xml Tue Dec 3 16:49:40 2013 @@ -449,19 +449,6 @@ - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - copy-dependencies - - - - - - - - org.apache.mahout mahout-collection-codegen-plugin [1.0,)