Windows console: Maven archetype list is too long

后端 未结 2 1780
攒了一身酷
攒了一身酷 2021-02-12 20:03

Problem: List generated by \'mvn archetype:generate\" is too long for windows console to display (list gets cut off at about 200-th item

I tried learnin

2条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-12 20:56

    Add > output.txt to the end of your command:

    mvn archetype:generate > output.txt
    

    This will redirect standard out into a file called output.txt

提交回复
热议问题