Can I get console output from maven when downloading artifacts ?
已回答
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 ?
请先登录再写评论。
IDEA is calling Maven via API so there is no regular console output available.