[ 
http://jira.codehaus.org/browse/MNG-2036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Benjamin Bentmann closed MNG-2036.
----------------------------------

       Resolution: Not A Bug
    Fix Version/s:     (was: 3.0-alpha-8)
         Assignee: Benjamin Bentmann

"mvn clean" refers to a lifecycle phase and in order to calculate what plugins 
participate in that, the phase for each and every plugin execution needs to be 
determined. If the POM lacks this information, the plugin metadata needs to be 
consulted/resolved.

Users that don't like this can simply add the missing {{<phase>}} elements to 
the plugin executions or just invoke "mvn clean:clean" directly.

> 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: MNG-2036
>                 URL: http://jira.codehaus.org/browse/MNG-2036
>             Project: Maven 2 & 3
>          Issue Type: Improvement
>          Components: Plugins and Lifecycle
>         Environment: maven2 2.0.1
>            Reporter: Chad Brandon
>            Assignee: Benjamin Bentmann
>
> 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

        

Reply via email to