]
Claus Ibsen updated FORGE-2179:
-------------------------------
Summary: project-list-dependencies command (was: project-has-dependencies command)
project-list-dependencies command
---------------------------------
Key: FORGE-2179
URL:
https://issues.jboss.org/browse/FORGE-2179
Project: Forge
Issue Type: Feature Request
Affects Versions: 2.12.3.Final
Reporter: Claus Ibsen
Priority: Minor
It would be good to have a command that can list all the project dependencies in a nice
table structure that can be used from the shell.
Today there is no such command.
There is a project-has-dependencies which is rather useless, it requires the user to type
in a group + artifact id, to see if its added or not, and you just get a kinda true|false
response.
When you work with a project, you often want to be able to add / remove dependencies, and
therefore also want to see the current list. And also their scope etc, which are compile |
test scoped etc.