Can I get console output from maven when downloading artifacts ?

Answered

I get a status bar at the bottom right of the IDE when new artifacts are loaded by maven. However I would like to see which ones are being downloaded. Can I get the console output I would see if I were running maven from the command line ? Is there any other way to access this information ?

0
1 comment

IDEA is calling Maven via API so there is no regular console output available.

0

Please sign in to leave a comment.