DefaultPluginDescriptorCache does not retain pluginDescriptor dependencies --------------------------------------------------------------------------
Key: MNG-5212 URL: https://jira.codehaus.org/browse/MNG-5212 Project: Maven 2 & 3 Issue Type: Bug Components: Embedding Affects Versions: 3.0 Reporter: Igor Fedorenko PluginDescriptor dependencies is defined in META-INF/maven/plugin.xml, so there is no reason not to retain this field when storing and retrieving PluginDescriptor instances to and from descriptor cache. The attribute can be used in embedding scenarios and for command line builds to quickly determine if plugin has certain dependencies or not, without having to fully resolve plugin dependencies. I'll commit a fix with corresponding unit test shortly. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira