From users-return-130268-apmail-maven-users-archive=maven.apache.org@maven.apache.org Thu Dec 6 13:35:22 2012 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 D9413DF5F for ; Thu, 6 Dec 2012 13:35:22 +0000 (UTC) Received: (qmail 47481 invoked by uid 500); 6 Dec 2012 13:35:20 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 47380 invoked by uid 500); 6 Dec 2012 13:35:20 -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 47363 invoked by uid 99); 6 Dec 2012 13:35:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 13:35:19 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dhoffer6@gmail.com designates 74.125.83.43 as permitted sender) Received: from [74.125.83.43] (HELO mail-ee0-f43.google.com) (74.125.83.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 13:35:13 +0000 Received: by mail-ee0-f43.google.com with SMTP id e49so4391113eek.30 for ; Thu, 06 Dec 2012 05:34:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=ebdkjzEVwAvlrBIXqDVm3/JJ5YFToXbzBTnTFcpgwks=; b=nNxM9x4qcS/2yHCuaClAw0a9SB1iSbPxJiu8K0BLacT9Lt9H3LeZUgQ4RN7xWG/H9I 34ZLKEN/me2g8XS7uuHsLwtBpdJVP019/rYy7LjTh4PulZVJqK54aCrBZxYmtel/6eUV /gFEFY9iHbVi3VEmMMGFdv0tz4ocnOBnl4bZaEFLmzIo8Drg2FbL7RH7r/3H7vW/bZEA Q3LXNl1/NhLUcx3J+82frl98Zx2im0zKM5oHpqdnKID3CAOSyHq6o7idHZb/qVx2lfcY 1Mgr9kcpY6Y8BNgiyKug/Lkix+0Hum9tDJ6F+olKsNKq2Y8FhlPlb5pZ0++dlzMwwQGU 7/ig== MIME-Version: 1.0 Received: by 10.14.225.72 with SMTP id y48mr5603036eep.46.1354800892338; Thu, 06 Dec 2012 05:34:52 -0800 (PST) Received: by 10.14.96.74 with HTTP; Thu, 6 Dec 2012 05:34:52 -0800 (PST) In-Reply-To: References: <3458904.0CnAM3uL8C@bigmax> Date: Thu, 6 Dec 2012 06:34:52 -0700 Message-ID: Subject: Re: Maven site build errors From: David Hoffer To: Maven Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Note that the copy-dependencies goal in the stand-alone module is not really relevant/useful in the site build. Rather it's a key part of the regular...clean, install, release phases...that module just copies artifacts and builds an aggregate artifact (i.e. it does not have source code). But I'm not aware of how to 'turn-off' things like this just for the site build. On Thu, Dec 6, 2012 at 6:22 AM, David Hoffer wrote: > This happens if I build locally and when built with our CI build > server. When I build locally it will use disk C and the disk is not > full. These folders are just the normal maven build folders so if > there is something using the file...it's a Maven process. > > We are using Maven3...perhaps the site build spawns other processes > and there is a conflict between them? > > On Thu, Dec 6, 2012 at 5:53 AM, Adrien Rivard w= rote: >> Most probably, it means that one of the file is used by another >> application, thus cannot be deleted. >> >> >> On Thu, Dec 6, 2012 at 1:47 PM, David Hoffer wrote: >> >>> Those last two lines make no sense to me as this happens on systems >>> with Admin/root permissions. There doesn't seem to be any way this >>> can be a permissions issue, so I assume that's an incorrect/misleading >>> message. >>> >>> -Dave >>> >>> On Wed, Dec 5, 2012 at 11:23 PM, Herv=C3=A9 BOUTEMY >>> wrote: >>> > please read the last two lines >>> >> F:\work\7832e3bc4d2f257b\dashboard-core\target\classes (Access is >>> >> denied) >>> > >>> > Le mercredi 5 d=C3=A9cembre 2012 15:00:24 David Hoffer a =C3=A9crit : >>> >> I have a multi-module maven build and can't get the site build to >>> >> work. It's currently failing with this error. The module its faili= ng >>> >> on, stand-alone, doesn't have any code just packages assemblies, etc= . >>> >> >>> >> Any ideas what is causing this? >>> >> >>> >> Failed to execute goal >>> >> org.apache.maven.plugins:maven-site-plugin:3.2:site (default-site) o= n >>> >> project stand-alone: failed to get report for >>> >> org.apache.maven.plugins:maven-surefire-report-plugin >>> >> >>> >> [ERROR] Failed to execute goal >>> >> org.apache.maven.plugins:maven-site-plugin:3.2:site (default-site) o= n >>> >> project stand-alone: failed to get report for >>> >> org.apache.maven.plugins:maven-surefire-report-plugin: Failed to >>> >> execute goal >>> >> org.apache.maven.plugins:maven-dependency-plugin:2.4:copy-dependenci= es >>> >> (copy-dependencies) on project stand-alone: Error copying artifact f= rom >>> >> F:\work\7832e3bc4d2f257b\dashboard-core\target\classes to >>> >> >>> F:\work\7832e3bc4d2f257b\stand-alone\target\stand-alone-4.4-SNAPSHOT\pa= ckage >>> >> s\dashboard-core-4.4-SNAPSHOT.jar: >>> >> F:\work\7832e3bc4d2f257b\dashboard-core\target\classes (Access is >>> >> denied) -> [Help 1] >>> >> [13:52:12] >>> >> >>> >> --------------------------------------------------------------------= - >>> >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >>> >> For additional commands, e-mail: users-help@maven.apache.org >>> > >>> > --------------------------------------------------------------------- >>> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >>> > For additional commands, e-mail: users-help@maven.apache.org >>> > >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >>> For additional commands, e-mail: users-help@maven.apache.org >>> >>> >> >> >> -- >> Adrien Rivard >> 06 63 08 79 74 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org