Maven plugin: I am haven this error when i try to run mvn dependentcy: tree in cmd

69 views Asked by At

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

1

There are 1 answers

4
Vezsa On

It seems like there's a typo in your command. Instead of "mvn dependentcy:tree", it should be "mvn dependency:tree"