You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Miguel Griffa (JIRA)" <ji...@codehaus.org> on 2006/01/23 03:36:06 UTC

[jira] Commented: (MCLEAN-1) The clean plugin requires dependent plugins defined in a project's pom.xml to be in the repository before it can perform a clean

    [ http://jira.codehaus.org/browse/MCLEAN-1?page=comments#action_56628 ] 

Miguel Griffa commented on MCLEAN-1:
------------------------------------

from what I remember in maven 1, dependency resolution happened before executing any plugin, that's why anything that needs to be downloaded, not just plugins, will be downloaded befor starting to execute. clean. 
note that this info is for maven 1, and I'm no maven expert, just wanted to enlight this issue a little, if possible

> The clean plugin requires dependent plugins defined in a project's pom.xml to be in the repository before it can perform a clean
> --------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MCLEAN-1
>          URL: http://jira.codehaus.org/browse/MCLEAN-1
>      Project: Maven 2.x Clean Plugin
>         Type: Bug

>  Environment: maven2 2.0.1
>     Reporter: Chad Brandon

>
>
> It appears that any plugins that are in my pom.xml need to be downloaded before clean can work, otherwise it fails with unsatisfied dependencies (for example, I can't clean our distribution until the rest of the plugins of our build are installed).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org