try the -X argument e.g. mvn -X compile You can "print" all the text into a text file by mvn -X compile >> myfile.txt
Another way to browse the Maven transitive dependencies is to create Maven site by running mvn site command. This creates a Maven site with a nice dependency report. -- View this message in context: http://www.nabble.com/way-to-find-which-dependence-cause-the-inclusion-of-a-jar--tp14555652s177p14556325.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
