Andrew Grieve created CB-4809:
---------------------------------
Summary: Plugman should check that the plugin ID of dependencies
match the ID within the <dependency> tag
Key: CB-4809
URL: https://issues.apache.org/jira/browse/CB-4809
Project: Apache Cordova
Issue Type: Bug
Components: Plugman
Reporter: Andrew Grieve
Assignee: Braden Shepherdson
Priority: Minor
If you have a plugin.xml with
{code}
<dependency id="foo" url="MY_URL"/>
{code}
But the plugin at `MY_URL` declares:
{code}
<plugin id="bar">
{code}
Then plugman will install the plugin and there will be no way to remove it.
The desired behviour in this case should be that it fails to install.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira