I am trying to execute "mvn license:add-third-part" on a server, that is not connected to the web. It's missing some dependencies. I tried to add them manually, but it says that still some transitive dependencies are missing. I there a way to display all dependencies by a Maven Command, including transitve ones? I know the
- "mvn site"
- "mvn dependency:tree"
Commands, but I dont know how to execute them on a Maven Command. Also did not found anything on the Codehouse Mojo Page, which created the Command.
- did try to execute "mvn dependency:tree" on mvn license:add-third-part's folder, but didnt work as I assumed, cuase its no Maven Projekt
- looked into "mvn license:add-third-part"'s Pom but there are only the direkt dependencies
- added Dependcies manually -> lead to the "transitive Dependencies are missing" Warning