Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 71F131124B for ; Sat, 11 May 2013 20:18:25 +0000 (UTC) Received: (qmail 71555 invoked by uid 500); 11 May 2013 20:18:23 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 71481 invoked by uid 500); 11 May 2013 20:18:23 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 71473 invoked by uid 99); 11 May 2013 20:18:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 20:18:23 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of joe.osowski@gmail.com designates 209.85.219.47 as permitted sender) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 20:18:16 +0000 Received: by mail-oa0-f47.google.com with SMTP id m1so2230491oag.6 for ; Sat, 11 May 2013 13:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; bh=8gGZvWUWL4C1u54NVw66ZQx5w2fjgcpAf+dWamifUd4=; b=uaByZ+JtBH9upMfCIDVOArVwtsLEfBZ0ZIp/NkyFoYTdOvKrrqCo0rU586grXM2oJH 5MoS3lmixhDM/yxlt9znyp9o5A152C1N92z2s3GGBg8nlxXJMWNf0gt/QW68PkTgItTx AFm0ckf6Az006yV70GjGXOR+p5RYPKvwTuPUz+aOwQU56v2MJpvrc7aIWl8NQhkTz4x5 B8cqoIOWXT4/qUTjnqwPmT00u37SNNzpMP1pEmm2B0vzCUCzZz6leRlThsvonGJHN0oW OQi+LDbSG3rRart2Hb13kUCLhUmJGG2pwQ8qfmZnQwoi2IwaFpnUJPDmh6xufnlK0ad2 nbUQ== X-Received: by 10.182.226.162 with SMTP id rt2mr9827632obc.9.1368303475095; Sat, 11 May 2013 13:17:55 -0700 (PDT) Received: from [10.135.4.160] (ip98.plos.org. [12.19.144.98]) by mx.google.com with ESMTPSA id x10sm9098545oes.6.2013.05.11.13.17.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 11 May 2013 13:17:54 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: maven-dependency-plugin purge proper usage From: Joe Osowski In-Reply-To: Date: Sat, 11 May 2013 13:17:38 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: "Maven Users List" X-Mailer: Apple Mail (2.1503) X-Virus-Checked: Checked by ClamAV on apache.org On May 11, 2013, at 1:04 PM, Wayne Fay wrote: >> the build to make sure the latest dependencies are downloaded, as we = sometimes >> change the non snapshot released binaries on our local maven = repository. >=20 > You do realize that this is a really bad idea, and it will eventually > bite you, right? I can see why you would say that. We do weekly internal releases, using = snapshots introduces a lot of complexity into the release process across = our dependencies. This is whole other discussion however. >> [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ ambra-admin = --- >> [INFO] >> [INFO] --- maven-dependency-plugin:2.7:purge-local-repository = (purge-local-dependencies) @ ambra-admin --- >> [WARNING] Unable to purge local repository location: = /home/josowski/.m2/repository/org/ambraproject > ... >> Oddly, I don't see the same behavior on my Mac, only on Ubuntu. >=20 > Perhaps you have some permissions wrong or something under ~/.m2? > Since the plugin works on Mac, I'd suspect something specific to your > environment or some OS-specific problem. Can you try on another Ubuntu > system, another Linux system, or even just under a different (new) > user on the same system? Not a permissions thing. Everything is owned by the user running it. > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org