[regression] Unnecessary remote repo access for POMs while execution plugin
that does not require dependency resolution
-----------------------------------------------------------------------------------------------------------------------
Key: MNG-4348
URL: http://jira.codehaus.org/browse/MNG-4348
Project: Maven 2
Issue Type: Bug
Components: Artifacts and Repositories
Affects Versions: 3.0-alpha-3
Reporter: Benjamin Bentmann
Running something simple like "mvn clean" on a project can cause significant
performance loss because trunk currently collects the entire dependency tree of
the project, i.e. it fetches all dependency POMs (not the JARs) from the
configured remote repos. The scope filter that would tell that none of these
dependencies is actually required for the current execution is consulted too
late.
--
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