[
https://issues.jboss.org/browse/FORGE-2179?page=com.atlassian.jira.plugin...
]
Claus Ibsen commented on FORGE-2179:
------------------------------------
There is also this command, but I think the word facets don't mean much for the end
users
{code}
[mydemo]$ project-list-facets
ConfigurationFacetImpl [org.jboss.forge.addon.configuration.ConfigurationFacetImpl@38bc685a]
MavenJavaCompilerFacet [org.jboss.forge.addon.maven.projects.facets.MavenJavaCompilerFacet@38bc685a]
MavenJavaSourceFacet [org.jboss.forge.addon.maven.projects.facets.MavenJavaSourceFacet@38bc685a]
MavenWebResourcesFacet [org.jboss.forge.addon.maven.projects.facets.MavenWebResourcesFacet@38bc685a]
MavenResourcesFacet [org.jboss.forge.addon.maven.projects.facets.MavenResourcesFacet@38bc685a]
MavenDependencyFacet [org.jboss.forge.addon.maven.projects.facets.MavenDependencyFacet@38bc685a]
MavenPackagingFacet [org.jboss.forge.addon.maven.projects.facets.MavenPackagingFacet@38bc685a]
MavenMetadataFacet [org.jboss.forge.addon.maven.projects.facets.MavenMetadataFacet@38bc685a]
MavenPluginFacetImpl [org.jboss.forge.addon.maven.projects.MavenPluginFacetImpl@38bc685a]
MavenFacetImpl [org.jboss.forge.addon.maven.projects.MavenFacetImpl@38bc685a]
{code}
And the output is kinda more of debug output that the end users cannot make sense of.
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.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)