Hello All, I'm having trouble re-directing the output of the dependency:tree goal to a file. I use the following on the command-line:
mvn dependency:tree -DoutputFile:"C:\TMP\out.txt" As I look into the file only one line is in there (main artifact) and not all the tree... Am I doing something wrong? Anyone else have that problem? I'm using version 2.1 of the plugin Sonia P.S., If I remove the -DoutputFile, then the output on the screen is the correct complete tree -- View this message in context: http://www.nabble.com/dependency-plugin-%22outputFile%22-parameter-not-working...-tp23319273p23319273.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]
