apache / cordova-common

Apache Cordova Common Tooling Library
https://cordova.apache.org/
Apache License 2.0
39 stars 40 forks source link

Mark plugin-/engine-Tags as deprecated #195

Open GitToTheHub opened 1 year ago

GitToTheHub commented 1 year ago

Bug Report

On a conversation on slack it turned out, that plugin-Tags and engine-Tags are deprecated to use in config.xml. It should be clear for the user, that these tags are deprecated and they should be only maintained by the package.json-File.

Problem

There is no hint, that these tags are deprecated. The documentation don't say anything, nor the cli. Some old users could still use the plugin- and engine-Tags in the config.xml and could be wondered what is the right way.

What is expected to happen?

There should be somewhere a hint, that these tags are deprecated.

What does actually happen?

There is nowhere a hint, that these tags are deprecated.

Checklist