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 <dhoff...@gmail.com> 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 <adrien.riv...@gmail.com> wrote:
>> 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 <dhoff...@gmail.com> 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é BOUTEMY <herve.bout...@free.fr>
>>> wrote:
>>> > please read the last two lines
>>> >> F:\work\7832e3bc4d2f257b\dashboard-core\target\classes (Access is
>>> >> denied)
>>> >
>>> > Le mercredi 5 décembre 2012 15:00:24 David Hoffer a écrit :
>>> >> 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 failing
>>> >> 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) on
>>> >> 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) on
>>> >> 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-dependencies
>>> >> (copy-dependencies) on project stand-alone: Error copying artifact from
>>> >> F:\work\7832e3bc4d2f257b\dashboard-core\target\classes to
>>> >>
>>> F:\work\7832e3bc4d2f257b\stand-alone\target\stand-alone-4.4-SNAPSHOT\package
>>> >> 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-unsubscr...@maven.apache.org
>>> >> For additional commands, e-mail: users-h...@maven.apache.org
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> > For additional commands, e-mail: users-h...@maven.apache.org
>>> >
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: users-h...@maven.apache.org
>>>
>>>
>>
>>
>> --
>> Adrien Rivard
>> 06 63 08 79 74

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to