No plugin found for prefix 'dependentcy' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories
I tried to see the dependency tree mvn dependentcy:tree
No plugin found for prefix 'dependentcy' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories
I tried to see the dependency tree mvn dependentcy:tree
It seems like there's a typo in your command. Instead of "mvn dependentcy:tree", it should be "mvn dependency:tree"